diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-10 17:30:41 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-10 17:30:41 -0400 |
| commit | 978618d3e5db6d27670deb2071af82f706764452 (patch) | |
| tree | 244a4b75a4acd0dd7c34f8140dbd40ee9fceda5c /static/css/header.css | |
| parent | 2cc49fa4c051065fad589968914eef9e0ee55c5c (diff) | |
| parent | 999b92dbf918cb31c0713106ad0337ff3ea16887 (diff) | |
timb moved thumb to corner
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 +} |
