From 6388c9273c97c1f0bc4391c0d8afdeff5fb57b45 Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 5 Mar 2012 17:05:59 +0100 Subject: [PATCH] style regression --- telecaster/htdocs/css/telecaster.css | 30 ++++++++++++++++------------ 1 file changed, 17 insertions(+), 13 deletions(-) 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 + } -- 2.39.5