]> git.datanom.net - qtadmin.git/blobdiff - css/styles.css
fix footer position
[qtadmin.git] / css / styles.css
index 9ca44dde0aee5cec0069799f5b45bb79590983aa..b4b4bc443dd77a744da268701063aea396ef7b27 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;
@@ -49,6 +49,8 @@ body {
 .total-rows {
     color: red;
     font-size: 0.8em;
+    margin: 0 auto 5px;
+    display: table;
 }
 
 .page-nav {
@@ -60,13 +62,15 @@ body {
     margin-top: 5px;
 }
 
-.footer {
-    text-align: center;
-    margin-top: 20px;
-    margin-bottom: 10px;
+#container, #footer {
+       width: 100%;
+}
+
+#footer{
     font-size: 0.7em;
     background: #ECECAC;
     color: black;
+    text-align: center;
 }
 
 .whitefooter {
This page took 0.03631 seconds and 5 git commands to generate.