sync both themes with toolkit windows theme changes in Mozilla 32 cycle
[themes.git] / EarlyBlue / mozapps / plugins / pluginProblem.css
index 113cfb5dff58c20e74805a891b0ad4b349648673..5771919b73fd9579fdf48345f0566252f6023805 100644 (file)
@@ -15,7 +15,6 @@
   background-color: #CCD0DD;
   color: #000000;
   -moz-user-select: none;
-  position: relative;
 }
 
 .hoverBox {
@@ -168,22 +167,17 @@ html|a {
 
 .closeIcon {
   display: block;
-  position: absolute;
   width: 16px;
   height: 16px;
-  top: 4px;
-  right: 4px;
+  margin-top: 4px;
+  -moz-margin-start: -20px;
+  -moz-margin-end: 4px;
   border: none;
   background-color: transparent;
   background-image: url("chrome://mozapps/skin/plugins/contentPluginClose.png");
   background-repeat: no-repeat;
 }
 
-.mainBox[chromedir="rtl"] .closeIcon {
-  right: auto;
-  left: 4px;
-}
-
 .action-link {
   display: inline-block;
   border-radius: 10px;