diff --git a/themes/minimized/template.php b/themes/minimized/template.php
index 1fa791cb71..6cbc4f4c66 100644
--- a/themes/minimized/template.php
+++ b/themes/minimized/template.php
@@ -886,12 +886,14 @@ legend {
}
#logout_icon {
+ width: 28px;
+ height: 23px;
+ border: none;
filter: alpha(opacity=80);
opacity: 0.85;
-moz-opacity: 0.85;
-khtml-opacity: 0.85;
margin-left: 8px;
- margin-right: 18px;
}
#logout_icon:hover {
@@ -903,6 +905,9 @@ legend {
}
#domain_selector_icon {
+ width: 28px;
+ height: 23px;
+ border: none;
filter: alpha(opacity=80);
opacity: 0.85;
-moz-opacity: 0.85;
@@ -1403,17 +1408,17 @@ SPAN.playback_progress_bar {