diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index 99ba9fad95f90cb6ba5b869d2dc0c340f1e0d564..d697277ac4b5201aafae398567cc3850a9968751 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -33,7 +33,7 @@ div.logo { padding: 10px; text-align: center; font-color: #EE9; - margin: 0 20px 0 10px; + margin: 0 20px 0 20px; border: 1px solid #494; -moz-border-radius: 4px; -khtml-border-radius: 4px; @@ -250,7 +250,7 @@ div.tunnels tr { } div.warning { - margin: 25px 20px 20px 240px; + margin: 20px 20px 20px 245px; padding: 5px 25px 20px 75px; background: #000; border: 1px solid #494; @@ -324,11 +324,11 @@ div.news { padding: 5px 30px 10px 30px; border: 1px solid #494; background: #000; - background: #000 url("images/bg2.png")no-repeat scroll bottom right; + background: #0d0d09 url("images/bg2.png")no-repeat scroll bottom right; color: #7b7; - border-radius: 4px; - -moz-border-radius: 4px; - -khtml-border-radius: 4px; + border-radius: 4px 4px 0 0; + -moz-border-radius: 4px 4px 0 0; + -khtml-border-radius: 4px 4px 0 0; font-size: 7.5pt; text-align: right; /* -moz-box-shadow: inset 0px 0px 0px 0px #EE9;