start 2.9 cycle with most of the toolkit winstripe changes for both themes
authorRobert Kaiser <robert@widebook.box.kairo.at>
Thu, 5 Apr 2012 01:11:09 +0000 (03:11 +0200)
committerRobert Kaiser <robert@widebook.box.kairo.at>
Thu, 5 Apr 2012 01:11:09 +0000 (03:11 +0200)
13 files changed:
EarlyBlue/global/customizeToolbar.css
EarlyBlue/global/listbox.css
EarlyBlue/global/media/videocontrols.css
EarlyBlue/install.rdf
EarlyBlue/mozapps/extensions/extensions.css
LCARStrek/global/customizeToolbar.css
LCARStrek/global/listbox.css
LCARStrek/global/media/scrubberThumb.png
LCARStrek/global/media/scrubberThumbWide.png
LCARStrek/global/media/videocontrols.css
LCARStrek/install.rdf
LCARStrek/mozapps/extensions/extensions.css
origdiff

index 0879fbb707605667c0e2048964a75ca95ae4e7f7..407571dfe30dd95f6b35129dcd518410e2b38a39 100644 (file)
@@ -46,3 +46,12 @@ dialog {
   font-weight: bold;
   font-size: larger;
 }
+
+#palette-box {
+  margin: 0 0 10px;
+}
+
+#palette-box > toolbarpaletteitem {
+  padding: 8px 2px;
+  margin: 0 8px;
+}
index 898ec3628a27e693eb0c59f372c81aad892dc3e8..4a1436c5472cb358101e4a9624e537d450763a8b 100644 (file)
@@ -137,17 +137,3 @@ listheader[sortable="true"]:hover:active {
   min-height: 12px;
   background: #FFFFFF no-repeat 50% 50%;
 }
-
-.listcell-check[checked="true"] {
-  background-image: url("chrome://global/skin/checkbox/cbox-check.gif");
-}
-
-.listcell-check[disabled="true"] {
-  border-color: #808080;
-  background-image: url("chrome://global/skin/checkbox/cbox-disabled.gif");
-}
-
-.listcell-check[disabled="true"][checked="true"] {
-  background-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif");
-}
-
index c76db36036af094037bded1dc2ff5030004ce585..9d85d889498e639865943f88a4732dcf1b1aa648 100644 (file)
 }
 
 .fullscreenButton {
-  background-color: transparent;
-  list-style-image: url("chrome://global/skin/media/fullscreenButton.png");
-  -moz-image-region: rect(0px, 16px, 16px, 0px);
-  -moz-appearance: none;
+  background: -moz-image-rect(url("chrome://global/skin/media/fullscreenButton.png"), 0, 16, 16, 0) no-repeat center;
   margin: 0;
   padding: 0;
   min-height: 28px;
@@ -52,7 +49,7 @@
 }
 
 .fullscreenButton[fullscreened] {
-  -moz-image-region: rect(0px, 32px, 16px, 16px);
+  background-image: -moz-image-rect(url("chrome://global/skin/media/fullscreenButton.png"), 0, 32, 16, 16);
 }
 
 .volumeStack {
   font-size: 10px;
   font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
   text-shadow: rgba(102,102,153, 0.3) 0 1px;
-  padding-top: 2px;
+  padding-top: 5px;
 }
 
 .statusOverlay {
index e2ba6127a3781b2da1a47e41291e8114b626db4b..3a93f42170898f80d4add20a48b246ebeaec72bb 100644 (file)
@@ -5,13 +5,13 @@
 
   <Description about="urn:mozilla:install-manifest">
     <em:id>EarlyBlue@kairo.at</em:id>
-    <em:version>2.8</em:version>
+    <em:version>2.9</em:version>
 
     <!-- SeaMonkey -->
     <em:targetApplication>
       <Description>
         <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
-        <em:minVersion>2.8</em:minVersion>
+        <em:minVersion>2.9</em:minVersion>
         <em:maxVersion>2.11a1</em:maxVersion>
       </Description>
     </em:targetApplication>
index 9f5e40f2a6a27a5e18d3c6f4a5aeb59a79b4df0e..21f90ab35f5e330ac78991fc0d36c7843112f780 100644 (file)
@@ -90,7 +90,7 @@
   border-bottom: 1px solid #9999CC;
 }
 
-@media all and (max-width: 600px) {
+@media (max-width: 600px) {
   .global-warning-text {
     display: none;
   }
 }
 
 /* Maximize the size of the viewport when the window is small */
-@media all and (max-width: 800px) {
+@media (max-width: 800px) {
   .category-name {
     display: none;
   }
   -moz-margin-start: 0;
 }
 
-#detail-icon {
+#detail-icon-container {
+  width: 64px;
   -moz-margin-end: 10px;
   margin-top: 6px;
+}
+
+#detail-icon {
   max-width: 64px;
   max-height: 64px;
 }
 }
 
 #detail-grid > columns > column:first-child {
+  min-width: 15em;
   max-width: 25em;
 }
 
index 0879fbb707605667c0e2048964a75ca95ae4e7f7..407571dfe30dd95f6b35129dcd518410e2b38a39 100644 (file)
@@ -46,3 +46,12 @@ dialog {
   font-weight: bold;
   font-size: larger;
 }
+
+#palette-box {
+  margin: 0 0 10px;
+}
+
+#palette-box > toolbarpaletteitem {
+  padding: 8px 2px;
+  margin: 0 8px;
+}
index 2f5a6d3cf7f5dfb6e31e5525b2bb8439bb389351..e2e5016599e1d32f3b3dbeb20e6bfb509bed790f 100644 (file)
@@ -139,16 +139,3 @@ listheader[sortable="true"]:hover:active {
   min-height: 12px;
   background: #000000 no-repeat 50% 50%;
 }
-
-.listcell-check[checked="true"] {
-  background-image: url("chrome://global/skin/checkbox/cbox-check.gif");
-}
-
-.listcell-check[disabled="true"] {
-  border-color: #8050B0;
-  background-image: url("chrome://global/skin/checkbox/cbox-disabled.gif");
-}
-
-.listcell-check[disabled="true"][checked="true"] {
-  background-image: url("chrome://global/skin/checkbox/cbox-check-disabled.gif");
-}
index 7bbdaf5635092ed5af467d247a6406e3b12ad7a4..698823e58feed969cd63a1d66069c0f6c81f50ba 100644 (file)
Binary files a/LCARStrek/global/media/scrubberThumb.png and b/LCARStrek/global/media/scrubberThumb.png differ
index a2a52573ea5a803b190da16bbfd97edef3b6fd91..a76ec78fe8416db453430ca971527517b1fbecfc 100644 (file)
Binary files a/LCARStrek/global/media/scrubberThumbWide.png and b/LCARStrek/global/media/scrubberThumbWide.png differ
index 1c7d9fc46fd4052a4d46535f7c432daac19f32c0..2e2b7131ea991e29a760ae35de929b6beab76af0 100644 (file)
 }
 
 .fullscreenButton {
-  background-color: transparent;
-  list-style-image: url("chrome://global/skin/media/fullscreenButton.png");
-  -moz-image-region: rect(0px, 16px, 16px, 0px);
-  -moz-appearance: none;
+  background: -moz-image-rect(url("chrome://global/skin/media/fullscreenButton.png"), 0, 16, 16, 0) no-repeat center;
   margin: 0;
   padding: 0;
   min-height: 28px;
 
 .fullscreenButton:hover {
   background-color: rgba(255,207,0,0.75);
-  -moz-image-region: rect(16px, 16px, 32px, 0px);
+  background-image: -moz-image-rect(url("chrome://global/skin/media/fullscreenButton.png"), 16, 16, 32, 0);
 }
 
 .fullscreenButton[fullscreened] {
-  -moz-image-region: rect(0px, 32px, 16px, 16px);
+  background-image: -moz-image-rect(url("chrome://global/skin/media/fullscreenButton.png"), 0, 32, 16, 16);
 }
 
 .fullscreenButton[fullscreened]:hover {
   background-color: rgba(255,207,0,0.75);
-  -moz-image-region: rect(16px, 32px, 32px, 16px);
+  background-image: -moz-image-rect(url("chrome://global/skin/media/fullscreenButton.png"), 16, 32, 32, 16);
 }
 
 .volumeStack {
   font-size: 10px;
   font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
   text-shadow: rgba(255,259,0, 0.3) 0 1px;
-  padding-top: 2px;
+  padding-top: 5px;
 }
 
 .statusOverlay {
index 283a2be4307b3c5ce95a171bd5b70719a8225684..5105f2adba9c8ac3f4fdb62de9f7e576db6f55bb 100644 (file)
@@ -5,7 +5,7 @@
 
   <Description about="urn:mozilla:install-manifest">
     <em:id>LCARStrek@kairo.at</em:id>
-    <em:version>2.8</em:version>
+    <em:version>2.9</em:version>
 
     <!-- SeaMonkey -->
     <em:targetApplication>
@@ -19,7 +19,7 @@
     <em:targetApplication>
       <Description>
         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
-        <em:minVersion>11.0</em:minVersion>
+        <em:minVersion>12.0</em:minVersion>
         <em:maxVersion>14.0a1</em:maxVersion>
       </Description>
     </em:targetApplication>
index 24f925b4485e7b525724d7fc97a9354fec7c1eb0..b8e7e4f91b7e9542b15bff8185ab6c949c628b49 100644 (file)
@@ -90,7 +90,7 @@
   border-bottom: 3px solid #000000;
 }
 
-@media all and (max-width: 600px) {
+@media (max-width: 600px) {
   .global-warning-text {
     display: none;
   }
 }
 
 /* Maximize the size of the viewport when the window is small */
-@media all and (max-width: 800px) {
+@media (max-width: 800px) {
   .category-name {
     display: none;
   }
   -moz-margin-start: 0;
 }
 
-#detail-icon {
+#detail-icon-container {
+  width: 64px;
   -moz-margin-end: 10px;
   margin-top: 6px;
+}
+
+#detail-icon {
   max-width: 64px;
   max-height: 64px;
 }
 }
 
 #detail-grid {
+  min-width: 15em;
   margin-bottom: 2em;
 }
 
index 8d99e2df1523bcee7c689c689384f2be26f1b2af..b680858b8bac83ff07d1f19c7e7d5d91edd1ab33 100755 (executable)
--- a/origdiff
+++ b/origdiff
@@ -6,15 +6,15 @@ SCRIPT_DIR=$(pwd)
 
 # ============ vars specific to the versions ==============
 
-NAME_PRE=10
-NAME_POST=11
+NAME_PRE=11
+NAME_POST=12
 
-TAG_PRE_COMM=BETA_10_END
-TAG_POST_COMM=tip #BETA_11_END
-TAG_PRE_MOZ=FIREFOX_BETA_10 #FIREFOX_BETA_10_END
-TAG_POST_MOZ=tip #FIREFOX_BETA_11_END
-TAG_PRE_EXT=SEAMONKEY_2_7_RELEASE #SEAMONKEY_2_7_RELEASE
-TAG_POST_EXT=tip #SEAMONKEY_2_8_RELEASE
+TAG_PRE_COMM=BETA_11_END
+TAG_POST_COMM=tip #BETA_12_END
+TAG_PRE_MOZ=FIREFOX_BETA_11_END
+TAG_POST_MOZ=tip #FIREFOX_BETA_12_END
+TAG_PRE_EXT=SEAMONKEY_2_8_RELEASE
+TAG_POST_EXT=tip #SEAMONKEY_2_9_RELEASE
 
 # ===================== process repos =====================