summaryrefslogtreecommitdiff
path: root/static/website/css
diff options
context:
space:
mode:
authorJayaram Pai2013-12-09 12:47:18 +0530
committerJayaram Pai2013-12-09 12:47:18 +0530
commit0dd964ec05401809a408ab55d5517d3b2fba3a85 (patch)
tree805c74ea457c551cea557be39d16fb91d42cea9f /static/website/css
parentb596364cf3f871887cce519291b684341cc5c014 (diff)
downloadFOSSEE-Forum-0dd964ec05401809a408ab55d5517d3b2fba3a85.tar.gz
FOSSEE-Forum-0dd964ec05401809a408ab55d5517d3b2fba3a85.tar.bz2
FOSSEE-Forum-0dd964ec05401809a408ab55d5517d3b2fba3a85.zip
reply edit with no ajax
Diffstat (limited to 'static/website/css')
-rw-r--r--static/website/css/main.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css
index 07d38a6..7a58a4c 100644
--- a/static/website/css/main.css
+++ b/static/website/css/main.css
@@ -67,6 +67,9 @@
padding: 2px 7px;
background: #f5f5f5;
}
+#similar-link {
+ display: none;
+}
#questionNicPanel {
display: none;
}
@@ -81,10 +84,16 @@
.modify a.save {
display: none;
}
+
+.vs {
+ padding: 0px 5px !important;
+ font-size: x-small;
+}
#content .reply {
position: relative;
border-bottom: 1px solid #f5f5f5;
padding: 20px 0;
+ margin: 10px 0px;
}
#content .reply .body {
}