X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/93cdc55abbb4c095bcf60df9fe10a7745d0f4c9e..2b099ad2fc3663697e45dd16f4b82341e0267c86:/css/styles.css diff --git a/css/styles.css b/css/styles.css index 3f7e923..ea6b925 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,4 +1,5 @@ /* vim: set ts=4 tw=0 sw=4 noet: */ + .h1 { text-align: center; color: navy; @@ -38,7 +39,7 @@ td { padding: 2px 6px; } -body { +html, body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; color: #3D658C; @@ -48,6 +49,8 @@ body { .total-rows { color: red; font-size: 0.8em; + margin: 0 auto 5px; + display: table; } .page-nav { @@ -59,13 +62,16 @@ 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; + height: 14px; } .whitefooter {