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/dump.css | |
| parent | 102739f9c4f0d31b9ce130de1e19fd5a99bc1fd6 (diff) | |
| parent | a56999f4bfc6d12c34f9fb7201b6f86e537a5207 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/css/dump.css')
| -rwxr-xr-x | static/css/dump.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index 9513f2f..a911a65 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -2,7 +2,7 @@ body { -background:#EEF2FF url(/static/img/fade-blue.png) top center repeat-x; +background-color:#EEF2FF; margin:0; background-repeat:repeat-x; @@ -102,11 +102,11 @@ color:000; #messagePane { - border: 2px solid #c8cbce; -top:40px; + +top:2px; bottom:65px; position:fixed; - width: 99.3%; + width: 99.6%; background-color:#FFF; left:0.2%; z-index:5; @@ -147,7 +147,6 @@ bottom:10px; margin-top: 16px; left:-3px; position:relative; - border:2px solid #c8cbce; height:35px; font-size:20px; min-width:500px; @@ -401,7 +400,7 @@ border:1px solid blue; margin: 0px; position: absolute; padding: 5px; - top:85px; + top:50px; min-width: 200px; width:11%; float:right; |
