diff options
| author | sostler <sbostler@gmail.com> | 2010-05-17 11:58:55 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-17 11:58:55 -0400 |
| commit | f3d4f45db32c105e5c700668eb420f4d3709cbf3 (patch) | |
| tree | c165624f6e88577ce477c7914b87db7156cef378 /static/css/dumpnewuser.css | |
| parent | ffc48db948189fbce594d1a86be3fa197315aaed (diff) | |
| parent | bf4f19400e5aae3b27a7853d79d90d3d606315aa (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, 18 insertions, 10 deletions
diff --git a/static/css/dumpnewuser.css b/static/css/dumpnewuser.css index 1c92e62..54fb51f 100644 --- a/static/css/dumpnewuser.css +++ b/static/css/dumpnewuser.css @@ -9,17 +9,25 @@ 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{ -position:fixed; -z-index:2000; -bottom:50px; -left:20px; +bottom:0px; +position:absolute; } #webcamhelp{ -position:fixed; +position:absolute; z-index:2000; -right:20px; -bottom:39px; +left:380; +bottom:0px; } #registerlink{ top:7; @@ -30,9 +38,9 @@ position:fixed; margin-right:5; } #userlisthelp{ -position:fixed; -top:100px; -right:300px; +position:absolute; +bottom:0; +right:100px; z-index:2000; } #imageboard{ |
