summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-18 17:45:27 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-05-18 17:45:27 -0400
commitbd44f687041b19a2c88b21ce265f4939fc1de930 (patch)
tree731b0fdc823a977ccfb4f268d6d5ef90a46e3cf9
parenta4af4765dfd37c4da5c7f6471fc234f764d1482b (diff)
downloadaskbot-bd44f687041b19a2c88b21ce265f4939fc1de930.tar.gz
askbot-bd44f687041b19a2c88b21ce265f4939fc1de930.tar.bz2
askbot-bd44f687041b19a2c88b21ce265f4939fc1de930.zip
fixed a css issue for the "give answer box" on the question page
-rw-r--r--askbot/media/style/style.css7
-rw-r--r--askbot/media/style/style.less5
2 files changed, 6 insertions, 6 deletions
diff --git a/askbot/media/style/style.css b/askbot/media/style/style.css
index bd381abd..8760f219 100644
--- a/askbot/media/style/style.css
+++ b/askbot/media/style/style.css
@@ -67,7 +67,9 @@ input[type="text"],
input[type="password"],
select,
textarea,
-#askFormBar .questionTitleInput {
+#askFormBar .questionTitleInput,
+.wmd-container,
+.folded-editor {
border: #cce6ec 3px solid;
}
iframe {
@@ -1841,9 +1843,6 @@ ul#related-tags li {
.folded-editor.unfolded .editor-proper {
display: block;
}
-.wmd-container {
- border: #cce6ec 3px solid;
-}
.wmd-container textarea {
border: none;
}
diff --git a/askbot/media/style/style.less b/askbot/media/style/style.less
index aa837bb4..ccf81e1e 100644
--- a/askbot/media/style/style.less
+++ b/askbot/media/style/style.less
@@ -56,7 +56,9 @@ input[type="text"],
input[type="password"],
select,
textarea,
-#askFormBar .questionTitleInput {
+#askFormBar .questionTitleInput,
+.wmd-container,
+.folded-editor {
border: #cce6ec 3px solid;
}
@@ -1951,7 +1953,6 @@ ul#related-tags li {
}
.wmd-container {
- border: #cce6ec 3px solid;
textarea {
border: none;
}