From: Robert Kaiser Date: Thu, 5 Apr 2012 01:11:09 +0000 (+0200) Subject: start 2.9 cycle with most of the toolkit winstripe changes for both themes X-Git-Tag: LCARStrek-2.9~9^2 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=f777a4f1d5abd2057e324f87c8c90e21189ec9d7 start 2.9 cycle with most of the toolkit winstripe changes for both themes --- diff --git a/EarlyBlue/global/customizeToolbar.css b/EarlyBlue/global/customizeToolbar.css index 0879fbb7..407571df 100644 --- a/EarlyBlue/global/customizeToolbar.css +++ b/EarlyBlue/global/customizeToolbar.css @@ -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; +} diff --git a/EarlyBlue/global/listbox.css b/EarlyBlue/global/listbox.css index 898ec362..4a1436c5 100644 --- a/EarlyBlue/global/listbox.css +++ b/EarlyBlue/global/listbox.css @@ -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"); -} - diff --git a/EarlyBlue/global/media/videocontrols.css b/EarlyBlue/global/media/videocontrols.css index c76db360..9d85d889 100644 --- a/EarlyBlue/global/media/videocontrols.css +++ b/EarlyBlue/global/media/videocontrols.css @@ -40,10 +40,7 @@ } .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 { @@ -178,7 +175,7 @@ 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 { diff --git a/EarlyBlue/install.rdf b/EarlyBlue/install.rdf index e2ba6127..3a93f421 100644 --- a/EarlyBlue/install.rdf +++ b/EarlyBlue/install.rdf @@ -5,13 +5,13 @@ EarlyBlue@kairo.at - 2.8 + 2.9 {92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a} - 2.8 + 2.9 2.11a1 diff --git a/EarlyBlue/mozapps/extensions/extensions.css b/EarlyBlue/mozapps/extensions/extensions.css index 9f5e40f2..21f90ab3 100644 --- a/EarlyBlue/mozapps/extensions/extensions.css +++ b/EarlyBlue/mozapps/extensions/extensions.css @@ -90,7 +90,7 @@ border-bottom: 1px solid #9999CC; } -@media all and (max-width: 600px) { +@media (max-width: 600px) { .global-warning-text { display: none; } @@ -239,7 +239,7 @@ } /* 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; } @@ -739,9 +739,13 @@ -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; } @@ -819,6 +823,7 @@ } #detail-grid > columns > column:first-child { + min-width: 15em; max-width: 25em; } diff --git a/LCARStrek/global/customizeToolbar.css b/LCARStrek/global/customizeToolbar.css index 0879fbb7..407571df 100644 --- a/LCARStrek/global/customizeToolbar.css +++ b/LCARStrek/global/customizeToolbar.css @@ -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; +} diff --git a/LCARStrek/global/listbox.css b/LCARStrek/global/listbox.css index 2f5a6d3c..e2e50165 100644 --- a/LCARStrek/global/listbox.css +++ b/LCARStrek/global/listbox.css @@ -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"); -} diff --git a/LCARStrek/global/media/scrubberThumb.png b/LCARStrek/global/media/scrubberThumb.png index 7bbdaf56..698823e5 100644 Binary files a/LCARStrek/global/media/scrubberThumb.png and b/LCARStrek/global/media/scrubberThumb.png differ diff --git a/LCARStrek/global/media/scrubberThumbWide.png b/LCARStrek/global/media/scrubberThumbWide.png index a2a52573..a76ec78f 100644 Binary files a/LCARStrek/global/media/scrubberThumbWide.png and b/LCARStrek/global/media/scrubberThumbWide.png differ diff --git a/LCARStrek/global/media/videocontrols.css b/LCARStrek/global/media/videocontrols.css index 1c7d9fc4..2e2b7131 100644 --- a/LCARStrek/global/media/videocontrols.css +++ b/LCARStrek/global/media/videocontrols.css @@ -59,10 +59,7 @@ } .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; @@ -72,16 +69,16 @@ .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 { @@ -215,7 +212,7 @@ 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 { diff --git a/LCARStrek/install.rdf b/LCARStrek/install.rdf index 283a2be4..5105f2ad 100644 --- a/LCARStrek/install.rdf +++ b/LCARStrek/install.rdf @@ -5,7 +5,7 @@ LCARStrek@kairo.at - 2.8 + 2.9 @@ -19,7 +19,7 @@ {ec8030f7-c20a-464f-9b0e-13a3a9e97384} - 11.0 + 12.0 14.0a1 diff --git a/LCARStrek/mozapps/extensions/extensions.css b/LCARStrek/mozapps/extensions/extensions.css index 24f925b4..b8e7e4f9 100644 --- a/LCARStrek/mozapps/extensions/extensions.css +++ b/LCARStrek/mozapps/extensions/extensions.css @@ -90,7 +90,7 @@ border-bottom: 3px solid #000000; } -@media all and (max-width: 600px) { +@media (max-width: 600px) { .global-warning-text { display: none; } @@ -251,7 +251,7 @@ } /* 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; } @@ -786,9 +786,13 @@ -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; } @@ -862,6 +866,7 @@ } #detail-grid { + min-width: 15em; margin-bottom: 2em; } diff --git a/origdiff b/origdiff index 8d99e2df..b680858b 100755 --- 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 =====================