diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 0cb180bab..6c8d6cef3 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -31,7 +31,7 @@ div.logo { float: left; padding: 10px; text-align: center; - font-color: #fff; + color: #fff; margin: 0 10px; border: 1px solid #447; -moz-border-radius: 4px; @@ -143,9 +143,7 @@ div.routersummary h3 { -khtml-border-radius: 3px; border-radius: 3px; -moz-box-shadow: 0px 1px 5px #bbf; - -moz-box-shadow: outset 0px 0px 2px 1px #bbf; -khtml-box-shadow: outset 0px 0px 2px 1px #bbf; - box-shadow: outset 0px 0px 2px 1px #bbf; } div.routersummary h3 a { @@ -184,7 +182,6 @@ div.routersummary table { width: 190px !important; overflow: hidden; font-size: 8pt; - padding: 0px -10px; background-image: none !important; background-color: transparent !important; } @@ -556,7 +553,6 @@ table { width: 100%; border: 1px solid #447; margin: 1px -15px 5px 0px; - cell-padding: 1px; font-size: 7pt; background: #b4c8ff url('images/tabletitlelight.png') repeat-x; font: 7pt/130% "Lucida Sans Unicode", Verdana, "Bitstream Vera Sans", Tahoma, Helvetica, sans-serif; @@ -585,7 +581,7 @@ th { tr { vertical-align: middle !important; - align: center; + text-align: center; } tr:nth-child(even) { @@ -696,20 +692,14 @@ a:active { .links li { list-style: url(images/link.png) !important; - padding-bottom: -2px; text-align: justify; line-height: 120% !important; - padding-right: -100px !important; } .links li:first-child { padding-top: 0 !important; } -.links li:last-child { - padding-bottom: -15px !important; -} - .links ul { margin-top: -5px !important; } @@ -937,7 +927,7 @@ input, input:visited { -moz-border-radius: 4px; -khtml-border-radius: 4px; -moz-box-shadow: inset 0px 2px 8px 0px #fff; - color: #813 + color: #813; opacity: 1; } @@ -1082,7 +1072,7 @@ textarea:active { .proxyfooter { margin: 0 20px 10px 240px; padding: 20px 25px 20px 75px; - font-color: #f00; + color: #f00; font-size: 7pt; text-align: right !important; border-radius: 4px; @@ -1095,7 +1085,7 @@ textarea:active { .statusnotes { font-style: normal; font-size: 8pt; - font-color: #225 !important; + color: #225 !important; text-align: center; border: 1px solid #447 !important; border-top: 0 !important; diff --git a/installer/resources/themes/console/light/default.css b/installer/resources/themes/console/light/default.css index 32ff228ab..f51a77944 100644 --- a/installer/resources/themes/console/light/default.css +++ b/installer/resources/themes/console/light/default.css @@ -7,7 +7,6 @@ body { padding: 0px; text-align: center; font-family: "Lucida Sans Unicode", Verdana, Helvetica, sans-serif; - background: #eef url('images/snowcamo.png'); color: #001; font-size: 10pt; /* we've avoided Tantek Hacks so far, @@ -17,13 +16,13 @@ body { ** drop soon). */ -moz-box-sizing: border-box; - box-sizing: border-box; - background: #99f url(images/magic.png); + -webkit-box-sizing: border-box; + background: #99f url(images/snowcamo.png); } div { -moz-box-sizing: border-box; - box-sizing: border-box; + -webkit-box-sizing: border-box; } label { @@ -37,7 +36,7 @@ label { font-size: 8pt; font-style: italic; -moz-box-sizing: border-box; - box-sizing: border-box; + -webkit-box-sizing: border-box; line-height: 120%; color: #101; } @@ -70,7 +69,7 @@ form { textarea, input, select, button, a { -moz-box-sizing: border-box; - box-sizing: border-box; + -webkit-box-sizing: border-box; font-size: 8.5pt; float: left; vertical-align: middle; @@ -229,7 +228,7 @@ hr { -khtml-border-radius: 4px; border-radius: 4px; margin-top: 8px; - background: #ffe url(images/header.png) center center repeat:x !important; + background: #ffe url(images/header.png) center center repeat-x !important; text-decoration: none; } @@ -240,7 +239,6 @@ hr { text-align: left !important; font-size: 7pt; background-color: #fff; - background: url(images/magic.png); -moz-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; @@ -328,7 +326,7 @@ globalOperationsPanel .control:link { -khtml-border-radius: 4px; border-radius: 4px; margin-top: 8px; - background: #ffe url(images/header.png) 0 0 repeat: x !important; + background: #ffe url(images/header.png) 0 0 repeat-x !important; } @@ -347,7 +345,7 @@ globalOperationsPanel .control:visited { -khtml-border-radius: 4px; border-radius: 4px; margin-top: 8px; - background: url(images/header.png) 0 0 repeat: x !important; + background: url(images/header.png) 0 0 repeat-x !important; } globalOperationsPanel .control:hover { @@ -365,7 +363,7 @@ globalOperationsPanel .control:hover { -khtml-border-radius: 4px; border-radius: 4px; margin-top: 8px; - background: url(images/header_on.png) 0 0 repeat: x !important; + background: url(images/header_on.png) 0 0 repeat-x !important; } .header { -moz-border-radius: 4px;