summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-04-24 04:49:06 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2013-04-24 04:49:06 -0400
commit9dfb2a91512fa2890a842faf2b49392c680c03f5 (patch)
treefcc1e573a1a3a194c453aa99cb7591e340d7ec07
parent8327fbc945c0abe099a2c9280a01e5267a719baa (diff)
downloadaskbot-9dfb2a91512fa2890a842faf2b49392c680c03f5.tar.gz
askbot-9dfb2a91512fa2890a842faf2b49392c680c03f5.tar.bz2
askbot-9dfb2a91512fa2890a842faf2b49392c680c03f5.zip
adjusted style
-rw-r--r--askbot/media/style/style.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/askbot/media/style/style.less b/askbot/media/style/style.less
index 9190a726..0293d12f 100644
--- a/askbot/media/style/style.less
+++ b/askbot/media/style/style.less
@@ -497,7 +497,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 */
@@ -552,7 +552,7 @@ body.user-messages {
top: 0;
}
input[type="button"].cancelSearchBtn {
- right: 48px;
+ right: 39px;
top: 0;
}
}