diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-05 04:05:57 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-05 04:05:57 -0400 |
| commit | adaf759270d7222a4879a7e3adba2713dc86d8ad (patch) | |
| tree | 0cd651184af919785e9000fe9a4f3c4f905fd14c /static/css/header.css | |
| parent | 758c6d3e56ad4bb4e91a3be1b907c1511d7d677b (diff) | |
sostler prod commit
Diffstat (limited to 'static/css/header.css')
| -rwxr-xr-x | static/css/header.css | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/static/css/header.css b/static/css/header.css index 493f4d4..fd189f1 100755 --- a/static/css/header.css +++ b/static/css/header.css @@ -14,8 +14,8 @@ margin: 0px auto -1px auto; top:-1px; height:49px; - position:fixed; -background-color:#fff; + position:fixed;background-image:url(/static/img/bg.dither.gif); +background-color:#eee; border:1px solid #000; width:100%; min-width:600px; @@ -85,6 +85,11 @@ background-color:#eff5fb; #logout7 a:hover{font-size:10px; color:#000; text-shadow: 0px 1px 0px #fff; } +#toplogin{ +margin-top:8px; +margin-right:5px; + +} .white a:link { text-decoration: none; @@ -140,17 +145,16 @@ border-left:1px solid #999;*/ width:auto; } #registerlink{ - top:-5px; font-size: 16px; -height:22; word-spacing:2; -color:#fff; - +line-height:2.4; +font-weight:bold; } #registerlink img{ display:none; } + .no-cursor { cursor: none; } .invisible { display: none !important; } #cursor-big { position: absolute; z-index: 1000; } @@ -187,6 +191,7 @@ img.chat-thumb { .buttons{ cursor:pointer; + } .buttons .share { opacity: 0.8; @@ -204,10 +209,11 @@ image-rendering: -moz-crisp-edges; margin-top: 0px; height: 27px; width: 27px; - right: 5px; - top: 3px; + left:110px; + bottom: 9px; display: block; } + .thumb.favorite { position: absolute; margin-left: 0px; |
