From 93cdc55abbb4c095bcf60df9fe10a7745d0f4c9e Mon Sep 17 00:00:00 2001 From: Michael Rasmussen Date: Wed, 3 Jun 2015 23:32:42 +0200 Subject: [PATCH] Fix width and height --- css/styles.css | 122 +++++++++++++++++++++++++------------------------ 1 file changed, 62 insertions(+), 60 deletions(-) diff --git a/css/styles.css b/css/styles.css index 6d1951a..3f7e923 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,133 +1,135 @@ /* vim: set ts=4 tw=0 sw=4 noet: */ .h1 { - text-align: center; - color: navy; + text-align: center; + color: navy; } .user { - float: right; - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 0.8em; - margin-bottom: 10px; + float: right; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 0.8em; + margin-bottom: 10px; } .bg_odd { - background: lightgray; + background: lightgray; } .bg_even { - background: white; + background: white; } table { - border-collapse: collapse; - width: 100%; + border-collapse: collapse; + width: 100%; } table, th, td { - border: 1px solid green; + border: 1px solid green; } th { - background: navy; - color: white; - font-weight: bold; + background: navy; + color: white; + font-weight: bold; } td { - padding: 2px 6px; + padding: 2px 6px; } body { - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 0.9em; - color: #3D658C; - background: white; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 0.9em; + color: #3D658C; + background: white; } .total-rows { - color: red; - font-size: 0.8em; + color: red; + font-size: 0.8em; } .page-nav { - float: right; - margin-top: 5px; + float: right; + margin-top: 5px; } .mail-purge { - margin-top: 5px; + margin-top: 5px; } .footer { - text-align: center; - margin-top: 20px; - margin-bottom: 10px; - font-size: 0.7em; - background: #ECECAC; - color: black; + text-align: center; + margin-top: 20px; + margin-bottom: 10px; + font-size: 0.7em; + background: #ECECAC; + color: black; } .whitefooter { - color: green; + color: green; } img { - border: 0; + border: 0; } .nav-img { - width: 24px; - height: 24px; + width: 16px; + height: 16px; + border: 0; + text-align: center; } .nav-action { - text-align: center; - width: 53px; + text-align: center; + width: 53px; } .label { - color: black; - background: lightgray; - font-weight: bold; - width: 10%; + color: black; + background: lightgray; + font-weight: bold; + width: 10%; } .value { - color: black; - background: white; - font-size: 0.8em; + color: black; + background: white; + font-size: 0.8em; } .ruler { - color: white; - background: black; - font-size: 1.4em; - font-weight: bold; - text-align: center; + color: white; + background: black; + font-size: 1.4em; + font-weight: bold; + text-align: center; } .button-menu { - width: 100%; - border: 0; - margin-bottom: 10px; + width: 100%; + border: 0; + margin-bottom: 10px; } .button { - text-align: center; - border: 0 solid white; - background: white; - width: 25%; + text-align: center; + border: 0 solid white; + background: white; + width: 25%; } input.btn-input { - width: 150px; + width: 150px; } .time { - float: right; - color: white; - background: green; - font-size: 0.7em; + float: right; + color: white; + background: green; + font-size: 0.7em; } -- 2.39.2