update both themes for toolkit windows theme changes in Mozilla 23 cycle
[themes.git] / LCARStrek / mozapps / plugins / pluginProblem.css
index 7c89b3cb7fa565d3226e1cd9034758e929fd5692..379b04b857e52cee5f4e2ad9b6ff622acde96c1e 100644 (file)
@@ -15,6 +15,7 @@
   box-shadow: inset 0 1px 5px #8050B0;
   padding: 5px;
   -moz-user-select: none;
+  position: relative;
 }
 
 .hoverBox {
@@ -38,7 +39,7 @@ html|a {
 :-moz-type-unsupported-platform .icon {
   background-image: url("chrome://mozapps/skin/plugins/contentPluginMissing.png");
 }
-:-moz-type-unsupported .icon[status="ready"] {
+:-moz-type-unsupported .icon[installable] {
   background-image: url("chrome://mozapps/skin/plugins/contentPluginDownload.png");
 }
 :-moz-handler-clicktoplay .icon,
@@ -73,8 +74,8 @@ html|a {
 }
 
 .msg {
-  font-size: 12px;
   cursor: default;
+  width: 100%;
 }
 
 :-moz-handler-clicktoplay .mainBox,
@@ -137,11 +138,6 @@ html|a {
   float: left;
 }
 
-.msgBottomLinks {
-  padding-left: 2px;
-  padding-right: 2px;
-}
-
 .helpIcon {
   float: left;
   display: inline-block;
@@ -183,7 +179,7 @@ html|a {
   background-image: none;
   background-color: rgba(0, 0, 0, .2);
   border: 2px dashed rgba(255, 207, 0, 0.7);
-  border-radius: 3px;
+  border-radius: 8px;
   color: #8050B0;
   text-shadow: none;
   box-shadow: none;