diff options
Diffstat (limited to 'MCServer/webadmin/files/style.css')
-rw-r--r-- | MCServer/webadmin/files/style.css | 28 |
1 files changed, 11 insertions, 17 deletions
diff --git a/MCServer/webadmin/files/style.css b/MCServer/webadmin/files/style.css index 541cd389a..7c0671970 100644 --- a/MCServer/webadmin/files/style.css +++ b/MCServer/webadmin/files/style.css @@ -9,6 +9,8 @@ body { background: #fff; width: 100%; min-width: 100%; + height:100%; + min-height:100%; overflow-y: scroll; overflow-x: hidden; } @@ -48,7 +50,8 @@ h1 { margin: 0 auto; text-align: center; vertical-align: middle; - margin-top: 125px; + margin-top: 25px; + margin-bottom: 25px; } .contention { @@ -58,10 +61,10 @@ h1 { margin: 0; font-family: Tahoma,Verdana,Arial,Sans-Serif; font-size: 13px; + margin-bottom:75px; } -.push10 { - padding-bottom: 75px; +.push25 { } #panel ul.menu { @@ -93,10 +96,6 @@ h1 { padding: 7px; } -#footer { - z-index: 99999; -} - #footer ul.menu { margin: 0; padding: 0; @@ -154,13 +153,14 @@ h1 { } #footer { - position: fixed; - left: 0; - bottom: 0; - height: 60px; + position: fixed; + left:0; + bottom:0; + height: 61px; width: 100%; background: #999; border-top: 1px #000 solid; + border-bottom: 1px #000 solid; } * html #footer { @@ -234,10 +234,6 @@ table { -moz-box-sizing: border-box; } -.padtopp { - padding-top: 25px; -} - table { color: #000; font-size: 13px; @@ -319,8 +315,6 @@ select { } .pagehead { - position: fixed; - z-index: 99999; top: 0; left: 0; width: 100%; |