diff options
Diffstat (limited to 'static/css/dump.css')
| -rwxr-xr-x | static/css/dump.css | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index 101f7f5..5c912e7 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -315,6 +315,52 @@ margin:-2; color: #666; } +#palette-button { + border-top-right-radius:10px; + -webkit-border-top-right-radius:5px; + -moz-border-radius-topright:5px; + border-bottom-right-radius:5px; + -webkit-border-bottom-right-radius:5px; + -moz-border-radius-bottomright:5px; + border-radius:5px; + position:absolute; +/* display:inline-block;*/ + display: none; + width:40px; + height:34px; + right:260px; + top:15px; + padding-bottom:1; + text-align:center; + z-index:100; + cursor:pointer; + background-color:#0c8fff; + font-size:12px; + color:#fff; + text-shadow:1px 1px 3px rgba(0,0,0,1); +} + +#palette { + position: absolute; + right: 30px; + bottom: 80px; + width: 420px; + height: 400px; + background-color: black; + z-index: 1000000000; + display: none; + overflow-y: scroll; +} + +#palette-thumbs { +} + +#palette-thumbs img { + max-width: 100px; + max-height: 100px; +} + + #userList { overflow-x: hidden; overflow-y:auto; |
