diff options
Diffstat (limited to 'static/css/header.css')
| -rwxr-xr-x | static/css/header.css | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/static/css/header.css b/static/css/header.css index 2e6a3e6..b56b73e 100755 --- a/static/css/header.css +++ b/static/css/header.css @@ -260,4 +260,58 @@ background-image:url(/static/img/ieburnbtn.gif); font-size:40;color:white;height padding-right:400;padding-left:50; font-weight:bold; +} + +.thumb { + cursor:pointer; +} + +img.chat-thumb { + position: absolute; + /*margin-top: -10px;*/ + width: 16px; + height: 16px; + bottom: 4px; + right: 4px; + /*left: 4px;*/ + display: block; + margin: 0; + padding: 0; +} + + +.dump .nick { + position: relative; + padding-right: 15px; +} + +/* sharing */ +.buttons{ + cursor:pointer; + padding-top: 8px; +} +.buttons .share { + opacity: 0.2; +} +.buttons .share:hover { + opacity: 1; +} +.buttons .other-sites { + padding-left: 20px; +} +.buttons img.thumb { + position: absolute; + margin-left: 0px; + margin-top: 0px; + height: 16px; + width: 16px; + display: block; +} +.buttons .thumb.favorite { + position: absolute; + margin-left: 0px; + margin-top: 0px; + height: 16px; + width: 16px; + display: block; }
\ No newline at end of file |
