From: yomguy Date: Mon, 5 Mar 2012 16:05:59 +0000 (+0100) Subject: style regression X-Git-Tag: 1.0~33 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6388c9273c97c1f0bc4391c0d8afdeff5fb57b45;p=telecaster-server.git style regression --- diff --git a/telecaster/htdocs/css/telecaster.css b/telecaster/htdocs/css/telecaster.css index 0100da5..7afd7f9 100644 --- a/telecaster/htdocs/css/telecaster.css +++ b/telecaster/htdocs/css/telecaster.css @@ -1,13 +1,16 @@ body { - margin: 0em; + margin: 0.5em; } div.header { - background-color: #030250; - color: #FFFFFF; - padding: 0.5em; - height: 42px; - font: 0.8125em/1em Verdana, sans-serif; + background-color: #030250; + color: #FFFFFF; + padding: 0.5em; + height: 42px; + font: 0.8125em/1em Verdana, sans-serif; + -moz-border-radius: 25px 25px 5px 5px; + -webkit-border-radius: 25px 25px 5px 5px; + border-radius: 25px 25px 5px 5px; } div.title_main { @@ -36,11 +39,12 @@ div.main { div.tools { background-color: #030250; - color: #FFFFFF; - font-size: 1em; - padding:0.5em; - height: 32px; - + color: #FFFFFF; + padding:0.8em; + font: 1em/1em Verdana, sans-serif; + -moz-border-radius: 5px 5px 25px 5px; + -webkit-border-radius: 5px 5px 25px 5px; + border-radius: 5px 5px 25px 5px; } div.colophon { background-color: transparent; @@ -104,7 +108,7 @@ table.hardware { .default { color: green; } - + /*--------BUTTONS---------------*/ @@ -241,4 +245,4 @@ table.hardware { .status { float: right; padding: 5px; - } \ No newline at end of file + }