diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index f6b8627c5e9f6e1695a338754a1b81d463f950fb..93eb6bf69b3fcb20066113ad051b8767e5780821 100644 --- a/installer/resources/themes/console/classic/console.css +++ b/installer/resources/themes/console/classic/console.css @@ -609,6 +609,10 @@ span.newtab { float: right; letter-spacing: 0; } +/* opera targetted hack */ +x:-o-prefocus, span.newtab { + margin-top: -25px; +} h2 { font-size: 14pt; diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index 62eab671e418cfa793cd306d4438c1c96723ca6f..67b868d6f4a82e064518751c28d412f4a496c897 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -38,7 +38,7 @@ div.logo { float: left; padding: 10px; text-align: center; - font-color: #EE9; + color: #EE9; margin: 0 20px 0 20px; border: 1px solid #494; -moz-border-radius: 4px; @@ -775,6 +775,11 @@ span.newtab { letter-spacing: 0; } +/* opera targetted hack */ +x:-o-prefocus, span.newtab { + margin-top: -25px; +} + h2 { font-size: 12pt; color: #EE9; diff --git a/installer/resources/themes/console/dark/console_ar.css b/installer/resources/themes/console/dark/console_ar.css index aafc5e2a46af8fec1bf3431faed137e4ae9a131a..222553434bb2ed3f1093a2342dd88cc977babdee 100644 --- a/installer/resources/themes/console/dark/console_ar.css +++ b/installer/resources/themes/console/dark/console_ar.css @@ -82,3 +82,10 @@ div.joblog li, div.newsheadings li { text-align: left; direction: ltr; } + +span.newtab { + text-align: left; + font-size: 8pt; + float: left; + letter-spacing: 0; +} diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 71be69d33eccb842bb1694e31417fe069f80c518..d196d4441277dbd5fa970c643d7365d70b22c08b 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -904,6 +904,11 @@ span.newtab { letter-spacing: 0; } +/* opera targetted hack */ +x:-o-prefocus, span.newtab { + margin-top: -25px; +} + h2 { font-size: 13pt; color: #115; diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css index e47b4b0561030dcc8def80a6e76f7f648a965767..f6bda3df9ed976f8ab7a4bb1fe12b046cfe56193 100644 --- a/installer/resources/themes/console/midnight/console.css +++ b/installer/resources/themes/console/midnight/console.css @@ -624,6 +624,11 @@ span.newtab { letter-spacing: 0; } +/* opera targetted hack */ +x:-o-prefocus, span.newtab { + margin-top: -25px; +} + h2 { font-size: 13pt; padding: 10px 10px 10px 10px;