From cfe33a8bbde17cfe751005db1e55ead45d2169b4 Mon Sep 17 00:00:00 2001 From: z3d Date: Thu, 16 Jul 2009 14:07:34 +0000 Subject: [PATCH] Ensure border-radius and variants are universally applied. --- .../resources/themes/console/dark/console.css | 14 ++++++++----- .../themes/console/light/console.css | 20 +++++++++++++------ 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index 9c398e388..707f46226 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -147,14 +147,16 @@ div.news li { } div.confignav { - padding: 0 15px; - margin: 0 0px 25px 0; + padding: 15px 10px !important; + margin: 0 0 25px 0; background: #004 url('images/darkbluebg.png'); -moz-border-radius: 4px; -khtml-border-radius: 4px; + border-radius: 4px; border: 1px solid #99f; - font-size: 8pt !important; - line-spacing: 150% !important; + font-size: 10pt !important; + font-weight: bold !important; + line-height: 160% !important; } div.configure { @@ -162,6 +164,8 @@ div.configure { margin: 10px 0px; background: #005; -moz-border-radius: 4px; + -khtml-border-radius: 4px; + border-radius: 4px; border: 1px solid #99f; } @@ -170,6 +174,7 @@ div.messages { margin: 10px 0 20px 0; -moz-border-radius: 4px; -khtml-border-radius: 4px; + border-radius: 4px; border: 1px solid #99f; background: #008 url('images/lightbluetile.png'); } @@ -368,7 +373,6 @@ button:active { border-bottom: 1px solid #eeeeff; padding: 5px 0px 5px 0px; margin: 0px 0px 10px 0px; - -moz-border-radius: 4px; } .langbox { diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 4f7f16b61..090cb404c 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -55,13 +55,11 @@ div.toolbar a:link { } div.toolbar a:visited { - line-height: 250%; background: #ddf; } div.toolbar a:hover{ border: 1px solid #eeeeff; - line-height: 250%; background: #003; color: #f60; } @@ -93,6 +91,7 @@ div.routersummary { clear: left;/* fixes a bug in Opera */ -moz-border-radius: 4px; -khtml-border-radius: 4px; + border-radius: 4px; float: left; -moz-box-shadow: inset 0px 0px 16px 1px #eef; } @@ -153,19 +152,25 @@ div.news li { } div.confignav { - padding: 0 15px; - margin: 0 0px 25px 0; - background: #ddddff url('images/tabletile.png'); + padding: 15px 10px !important; + margin: 0 0 25px 0; + background: #ddf url('images/tabletile.png'); -moz-border-radius: 4px; -khtml-border-radius: 4px; + border-radius: 4px; border: 1px solid #000022; + font-size: 10pt !important; + font-weight: bold !important; + line-height: 160% !important; } div.configure { - padding: 1em; + padding: 15px 10px !important; margin: 10px 0px 25px 0; background: #ddf; -moz-border-radius: 4px; + -khtml-border-radius: 4px; + border-radius: 4px; border: 1px solid #000022; } @@ -174,6 +179,8 @@ div.messages { margin: 10px 0 20px 0; background: #ddf; -moz-border-radius: 4px; + -khtml-border-radius: 4px; + border-radius: 4px; border: 1px solid #000033; background: #008 url('images/lightbluetile.png'); } @@ -183,6 +190,7 @@ div.messages { margin: 10px 0 20px 0; -moz-border-radius: 4px; -khtml-border-radius: 4px; + border-radius: 4px; border: 1px solid #99f; background: #008 url('images/lightbluetile.png'); }