diff options
Diffstat (limited to 'static/css/header.css')
| -rwxr-xr-x | static/css/header.css | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/static/css/header.css b/static/css/header.css index 60da96c..2caa474 100755 --- a/static/css/header.css +++ b/static/css/header.css @@ -287,33 +287,39 @@ img.chat-thumb { padding-right: 15px; } +.logged-dump { + position: relative; +} + /* sharing */ .buttons{ cursor:pointer; - padding-top: 8px; + } .buttons .share { -opacity:0.88; + opacity: 0.7; } .buttons .share:hover { opacity: 1; } .buttons .other-sites { - padding-left: 20px; + /*padding-left: 20px;*/ } -.buttons img.thumb { +img.thumb { position: absolute; margin-left: 0px; margin-top: 0px; height: 16px; width: 16px; + right: 10px; + top: 10px; display: block; } -.buttons .thumb.favorite { +.thumb.favorite { position: absolute; margin-left: 0px; margin-top: 0px; height: 16px; width: 16px; display: block; -}
\ No newline at end of file +} |
