summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-04-24 04:49:35 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-04-24 04:49:35 -0400
commita5aab75193defa455444111bd1011451059aa446 (patch)
tree76ae3d4b02d4269fea207c84dc6b760523c04f7a
parent9dfb2a91512fa2890a842faf2b49392c680c03f5 (diff)
downloadaskbot-a5aab75193defa455444111bd1011451059aa446.tar.gz
askbot-a5aab75193defa455444111bd1011451059aa446.tar.bz2
askbot-a5aab75193defa455444111bd1011451059aa446.zip
recompiled style.css
-rw-r--r--askbot/media/style/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/askbot/media/style/style.css b/askbot/media/style/style.css
index 8b6451a6..5610ed0e 100644
--- a/askbot/media/style/style.css
+++ b/askbot/media/style/style.css
@@ -455,7 +455,7 @@ body.user-messages {
background-color: #fff;
border: 1px solid #c9c9b5;
height: 41px;
- z-index: 10000;
+ z-index: 1000;
position: relative;
/* the guts are absolute-positioned */
@@ -511,7 +511,7 @@ body.user-messages {
top: 0;
}
#searchBar input[type="button"].cancelSearchBtn {
- right: 48px;
+ right: 39px;
top: 0;
}
.search-drop-menu {