summaryrefslogtreecommitdiffstats
path: root/askbot/media/style/style.less
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/media/style/style.less')
-rw-r--r--askbot/media/style/style.less13
1 files changed, 12 insertions, 1 deletions
diff --git a/askbot/media/style/style.less b/askbot/media/style/style.less
index 14a46f00..03205f4e 100644
--- a/askbot/media/style/style.less
+++ b/askbot/media/style/style.less
@@ -1736,7 +1736,10 @@ ul#related-tags li {
.ask-page {
#askFormBar {
- padding: 0 0 10px 0;
+ padding: 0 0 6px 0;
+ }
+ .checkbox {
+ margin: 0;
}
}
@@ -1936,8 +1939,16 @@ ul#related-tags li {
display: block;
}
}
+.ask-page .folded-editor {
+ border: none;
+ height: 0;
+}
.folded-editor.unfolded {
border: none;
+ height: auto;
+ .editor-proper {
+ display: block;
+ }
}
.wmd-container {