]> git.datanom.net - qtadmin.git/blobdiff - css/styles.css
Fix width
[qtadmin.git] / css / styles.css
index 677341725a6d6f0bba9e63853b7bbd9054a09b3b..5f450f677f97ffb3deca334be0b25e61410f814d 100644 (file)
@@ -39,7 +39,7 @@ td {
     padding: 2px 6px;
 }
 
-body {
+html, body {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 0.9em;
     color: #3D658C;
@@ -62,16 +62,16 @@ body {
     margin-top: 5px;
 }
 
-.footer {
-    margin-top: 20px;
-    margin-bottom: 10px;
-    bottom:0;
-    width: 99%;
-    position: absolute;
+#container, #footer {
+    width: 100%;
+}
+
+#footer{
     font-size: 0.7em;
     background: #ECECAC;
     color: black;
     text-align: center;
+    height: 14px;
 }
 
 .whitefooter {
@@ -91,7 +91,7 @@ img {
 
 .nav-action {
     text-align: center;
-    width: 53px;
+    width: 58px;
 }
 
 .label {
This page took 0.028571 seconds and 5 git commands to generate.