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.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/askbot/media/style/style.css b/askbot/media/style/style.css
index 695b33b4..bd381abd 100644
--- a/askbot/media/style/style.css
+++ b/askbot/media/style/style.css
@@ -199,7 +199,6 @@ body.user-messages {
top: 0px;
left: 0px;
width: 100%;
- height: 34px;
z-index: 100000;
padding: 0;
text-align: center;
@@ -207,11 +206,11 @@ body.user-messages {
font-family: 'Open Sans Condensed', Arial, sans-serif;
}
.notify .notification {
- margin-top: 6px;
- /*margin-bottom: 6px;*/
-
- font-size: 16px;
color: #424242;
+ font-size: 16px;
+ height: 34px;
+ line-height: 34px;
+ margin: 0 !important;
}
.wait-icon-box {
text-align: center;