diff options
| author | sostler <sbostler@gmail.com> | 2010-05-17 12:19:46 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-17 12:19:46 -0400 |
| commit | 7ee071fd5909b5bded7eb141e0973f264daa60f1 (patch) | |
| tree | ffb91173bc692b27823baf2451af134314725b66 /static/css/dumpnewuser.css | |
| parent | 102739f9c4f0d31b9ce130de1e19fd5a99bc1fd6 (diff) | |
| parent | a56999f4bfc6d12c34f9fb7201b6f86e537a5207 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/css/dumpnewuser.css')
| -rw-r--r-- | static/css/dumpnewuser.css | 28 |
1 files changed, 10 insertions, 18 deletions
diff --git a/static/css/dumpnewuser.css b/static/css/dumpnewuser.css index 54fb51f..1c92e62 100644 --- a/static/css/dumpnewuser.css +++ b/static/css/dumpnewuser.css @@ -9,25 +9,17 @@ background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x; overflow:hidden; } -#bubblerapper{ -position:absolute; -background-color:#0074fd; -height:260px; -border-bottom:20px ridge #999; -opacity:0.9; -top:180px; -width:100%; -z-index:8888888888888; -} #posthelp{ -bottom:0px; -position:absolute; +position:fixed; +z-index:2000; +bottom:50px; +left:20px; } #webcamhelp{ -position:absolute; +position:fixed; z-index:2000; -left:380; -bottom:0px; +right:20px; +bottom:39px; } #registerlink{ top:7; @@ -38,9 +30,9 @@ position:fixed; margin-right:5; } #userlisthelp{ -position:absolute; -bottom:0; -right:100px; +position:fixed; +top:100px; +right:300px; z-index:2000; } #imageboard{ |
