diff options
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; |
