]> git.datanom.net - qtadmin.git/blobdiff - css/styles.css
Move footer to bottom
[qtadmin.git] / css / styles.css
index d3751f014bde45dc2f4657c66e886a0e74597197..677341725a6d6f0bba9e63853b7bbd9054a09b3b 100644 (file)
@@ -1,4 +1,4 @@
-/* vim: set ts=4 tw=4 sw=4 noet: */
+/* vim: set ts=4 tw=0 sw=4 noet: */
 
 .h1 {
     text-align: center;
@@ -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.028971 seconds and 5 git commands to generate.