]> git.datanom.net - qtadmin.git/blobdiff - css/styles.css
Move footer to bottom
[qtadmin.git] / css / styles.css
index 9ca44dde0aee5cec0069799f5b45bb79590983aa..677341725a6d6f0bba9e63853b7bbd9054a09b3b 100644 (file)
@@ -49,6 +49,8 @@ body {
 .total-rows {
     color: red;
     font-size: 0.8em;
+    margin: 0 auto 5px;
+    display: table;
 }
 
 .page-nav {
@@ -61,12 +63,15 @@ body {
 }
 
 .footer {
-    text-align: center;
     margin-top: 20px;
     margin-bottom: 10px;
+    bottom:0;
+    width: 99%;
+    position: absolute;
     font-size: 0.7em;
     background: #ECECAC;
     color: black;
+    text-align: center;
 }
 
 .whitefooter {
This page took 0.028413 seconds and 5 git commands to generate.