summaryrefslogtreecommitdiffstats
path: root/askbot/media/style/style.css
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-12-11 13:03:26 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-12-11 13:03:26 -0300
commitcdee216f38b3473fcde26fafc6b0df578a782df9 (patch)
tree79d11821ec1c3008f0e33b4d54756170855c4372 /askbot/media/style/style.css
parent122b2e0628fbf3f38d7c7136af7e3fce6beedbdb (diff)
downloadaskbot-cdee216f38b3473fcde26fafc6b0df578a782df9.tar.gz
askbot-cdee216f38b3473fcde26fafc6b0df578a782df9.tar.bz2
askbot-cdee216f38b3473fcde26fafc6b0df578a782df9.zip
added a spinner image to the search menu
Diffstat (limited to 'askbot/media/style/style.css')
-rw-r--r--askbot/media/style/style.css13
1 files changed, 11 insertions, 2 deletions
diff --git a/askbot/media/style/style.css b/askbot/media/style/style.css
index 249b01b5..b23526f5 100644
--- a/askbot/media/style/style.css
+++ b/askbot/media/style/style.css
@@ -211,6 +211,9 @@ body.user-messages {
font-size: 16px;
color: #424242;
}
+.wait-icon-box {
+ text-align: center;
+}
#closeNotify {
position: absolute;
right: 5px;
@@ -490,13 +493,19 @@ body.user-messages {
color: whitesmoke;
}
.search-drop-menu ul.empty {
- padding: 5px;
- margin: 0;
+ margin-bottom: 0;
}
.search-drop-menu .footer {
text-align: center;
padding-bottom: 10px;
}
+.search-drop-menu.empty {
+ padding-bottom: 8px;
+}
+.search-drop-menu.empty ul {
+ padding: 5px;
+ margin: 0;
+}
.input-tool-tip {
color: #999;
}