diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-28 11:05:13 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-09-28 11:05:13 -0400 |
| commit | 0b4888b99afd0f607ccf253b05ff520746c9db2c (patch) | |
| tree | db4685c143bb87416ba289e4cbf1f328d44a22ec /static | |
| parent | d7ebc6b1e63594ce3b5464d9691ac2c2429c897d (diff) | |
fix z-index issue
Diffstat (limited to 'static')
| -rwxr-xr-x | static/css/dump.css | 35 |
1 files changed, 32 insertions, 3 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index d215674..3a162b1 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -503,7 +503,7 @@ a.msg-image-zoom img.zoom-icon:hover { } #inpage-search-results{ position: absolute; - top:50px; + top:47px; width:100%; text-align: center; left: 0; @@ -537,7 +537,7 @@ a.msg-image-zoom img.zoom-icon:hover { width: 95%; margin-left: auto; margin-right: auto; - position: absolute; + position: relative; z-index: 1005; text-align: right; display: none; @@ -545,10 +545,18 @@ a.msg-image-zoom img.zoom-icon:hover { padding-right: 8px; } #search-message { + background-color: #eee; font-size: medium; padding: 4px; + -moz-box-shadow: 0 0 10px #D8DBDE, 0 0 2px #000000; + -webkit-box-shadow: 0 0 10px #D8DBDE, 0 0 2px #000000; + box-shadow: 0 0 10px #D8DBDE, 0 0 2px #000000; + border-radius: 8px; + -webkit-border-radius: 8px; + -moz-border-radius: 8px; } #search-controls a { + background-color: #eee; -moz-box-shadow: 0 0 10px #D8DBDE, 0 0 2px #000000; -webkit-box-shadow: 0 0 10px #D8DBDE, 0 0 2px #000000; box-shadow: 0 0 10px #D8DBDE, 0 0 2px #000000; @@ -1987,6 +1995,27 @@ max-width:80%; font-size:20px;font-weight:bold;word-spacing:-3px; } +#chatbuttons { + font-size: 9px; + position: fixed; + right: 5px; + bottom: 0px; + z-index: 10; +} +#textbutton, #imgbutton, #clearbutton { + float: right; + background: #fff; + color: #666; + margin-left: 15px; + height: 20px; +} +#clearbutton { + text-decoration: underline + cursor: pointer; + display: none; +} + + /*DIS STUFF*/ #dissearchbox{position:absolute;right:55px;display:inline-block;top:19px;} #toptoolsdis{position:absolute;left:155px;display:inline-block;top:2px;} @@ -2129,4 +2158,4 @@ color:#000; text-shadow: 0px 1px 0px #fff; #pwreset a{ margin-left:20px;color:#66AACC; font-size:11px; -}
\ No newline at end of file +} |
