update both themes for changes in toolkit winstripe for Mozilla 9 platform
authorRobert Kaiser <robert@notebook.box.kairo.at>
Sun, 20 Nov 2011 19:14:42 +0000 (20:14 +0100)
committerRobert Kaiser <robert@notebook.box.kairo.at>
Sun, 20 Nov 2011 19:14:42 +0000 (20:14 +0100)
EarlyBlue/global/webConsole.css
EarlyBlue/mozapps/extensions/extensions.css
LCARStrek/global/webConsole.css
LCARStrek/mozapps/extensions/extensions.css

index a95e0078cf42af7dd62d53f5f2eda924f7eda833..99c79a8c1bff23ed30bdd8fae6f0cd82c14b4175 100644 (file)
   list-style-image: url("chrome://global/skin/icons/webconsole.png");
 }
 
+.webconsole-filter-button > .toolbarbutton-menubutton-button,
+.webconsole-filter-button > .toolbarbutton-menubutton-button:hover:active {
+  -moz-padding-start: 6px;
+  -moz-padding-end: 3px;
+}
+
+.webconsole-filter-button {
+  -moz-margin-start: 3px;
+  -moz-margin-end: 3px;
+}
+
 /* Network styles */
 .webconsole-filter-button[category="net"] {
   -moz-image-region: rect(0, 8px, 8px, 0);
 }
 
 .hud-console-filter-toolbar {
-  padding: 1px 0px;
+  padding: 1px 2px;
   -moz-box-align: center;
 }
 
index f428145b42de4ead922a438642ea6f200bdc263f..e2f13a3a853a21a039a184165ae608e2487578f9 100644 (file)
   max-height: 300px;
 }
 
+#detail-screenshot[loading] {
+  background-image: url("chrome://communicator/skin/brand/throbber-anim.gif");
+  background-position: 50% 50%;
+  background-repeat: no-repeat;
+}
+
+#detail-screenshot[loading="error"] {
+  background-image: url("chrome://global/skin/icons/alert-error.gif");
+}
+
 #detail-desc-container {
   margin-bottom: 2em;
 }
index 2e4e1ab7ca5aaa1d95258d9312413d73cbfc2a2c..b3761386fbc0e80bbe4dbf3e3fad95ebc1fd811e 100644 (file)
   list-style-image: url("chrome://global/skin/icons/webconsole.png");
 }
 
+.webconsole-filter-button > .toolbarbutton-menubutton-button,
+.webconsole-filter-button > .toolbarbutton-menubutton-button:hover:active {
+  -moz-padding-start: 6px;
+  -moz-padding-end: 3px;
+}
+
+.webconsole-filter-button {
+  -moz-margin-start: 3px;
+  -moz-margin-end: 3px;
+}
+
 /* Network styles */
 .webconsole-filter-button[category="net"] {
   -moz-image-region: rect(0, 8px, 8px, 0);
 }
 
 .hud-console-filter-toolbar {
-  padding: 1px 0px;
+  padding: 1px 2px;
   -moz-box-align: center;
 }
 
index 49263b55f9cdd1370a49617f9051e1b0d7fe7845..03efde1bf7693bc153bdaea3cc862815754a275a 100644 (file)
   max-height: 300px;
 }
 
+#detail-screenshot[loading] {
+  background-image: url("chrome://communicator/skin/brand/throbber-anim.gif");
+  background-position: 50% 50%;
+  background-repeat: no-repeat;
+}
+
+#detail-screenshot[loading="error"] {
+  background-image: url("chrome://global/skin/icons/alert-error.gif");
+}
+
 #detail-desc-container {
   margin-bottom: 2em;
 }