From bd44f687041b19a2c88b21ce265f4939fc1de930 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Sat, 18 May 2013 17:45:27 -0400 Subject: fixed a css issue for the "give answer box" on the question page --- askbot/media/style/style.css | 7 +++---- askbot/media/style/style.less | 5 +++-- 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; } -- cgit v1.2.3-1-g7c22