summaryrefslogtreecommitdiffstats
path: root/askbot/media/style/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/media/style/style.css')
-rw-r--r--askbot/media/style/style.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/askbot/media/style/style.css b/askbot/media/style/style.css
index b23526f5..3ca80614 100644
--- a/askbot/media/style/style.css
+++ b/askbot/media/style/style.css
@@ -213,6 +213,7 @@ body.user-messages {
}
.wait-icon-box {
text-align: center;
+ margin-bottom: 8px;
}
#closeNotify {
position: absolute;
@@ -499,9 +500,6 @@ body.user-messages {
text-align: center;
padding-bottom: 10px;
}
-.search-drop-menu.empty {
- padding-bottom: 8px;
-}
.search-drop-menu.empty ul {
padding: 5px;
margin: 0;
@@ -536,6 +534,13 @@ input[type="submit"].searchBtn {
height: 0;
z-index: 0;
}
+.ask-page .search-drop-menu.empty {
+ border: none;
+ padding: 0;
+}
+.ask-page .search-drop-menu.empty ul {
+ padding: 0;
+}
.searchBtn:hover {
background: -146px -36px url(../images/sprites.png) no-repeat;
}