summaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authortimb <timb@mb.local>2010-04-10 14:21:24 -0700
committertimb <timb@mb.local>2010-04-10 14:21:24 -0700
commit999b92dbf918cb31c0713106ad0337ff3ea16887 (patch)
tree3a2de3cacb76801725367a518d3c76ff47bce3d5 /static/css
parent1e3b2d85671460112838b946c10d7a82dfa30d7b (diff)
move thumb
Diffstat (limited to 'static/css')
-rwxr-xr-xstatic/css/header.css14
1 files changed, 10 insertions, 4 deletions
diff --git a/static/css/header.css b/static/css/header.css
index e43ec4c..8c70ff5 100755
--- a/static/css/header.css
+++ b/static/css/header.css
@@ -291,29 +291,35 @@ img.chat-thumb {
padding-right: 15px;
}
+.logged-dump {
+ position: relative;
+}
+
/* sharing */
.buttons{
cursor:pointer;
padding-top: 8px;
}
.buttons .share {
- opacity: 0.2;
+ opacity: 0.5;
}
.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;