[Pkg-mozext-commits] [all-in-one-sidebar] 04/29: Ignore: add newline at end of file

David Prévot taffit at moszumanska.debian.org
Thu Oct 29 14:40:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository all-in-one-sidebar.

commit 1aea9a4179dd49dafcc40869c060fa2239844104
Author: Ingo Wennemaring <github at addonlab.com>
Date:   Thu Jul 30 21:38:16 2015 +0200

    Ignore: add newline at end of file
---
 Gruntfile.coffee                    |   2 +-
 README.md                           |   2 +-
 build.sh                            |   2 +-
 chrome.manifest                     |   2 +-
 content/_helper.js                  |   2 +-
 content/_lib.js                     |   2 +-
 content/about.js                    |   2 +-
 content/about.xul                   |   2 +-
 content/about_content.xul           |   2 +-
 content/addons.js                   |   2 +-
 content/addons.xul                  |   2 +-
 content/addons_xpinstall.xul        |   2 +-
 content/aios.dtd                    |   2 +-
 content/aios.js                     |   2 +-
 content/aios.properties             |   2 +-
 content/aios.xml                    |   2 +-
 content/aios.xul                    |   2 +-
 content/aios_compatibility.js       |   2 +-
 content/aios_fx.js                  |   3 +-
 content/aios_old.js                 |   2 +-
 content/aios_tbx.js                 |   2 +-
 content/console.js                  |   2 +-
 content/console.xul                 |   2 +-
 content/downloads.js                |   2 +-
 content/downloads.xul               |   2 +-
 content/downloads_alert.xul         |   2 +-
 content/multipanel.js               |   2 +-
 content/multipanel.xul              |   2 +-
 content/multipanel_config.xul       |   2 +-
 content/pageinfo.js                 |   2 +-
 content/pageinfo.xul                |   2 +-
 content/places.js                   |   2 +-
 content/places.xul                  |   2 +-
 content/prefs/_keyconfig.js         |   2 +-
 content/prefs/_overlay.js           |   2 +-
 content/prefs/general.js            |   2 +-
 content/prefs/keys.xul              |   2 +-
 content/prefs/prefs.js              |   2 +-
 content/prefs/prefs.xul             |   2 +-
 defaults/preferences/aios.js        |   2 +-
 install.rdf                         |   2 +-
 skin/css/aios_buttons_darwin.css    | 102 +++++++++++++++++++++++++-
 skin/css/aios_buttons_generic.css   |  77 +++++++++++++++++++-
 skin/css/aios_buttons_winnt.css     | 109 +++++++++++++++++++++++++++-
 skin/css/aios_theme_darwin.css      | 139 +++++++++++++++++++++++++++++++++++-
 skin/css/aios_theme_generic.css     |  24 ++++++-
 skin/css/aios_theme_winnt.css       |  67 ++++++++++++++++-
 skin/css/multipanel_config.css      |  37 +++++++++-
 skin/css/multipanel_ssr.css         |  94 +++++++++++++++++++++++-
 skin/css/places.css                 |  86 +++++++++++++++++++++-
 skin/scss/aios.scss                 |   2 +-
 skin/scss/aios_buttons_darwin.scss  |   2 +-
 skin/scss/aios_buttons_generic.scss |   2 +-
 skin/scss/aios_buttons_winnt.scss   |   2 +-
 skin/scss/aios_theme_darwin.scss    |   2 +-
 skin/scss/aios_theme_generic.scss   |   2 +-
 skin/scss/aios_theme_winnt.scss     |   2 +-
 skin/scss/multipanel_config.scss    |   2 +-
 skin/scss/multipanel_ssr.scss       |   2 +-
 skin/scss/places.scss               |   2 +-
 60 files changed, 778 insertions(+), 60 deletions(-)

diff --git a/Gruntfile.coffee b/Gruntfile.coffee
index 87fb668..56d7880 100644
--- a/Gruntfile.coffee
+++ b/Gruntfile.coffee
@@ -93,4 +93,4 @@ module.exports = (grunt) ->
   #grunt.registerTask 'build',       ['css-build', 'js-build']
   #grunt.registerTask 'deploy',      ['css-deploy', 'js-deploy', 'notify:deploy']
   grunt.registerTask 'build',       ['css-build']
-  grunt.registerTask 'deploy',      ['css-deploy', 'notify:deploy']
\ No newline at end of file
+  grunt.registerTask 'deploy',      ['css-deploy', 'notify:deploy']
diff --git a/README.md b/README.md
index 44b24d7..0d8a423 100644
--- a/README.md
+++ b/README.md
@@ -68,4 +68,4 @@ License:
 
 GNU General Public License, Version 2.0
 
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/build.sh b/build.sh
index ecd13c8..400a199 100755
--- a/build.sh
+++ b/build.sh
@@ -9,4 +9,4 @@ echo "- Deleting .DS_Store files"
 find . -name \.DS_Store -exec rm -v {} \;
 
 echo "- Creating xpi file"
-zip -r $XPI_FILE.xpi chrome.manifest icon.png install.rdf license.txt content defaults locale skin/css skin/icons skin/img
\ No newline at end of file
+zip -r $XPI_FILE.xpi chrome.manifest icon.png install.rdf license.txt content defaults locale skin/css skin/icons skin/img
diff --git a/chrome.manifest b/chrome.manifest
index 393b4e3..4be1e3c 100644
--- a/chrome.manifest
+++ b/chrome.manifest
@@ -77,4 +77,4 @@ style       chrome://browser/content/pageinfo/pageInfo.xul             chrome://
 overlay     chrome://global/content/console.xul                        chrome://aios/content/console.xul
 overlay     chrome://console2/content/console2.xul                     chrome://aios/content/console.xul
 
-style       chrome://aios/content/about.xul                            chrome://aios/skin/css/prefs.css
\ No newline at end of file
+style       chrome://aios/content/about.xul                            chrome://aios/skin/css/prefs.css
diff --git a/content/_helper.js b/content/_helper.js
index 5a55a38..29375e0 100644
--- a/content/_helper.js
+++ b/content/_helper.js
@@ -402,4 +402,4 @@ function aios_removeAccesskeys() {
 function aios_hideMacMenubar() {
     if(document.getElementById('main-menubar'))
         document.getElementById('main-menubar').style.display = "none";
-}
\ No newline at end of file
+}
diff --git a/content/_lib.js b/content/_lib.js
index bbff93e..8d741cb 100644
--- a/content/_lib.js
+++ b/content/_lib.js
@@ -704,4 +704,4 @@ function aios_toggleAutohide(which) {
         AiOS_HELPER.prefBranchAiOS.setBoolPref("gen.switch.autoshow", aios_getBoolean(which, 'checked'));
     }
     catch(e) { }
-}
\ No newline at end of file
+}
diff --git a/content/about.js b/content/about.js
index 2190b62..8aa9838 100644
--- a/content/about.js
+++ b/content/about.js
@@ -23,4 +23,4 @@ var AiOS_About = {};
 
     };
 
-}).apply(AiOS_About);
\ No newline at end of file
+}).apply(AiOS_About);
diff --git a/content/about.xul b/content/about.xul
index 9a45e83..e75f59d 100644
--- a/content/about.xul
+++ b/content/about.xul
@@ -23,4 +23,4 @@
 
     <prefpane id="aiosAbout" src="chrome://aios/content/about_content.xul" />
 
-</prefwindow>
\ No newline at end of file
+</prefwindow>
diff --git a/content/about_content.xul b/content/about_content.xul
index b0398a1..bb7a9ef 100644
--- a/content/about_content.xul
+++ b/content/about_content.xul
@@ -319,4 +319,4 @@
             </tabpanels>
         </tabbox>
     </prefpane>
-</overlay>
\ No newline at end of file
+</overlay>
diff --git a/content/addons.js b/content/addons.js
index d137134..b45a851 100644
--- a/content/addons.js
+++ b/content/addons.js
@@ -306,4 +306,4 @@ var AiOS_Addons = {};
     window.addEventListener("load", this.setDetailLayout);
     window.addEventListener("unload", this.shutdown);
 
-}).apply(AiOS_Addons);
\ No newline at end of file
+}).apply(AiOS_Addons);
diff --git a/content/addons.xul b/content/addons.xul
index a83a172..79d621e 100644
--- a/content/addons.xul
+++ b/content/addons.xul
@@ -61,4 +61,4 @@
 
     </hbox>
 
-</overlay>
\ No newline at end of file
+</overlay>
diff --git a/content/addons_xpinstall.xul b/content/addons_xpinstall.xul
index 9544d93..74513be 100644
--- a/content/addons_xpinstall.xul
+++ b/content/addons_xpinstall.xul
@@ -32,4 +32,4 @@
     ]]>
     </script>
 
-</overlay>
\ No newline at end of file
+</overlay>
diff --git a/content/aios.dtd b/content/aios.dtd
index a5f3141..582db85 100644
--- a/content/aios.dtd
+++ b/content/aios.dtd
@@ -63,4 +63,4 @@
 <!ENTITY trans.uk-UA.name       "Yaroslav Krytsun">
 <!ENTITY trans.vi.name          "Trần Anh Minh, NGUYỄN Mạnh Hùng">
 <!ENTITY trans.zh-CN.name       "blackdire, Long G.W., George C. Tsoi">
-<!ENTITY trans.zh-TW.name       "Unicorn2, Willy Young">
\ No newline at end of file
+<!ENTITY trans.zh-TW.name       "Unicorn2, Willy Young">
diff --git a/content/aios.js b/content/aios.js
index 6446207..8aa5df9 100644
--- a/content/aios.js
+++ b/content/aios.js
@@ -86,4 +86,4 @@ window.addEventListener("DOMContentLoaded", AiOS.initOnDOMLoaded, false);
 window.addEventListener("unload", AiOS.unload, false);
 
 gNavToolbox.addEventListener("beforecustomization", AiOS.beforeCustomization, false);
-gNavToolbox.addEventListener("aftercustomization", AiOS.afterCustomization, false);
\ No newline at end of file
+gNavToolbox.addEventListener("aftercustomization", AiOS.afterCustomization, false);
diff --git a/content/aios.properties b/content/aios.properties
index 86577b9..e2e0efa 100644
--- a/content/aios.properties
+++ b/content/aios.properties
@@ -1,3 +1,3 @@
 key.mac.alt=⌥
 key.mac.command=⌘
-key.mac.shift=⇧
\ No newline at end of file
+key.mac.shift=⇧
diff --git a/content/aios.xml b/content/aios.xml
index 1a0a170..de1929c 100644
--- a/content/aios.xml
+++ b/content/aios.xml
@@ -34,4 +34,4 @@
         </resources>
     </binding>
 
-</bindings>
\ No newline at end of file
+</bindings>
diff --git a/content/aios.xul b/content/aios.xul
index d88f586..153bfd3 100644
--- a/content/aios.xul
+++ b/content/aios.xul
@@ -605,4 +605,4 @@
 
     </hbox>
 
-</overlay>
\ No newline at end of file
+</overlay>
diff --git a/content/aios_compatibility.js b/content/aios_compatibility.js
index b28c3ea..32153d5 100644
--- a/content/aios_compatibility.js
+++ b/content/aios_compatibility.js
@@ -122,4 +122,4 @@ var AiOS_Compatibility = {};
     window.addEventListener("load", this.initialize);
     window.addEventListener("unload", this.shutdown);
 
-}).apply(AiOS_Compatibility);
\ No newline at end of file
+}).apply(AiOS_Compatibility);
diff --git a/content/aios_fx.js b/content/aios_fx.js
index 5411189..3865c5c 100644
--- a/content/aios_fx.js
+++ b/content/aios_fx.js
@@ -128,4 +128,5 @@ if(aios_collapseSidebar) toggleSidebar = function(commandID, forceOpen) {
 // modified by exxile
 //    => original: }
 };
-// end modified by exxile
\ No newline at end of file
+// end modified by exxile
+//
\ No newline at end of file
diff --git a/content/aios_old.js b/content/aios_old.js
index a8ea2b7..f3e2803 100644
--- a/content/aios_old.js
+++ b/content/aios_old.js
@@ -798,4 +798,4 @@ function aios_BrowserFullScreen() {
     aios_adjustToolboxWidth(false);
 
     return true;
-}
\ No newline at end of file
+}
diff --git a/content/aios_tbx.js b/content/aios_tbx.js
index ea7d8b4..8482b7d 100644
--- a/content/aios_tbx.js
+++ b/content/aios_tbx.js
@@ -293,4 +293,4 @@ function aios_addToolbarMitem(aWhich) {
 
     // AiOS-Toolbar einfuegen
     popup.insertBefore(menuItem.cloneNode(true), aios_context_sep);
-}
\ No newline at end of file
+}
diff --git a/content/console.js b/content/console.js
index b3dbef8..8626391 100644
--- a/content/console.js
+++ b/content/console.js
@@ -67,4 +67,4 @@ function aios_sidebarLayout() {
     if(cStyle && cStyle.listStyleImage && cStyle.listStyleImage != "none") {
         if(document.getElementById('ToolbarMode')) document.getElementById('ToolbarMode').setAttribute("hideLabel", true);
     }
-}
\ No newline at end of file
+}
diff --git a/content/console.xul b/content/console.xul
index d3da4e8..8b239d3 100644
--- a/content/console.xul
+++ b/content/console.xul
@@ -12,4 +12,4 @@
     ]]>
     </script>
 
-</overlay>
\ No newline at end of file
+</overlay>
diff --git a/content/downloads.js b/content/downloads.js
index 0835291..2403ced 100644
--- a/content/downloads.js
+++ b/content/downloads.js
@@ -257,4 +257,4 @@ function aios_setTitle(aObj) {
     if(aios_inSidebar) AiOS_HELPER.mostRecentWindow.document.getElementById("viewDownloadsSidebar").setAttribute('sidebartitle', newTitle);
 
     return true;
-}
\ No newline at end of file
+}
diff --git a/content/downloads.xul b/content/downloads.xul
index 6aa68f1..dce2f68 100644
--- a/content/downloads.xul
+++ b/content/downloads.xul
@@ -9,4 +9,4 @@
         <hbox id="aios-search" insertbefore="downloadView" />
     </window>
 
-</overlay>
\ No newline at end of file
+</overlay>
diff --git a/content/downloads_alert.xul b/content/downloads_alert.xul
index 31d61b0..15c996d 100644
--- a/content/downloads_alert.xul
+++ b/content/downloads_alert.xul
@@ -22,4 +22,4 @@
     ]]>
     </script>
 
-</overlay>
\ No newline at end of file
+</overlay>
diff --git a/content/multipanel.js b/content/multipanel.js
index 2a9adeb..ccf5099 100644
--- a/content/multipanel.js
+++ b/content/multipanel.js
@@ -262,4 +262,4 @@ function aios_unloadMultiPanel() {
 
 function aios_getPageOptions() {
     document.getElementById('ssrSidebar-mitem').setAttribute('disabled', !aios_getBoolean("ssr-mitem", "checked"));
-}
\ No newline at end of file
+}
diff --git a/content/multipanel.xul b/content/multipanel.xul
index c86baf9..39acf6f 100644
--- a/content/multipanel.xul
+++ b/content/multipanel.xul
@@ -114,4 +114,4 @@
 
     <browser id="web-panels-browser" type="content" />
 
-</overlay>
\ No newline at end of file
+</overlay>
diff --git a/content/multipanel_config.xul b/content/multipanel_config.xul
index 49137cb..5be516e 100644
--- a/content/multipanel_config.xul
+++ b/content/multipanel_config.xul
@@ -12,4 +12,4 @@
     ]]>
     </script>
 
-</overlay>
\ No newline at end of file
+</overlay>
diff --git a/content/pageinfo.js b/content/pageinfo.js
index 115a99b..518741c 100644
--- a/content/pageinfo.js
+++ b/content/pageinfo.js
@@ -336,4 +336,4 @@ var security = {
     },
 
     _cert : null
-};
\ No newline at end of file
+};
diff --git a/content/pageinfo.xul b/content/pageinfo.xul
index 8823b62..a2e5aba 100644
--- a/content/pageinfo.xul
+++ b/content/pageinfo.xul
@@ -16,4 +16,4 @@
 
     <radiogroup id="viewGroup" onclick="aios_persistSelTab();" />
 
-</overlay>
\ No newline at end of file
+</overlay>
diff --git a/content/places.js b/content/places.js
index c14fbf6..2d93e8c 100644
--- a/content/places.js
+++ b/content/places.js
@@ -326,4 +326,4 @@ var AiOS_Places = {};
     window.addEventListener("DOMContentLoaded", this.initialize, false);
     window.addEventListener("unload", this.shutdown);
 
-}).apply(AiOS_Places);
\ No newline at end of file
+}).apply(AiOS_Places);
diff --git a/content/places.xul b/content/places.xul
index 379d534..d94fcbd 100644
--- a/content/places.xul
+++ b/content/places.xul
@@ -50,4 +50,4 @@
 
     </hbox>
 
-</overlay>
\ No newline at end of file
+</overlay>
diff --git a/content/prefs/_keyconfig.js b/content/prefs/_keyconfig.js
index c6272b9..acd0f5b 100644
--- a/content/prefs/_keyconfig.js
+++ b/content/prefs/_keyconfig.js
@@ -418,4 +418,4 @@ function switchWindow(event) {
 function copyID() {
     var key = gKeys[keyTree.currentIndex];
     if(key) gClipboardHelper.copyString(key.id);
-}
\ No newline at end of file
+}
diff --git a/content/prefs/_overlay.js b/content/prefs/_overlay.js
index 2900f50..51e767e 100644
--- a/content/prefs/_overlay.js
+++ b/content/prefs/_overlay.js
@@ -57,4 +57,4 @@ var aiosKeyconfig = {
             if(key[2]) node.setAttribute("keycode",key[2]);
         }
     }
-};
\ No newline at end of file
+};
diff --git a/content/prefs/general.js b/content/prefs/general.js
index 608feb1..b8a63da 100644
--- a/content/prefs/general.js
+++ b/content/prefs/general.js
@@ -170,4 +170,4 @@ function aios_setConfSidebarWidth() {
 
     AiOS_HELPER.mostRecentWindow.document.getElementById('sidebar').setAttribute('style', widthStyle);
     AiOS_HELPER.mostRecentWindow.document.persist('sidebar', 'style');
-}
\ No newline at end of file
+}
diff --git a/content/prefs/keys.xul b/content/prefs/keys.xul
index de2a219..900163a 100644
--- a/content/prefs/keys.xul
+++ b/content/prefs/keys.xul
@@ -75,4 +75,4 @@
         <description value="&keyconfig.warn;" />
 
     </prefpane>
-</overlay>
\ No newline at end of file
+</overlay>
diff --git a/content/prefs/prefs.js b/content/prefs/prefs.js
index ca50f7d..9b00d92 100644
--- a/content/prefs/prefs.js
+++ b/content/prefs/prefs.js
@@ -686,4 +686,4 @@ function aios_deleteOldPrefs() {
         }
         catch(e) { }
     }
-}
\ No newline at end of file
+}
diff --git a/content/prefs/prefs.xul b/content/prefs/prefs.xul
index 2b59e16..3ad5998 100644
--- a/content/prefs/prefs.xul
+++ b/content/prefs/prefs.xul
@@ -834,4 +834,4 @@
 
     <prefpane id="aiosAbout" label="&tab.about;" flex="1" src="chrome://aios/content/about_content.xul" />
 
-</prefwindow>
\ No newline at end of file
+</prefwindow>
diff --git a/defaults/preferences/aios.js b/defaults/preferences/aios.js
index 63e41c0..ae78dda 100644
--- a/defaults/preferences/aios.js
+++ b/defaults/preferences/aios.js
@@ -105,4 +105,4 @@ pref("extensions.aios.keyconf.warnOnDuplicate", true);
  *  Misc
  **/
 pref("extensions.aios.paneltab.reverse", false);
-pref("extensions.aios.paneltab.bm", false);
\ No newline at end of file
+pref("extensions.aios.paneltab.bm", false);
diff --git a/install.rdf b/install.rdf
index 1851a25..b1b30e6 100644
--- a/install.rdf
+++ b/install.rdf
@@ -27,4 +27,4 @@
         </em:targetApplication>
 
     </Description>
-</RDF>
\ No newline at end of file
+</RDF>
diff --git a/skin/css/aios_buttons_darwin.css b/skin/css/aios_buttons_darwin.css
index f02313a..cc62c12 100644
--- a/skin/css/aios_buttons_darwin.css
+++ b/skin/css/aios_buttons_darwin.css
@@ -1 +1,101 @@
-toolbarbutton.toolbarbutton-1.aios-tbutton:not(#downloads-button){list-style-image:url(../icons/toolbar_darwin.png);}toolbarbutton.toolbarbutton-1.aios-tbutton:not(#downloads-button):-moz-lwtheme-brighttext{list-style-image:url(../icons/toolbar_darwin_inverted.png);}#bookmarks-button{-moz-image-region:rect(0, 16px, 16px, 0);}#history-button{-moz-image-region:rect(0, 32px, 16px, 16px);}#addons-button{-moz-image-region:rect(0, 64px, 16px, 48px);}#multipanel-button{-moz-image-region:rect(0, [...]
\ No newline at end of file
+/*
+    button icons
+*/
+toolbarbutton.toolbarbutton-1.aios-tbutton:not(#downloads-button) {
+  list-style-image: url(../icons/toolbar_darwin.png); }
+  toolbarbutton.toolbarbutton-1.aios-tbutton:not(#downloads-button):-moz-lwtheme-brighttext {
+    list-style-image: url(../icons/toolbar_darwin_inverted.png); }
+
+#bookmarks-button {
+  -moz-image-region: rect(0, 16px, 16px, 0); }
+
+#history-button {
+  -moz-image-region: rect(0, 32px, 16px, 16px); }
+
+#addons-button {
+  -moz-image-region: rect(0, 64px, 16px, 48px); }
+
+#multipanel-button {
+  -moz-image-region: rect(0, 80px, 16px, 64px); }
+
+#pageinfo-button {
+  -moz-image-region: rect(0, 96px, 16px, 80px); }
+
+#console-button {
+  -moz-image-region: rect(0, 112px, 16px, 96px); }
+
+#paneltab-button {
+  -moz-image-region: rect(0, 128px, 16px, 112px); }
+
+#sidebars-button {
+  -moz-image-region: rect(0, 144px, 16px, 128px); }
+  #sidebars-button dropmarker {
+    display: none; }
+
+#sidebars-togglebutton {
+  -moz-image-region: rect(0, 160px, 16px, 144px); }
+
+#autohide-button {
+  -moz-image-region: rect(0, 176px, 16px, 160px); }
+
+#toolbar-button {
+  -moz-image-region: rect(0, 192px, 16px, 176px); }
+
+/*
+    menu icons
+*/
+menuitem[key="aiosKey_panelTab1"], menuitem[key="aiosKey_panelTab2"], menuitem#aios-sidebar-mitem-show, menuitem#aios-sidebar-mitem-hide, menuitem[key="aiosKey_prefs"] {
+  list-style-image: url(../icons/panels_menus.png); }
+
+menuitem[key="aiosKey_panelTab1"] {
+  -moz-image-region: rect(48px, 16px, 64px, 0); }
+
+menuitem[key="aiosKey_panelTab2"] {
+  -moz-image-region: rect(48px, 32px, 64px, 16px); }
+
+menuitem#aios-sidebar-mitem-hide {
+  -moz-image-region: rect(48px, 48px, 64px, 32px); }
+
+menuitem#aios-sidebar-mitem-show {
+  -moz-image-region: rect(48px, 64px, 64px, 48px); }
+
+menuitem[key="aiosKey_prefs"] {
+  -moz-image-region: rect(32px, 16px, 48px, 0); }
+
+/*
+    button margins on vertical toolbar
+*/
+#aios-toolbar[orient="vertical"] toolbarbutton {
+  margin: 2px 1px; }
+
+/*
+    default theme on mac osx
+*/
+window[aios-appDefTheme="true"] {
+  /*
+        icon opacity
+    */
+  /*
+        active state of menu-buttons, e.g. the sidebar togglebutton
+    */
+  /*
+        type=checkbox buttons with no border, background and background-image if they are not checked
+    */ }
+  window[aios-appDefTheme="true"] toolbarbutton.toolbarbutton-1.aios-tbutton:not(#downloads-button):not(:-moz-lwtheme-brighttext) image.toolbarbutton-icon, window[aios-appDefTheme="true"] toolbarbutton.toolbarbutton-1.aios-tbutton:not(#downloads-button):not(:-moz-lwtheme-brighttext):hover image.toolbarbutton-icon:-moz-window-inactive {
+    opacity: 0.7; }
+  window[aios-appDefTheme="true"] toolbarbutton.toolbarbutton-1.aios-tbutton:not(#downloads-button):not(:-moz-lwtheme-brighttext) image.toolbarbutton-icon:-moz-window-inactive {
+    opacity: 0.3; }
+  window[aios-appDefTheme="true"] toolbarbutton.toolbarbutton-1.aios-tbutton:not(#downloads-button):not(:-moz-lwtheme-brighttext)[checked="true"] image.toolbarbutton-icon, window[aios-appDefTheme="true"] toolbarbutton.toolbarbutton-1.aios-tbutton:not(#downloads-button):not(:-moz-lwtheme-brighttext)[checked="true"]:hover image.toolbarbutton-icon:-moz-window-inactive {
+    opacity: 1; }
+  window[aios-appDefTheme="true"] toolbarbutton.toolbarbutton-1.aios-tbutton:not(#downloads-button):not(:-moz-lwtheme-brighttext)[checked="true"] image.toolbarbutton-icon:-moz-window-inactive {
+    opacity: 0.5; }
+  window[aios-appDefTheme="true"] toolbarbutton[type="menu-button"][checked="true"] .toolbarbutton-menubutton-button, window[aios-appDefTheme="true"] toolbarbutton[type="menu-button"][checked="true"] .toolbarbutton-menubutton-dropmarker {
+    background: rgba(0, 0, 0, 0.02) linear-gradient(rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0)) border-box;
+    border-color: rgba(0, 0, 0, 0.3);
+    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.05) inset, 0 1px 1px rgba(0, 0, 0, 0.2) inset;
+    transition-duration: 10ms; }
+  window[aios-appDefTheme="true"] toolbarbutton.toolbarbutton-1.aios-tbutton[checked="false"]:not(:hover) {
+    border-color: transparent;
+    box-shadow: none;
+    background-color: transparent;
+    background-image: none; }
diff --git a/skin/css/aios_buttons_generic.css b/skin/css/aios_buttons_generic.css
index ae4b474..2baa22f 100644
--- a/skin/css/aios_buttons_generic.css
+++ b/skin/css/aios_buttons_generic.css
@@ -1 +1,76 @@
-window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]){}window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) toolbarbutton.toolbarbutton-1.aios-tbutton:not(#downloads-button){list-style-image:url(../icons/toolbar_darwin.png);}window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) toolbarbutton.toolbarbutton-1.aios-tbutton:not(#downloads-button):-moz-lwtheme-brighttext{list-style-image:url(../icons/toolbar_darwin_inverted.png);}window:not([aios-appOS="WINNT"]):not([aios-a [...]
\ No newline at end of file
+window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) {
+  /*
+        button icons
+    */
+  /*
+        menu icons
+    */
+  /*
+        button margins on vertical toolbar
+    */
+  /*
+        default theme on linux
+    */ }
+  window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) toolbarbutton.toolbarbutton-1.aios-tbutton:not(#downloads-button) {
+    list-style-image: url(../icons/toolbar_darwin.png); }
+    window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) toolbarbutton.toolbarbutton-1.aios-tbutton:not(#downloads-button):-moz-lwtheme-brighttext {
+      list-style-image: url(../icons/toolbar_darwin_inverted.png); }
+  window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #bookmarks-button {
+    -moz-image-region: rect(0, 16px, 16px, 0); }
+  window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #history-button {
+    -moz-image-region: rect(0, 32px, 16px, 16px); }
+  window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #addons-button {
+    -moz-image-region: rect(0, 64px, 16px, 48px); }
+  window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #multipanel-button {
+    -moz-image-region: rect(0, 80px, 16px, 64px); }
+  window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #pageinfo-button {
+    -moz-image-region: rect(0, 96px, 16px, 80px); }
+  window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #console-button {
+    -moz-image-region: rect(0, 112px, 16px, 96px); }
+  window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #paneltab-button {
+    -moz-image-region: rect(0, 128px, 16px, 112px); }
+  window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #sidebars-button {
+    -moz-image-region: rect(0, 144px, 16px, 128px); }
+    window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #sidebars-button dropmarker {
+      display: none; }
+  window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #sidebars-togglebutton {
+    -moz-image-region: rect(0, 160px, 16px, 144px); }
+  window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #autohide-button {
+    -moz-image-region: rect(0, 176px, 16px, 160px); }
+  window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #toolbar-button {
+    -moz-image-region: rect(0, 192px, 16px, 176px); }
+  window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) menuitem[key="aiosKey_panelTab1"], window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) menuitem[key="aiosKey_panelTab2"], window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) menuitem#aios-sidebar-mitem-show, window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) menuitem#aios-sidebar-mitem-hide, window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) menuitem[key="aiosKey_prefs"] {
+    list-style-image: url(../icons/panels_menus.png); }
+  window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) menuitem[key="aiosKey_panelTab1"] {
+    -moz-image-region: rect(48px, 16px, 64px, 0); }
+  window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) menuitem[key="aiosKey_panelTab2"] {
+    -moz-image-region: rect(48px, 32px, 64px, 16px); }
+  window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) menuitem#aios-sidebar-mitem-hide {
+    -moz-image-region: rect(48px, 48px, 64px, 32px); }
+  window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) menuitem#aios-sidebar-mitem-show {
+    -moz-image-region: rect(48px, 64px, 64px, 48px); }
+  window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) menuitem[key="aiosKey_prefs"] {
+    -moz-image-region: rect(32px, 16px, 48px, 0); }
+  window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #aios-toolbar[orient="vertical"] toolbarbutton {
+    margin: 2px 1px; }
+  window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"])[aios-appDefTheme="true"] {
+    /*
+            icon opacity
+        */
+    /*
+            type=checkbox buttons with no border, background and background-image if they are not checked
+        */ }
+    window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"])[aios-appDefTheme="true"] toolbarbutton.toolbarbutton-1.aios-tbutton:not(#bookmarks-button):not(#history-button):not(#downloads-button):not(:-moz-lwtheme-brighttext) image.toolbarbutton-icon {
+      opacity: 0.8; }
+    window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"])[aios-appDefTheme="true"] toolbarbutton[type="checkbox"]:not([checked="true"]):not(:hover) .toolbarbutton-icon, window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"])[aios-appDefTheme="true"] toolbarbutton[type="checkbox"]:not([checked="true"]):not(:hover) .dropmarker-icon {
+      background-image: none !important;
+      background-color: transparent !important;
+      box-shadow: none !important;
+      border-color: transparent !important; }
+    window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"])[aios-appDefTheme="true"] #aios-toolbar[orient="vertical"] toolbarseparator {
+      -moz-appearance: none !important;
+      margin: 3px 6px 2px 6px;
+      border-bottom: 1px solid-moz-ButtonHoverFace; }
+    window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"])[aios-appDefTheme="true"] #aios-toolbar[orient="vertical"][iconsize="small"] toolbarseparator {
+      margin-left: 5px;
+      margin-right: 5px; }
diff --git a/skin/css/aios_buttons_winnt.css b/skin/css/aios_buttons_winnt.css
index 7187136..b4e4c2b 100644
--- a/skin/css/aios_buttons_winnt.css
+++ b/skin/css/aios_buttons_winnt.css
@@ -1 +1,108 @@
-toolbarbutton.toolbarbutton-1.aios-tbutton:not(#downloads-button){list-style-image:url(../icons/toolbar_windows.png);}toolbarbutton.toolbarbutton-1.aios-tbutton:not(#downloads-button):-moz-lwtheme-brighttext{list-style-image:url(../icons/toolbar_windows_inverted.png);}#bookmarks-button{-moz-image-region:rect(1px, 17px, 17px, 1px);}#history-button{-moz-image-region:rect(1px, 35px, 17px, 19px);}#addons-button{-moz-image-region:rect(1px, 71px, 17px, 55px);}#multipanel-button{-moz-image-regi [...]
\ No newline at end of file
+/*
+    button icons
+*/
+toolbarbutton.toolbarbutton-1.aios-tbutton:not(#downloads-button) {
+  list-style-image: url(../icons/toolbar_windows.png); }
+  toolbarbutton.toolbarbutton-1.aios-tbutton:not(#downloads-button):-moz-lwtheme-brighttext {
+    list-style-image: url(../icons/toolbar_windows_inverted.png); }
+
+#bookmarks-button {
+  -moz-image-region: rect(1px, 17px, 17px, 1px); }
+
+#history-button {
+  -moz-image-region: rect(1px, 35px, 17px, 19px); }
+
+#addons-button {
+  -moz-image-region: rect(1px, 71px, 17px, 55px); }
+
+#multipanel-button {
+  -moz-image-region: rect(1px, 89px, 17px, 73px); }
+
+#pageinfo-button {
+  -moz-image-region: rect(1px, 107px, 17px, 91px); }
+
+#console-button {
+  -moz-image-region: rect(1px, 125px, 17px, 109px); }
+
+#paneltab-button {
+  -moz-image-region: rect(1px, 143px, 17px, 127px); }
+
+#sidebars-button {
+  -moz-image-region: rect(1px, 161px, 17px, 145px); }
+  #sidebars-button dropmarker {
+    display: none; }
+  #nav-bar #sidebars-button.toolbarbutton-1[type=menu] > .toolbarbutton-icon, #nav-bar #sidebars-button.toolbarbutton-1[type=menu] > .toolbarbutton-text {
+    -moz-padding-end: 7px !important; }
+
+#sidebars-togglebutton {
+  -moz-image-region: rect(1px, 179px, 17px, 163px); }
+
+#autohide-button {
+  -moz-image-region: rect(1px, 197px, 17px, 181px); }
+
+#toolbar-button {
+  -moz-image-region: rect(1px, 215px, 17px, 199px); }
+
+/*
+    menu icons
+*/
+menuitem[key="aiosKey_panelTab1"], menuitem[key="aiosKey_panelTab2"], menuitem#aios-sidebar-mitem-show, menuitem#aios-sidebar-mitem-hide, menuitem[key="aiosKey_prefs"] {
+  list-style-image: url(../icons/panels_menus.png); }
+
+menuitem[key="aiosKey_panelTab1"] {
+  -moz-image-region: rect(16px, 16px, 32px, 0); }
+
+menuitem[key="aiosKey_panelTab2"] {
+  -moz-image-region: rect(16px, 32px, 32px, 16px); }
+
+menuitem#aios-sidebar-mitem-hide {
+  -moz-image-region: rect(16px, 48px, 32px, 32px); }
+
+menuitem#aios-sidebar-mitem-show {
+  -moz-image-region: rect(16px, 64px, 32px, 48px); }
+
+menuitem[key="aiosKey_prefs"] {
+  -moz-image-region: rect(0, 16px, 16px, 0); }
+
+/*
+    button margins on vertical toolabr
+*/
+#aios-toolbar[orient="vertical"] toolbarbutton {
+  margin: 2px 1px;
+  padding-top: 2px;
+  padding-bottom: 2px;
+  /* toolbarbutton with dropmarker */ }
+  #aios-toolbar[orient="vertical"] toolbarbutton toolbarbutton {
+    margin: 0; }
+#aios-toolbar[orient="vertical"][iconsize="small"] .toolbarbutton-icon {
+  margin: 1px; }
+#aios-toolbar[orient="vertical"] toolbarseparator, #aios-toolbar[orient="vertical"] toolbarpaletteitem[id^="wrapper-separator"] {
+  margin: 4px 2px 2px 2px; }
+
+/*
+    default theme on windows
+*/
+window[aios-appDefTheme="true"] {
+  /*
+        active state of menu-buttons, e.g. the sidebar togglebutton
+    */
+  /*
+            type=checkbox buttons with no border, background and background-image if they are not checked
+        */ }
+  window[aios-appDefTheme="true"] toolbarbutton[type="menu-button"][checked="true"] .toolbarbutton-icon, window[aios-appDefTheme="true"] toolbarbutton[type="menu-button"][checked="true"] .dropmarker-icon {
+    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.1)) !important;
+    background-color: rgba(23, 50, 78, 0.15) !important;
+    border-color: rgba(23, 50, 78, 0.3) rgba(23, 50, 78, 0.35) rgba(23, 50, 78, 0.4) !important;
+    box-shadow: 0 1px 1px rgba(23, 50, 78, 0.1) inset, 0 0 1px rgba(23, 50, 78, 0.2) inset, 0 1px 0 rgba(23, 50, 78, 0), 0 0 2px rgba(23, 50, 78, 0) !important;
+    text-shadow: none !important;
+    -moz-transition: none !important; }
+  window[aios-appDefTheme="true"] toolbarbutton[type="menu-button"][checked="true"]:hover .toolbarbutton-icon, window[aios-appDefTheme="true"] toolbarbutton[type="menu-button"][checked="true"]:hover .dropmarker-icon {
+    border-color: rgba(23, 50, 78, 0.3) rgba(23, 50, 78, 0.35) rgba(23, 50, 78, 0.4) !important;
+    background-color: rgba(239, 244, 249, 0.75) !important;
+    box-shadow: 0 0 1px rgba(23, 50, 78, 0.03), 0 0 2px rgba(23, 50, 78, 0.1) !important;
+    -moz-transition: background-color 0.4s !important; }
+  window[aios-appDefTheme="true"] toolbarbutton[type="checkbox"]:not([checked="true"]):not(:hover) .toolbarbutton-icon, window[aios-appDefTheme="true"] toolbarbutton[type="checkbox"]:not([checked="true"]):not(:hover) .dropmarker-icon {
+    background-image: none !important;
+    background-color: transparent !important;
+    box-shadow: none !important;
+    border-color: transparent !important; }
diff --git a/skin/css/aios_theme_darwin.css b/skin/css/aios_theme_darwin.css
index 02553e6..113ff2f 100644
--- a/skin/css/aios_theme_darwin.css
+++ b/skin/css/aios_theme_darwin.css
@@ -1 +1,138 @@
-window[aios-appDefTheme="true"]{}window[aios-appDefTheme="true"] #aios-toggle-toolbar,window[aios-appDefTheme="true"] #aios-toolbar{background-color:-moz-mac-chrome-active;}window[aios-appDefTheme="true"] #aios-toggle-toolbar:-moz-window-inactive,window[aios-appDefTheme="true"] #aios-toolbar:-moz-window-inactive{background-color:-moz-mac-chrome-inactive;}window[aios-appDefTheme="true"] #aios-toolbar[orient="horizontal"]{padding:3px 0 4px 0;}window[aios-appDefTheme="true"] #aios-toggle-to [...]
\ No newline at end of file
+window[aios-appDefTheme="true"] {
+  /* @group Sidebar Switch */
+  /* @end */
+  /* @group AiOS-Toolbar*/
+  /* Toolbar links neben der Sidebar */
+  /* Toolbar rechts neben der Sidebar */
+  /* Toolbar ueber der Sidebar */
+  /* Toolbar unter der Sidebar-Kopfleiste */
+  /* Toolbar unter der Sidebar */
+  /* @end */
+  /* @group Grippy & Splitter */
+  /* @end */
+  /* @group Toolbarseparator auf der Toolbar und im Konfigurationsmodus */
+  /* @end */ }
+  window[aios-appDefTheme="true"] #aios-toggle-toolbar, window[aios-appDefTheme="true"] #aios-toolbar {
+    background-color: -moz-mac-chrome-active; }
+    window[aios-appDefTheme="true"] #aios-toggle-toolbar:-moz-window-inactive, window[aios-appDefTheme="true"] #aios-toolbar:-moz-window-inactive {
+      background-color: -moz-mac-chrome-inactive; }
+  window[aios-appDefTheme="true"] #aios-toolbar[orient="horizontal"] {
+    padding: 3px 0 4px 0; }
+  window[aios-appDefTheme="true"] #aios-toggle-toolbar {
+    border-top: 1px solid #c0c0c0;
+    border-right: 1px solid #484848; }
+    window[aios-appDefTheme="true"] #aios-toggle-toolbar:-moz-window-inactive {
+      border-top: 1px solid #e1e1e1;
+      border-right: 1px solid #929292; }
+  window[aios-appDefTheme="true"][aiosOrient="right"] #aios-toggle-toolbox {
+    border-left: 1px solid #484848; }
+    window[aios-appDefTheme="true"][aiosOrient="right"] #aios-toggle-toolbox:-moz-window-inactive {
+      border-left: 1px solid #929292; }
+  window[aios-appDefTheme="true"][aiosOrient="right"] #aios-toggle-toolbar {
+    border-left: 1px solid #c0c0c0; }
+    window[aios-appDefTheme="true"][aiosOrient="right"] #aios-toggle-toolbar:-moz-window-inactive {
+      border-left: 1px solid #e1e1e1; }
+  window[aios-appDefTheme="true"] #aios-toolbar[posMode="1"] {
+    border-top: 1px solid #c0c0c0;
+    border-left: 1px solid #c0c0c0;
+    border-right: 1px solid #484848; }
+    window[aios-appDefTheme="true"] #aios-toolbar[posMode="1"]:-moz-window-inactive {
+      border-top: 1px solid #e1e1e1;
+      border-left: 1px solid #e1e1e1;
+      border-right: 1px solid #929292; }
+  window[aios-appDefTheme="true"][aiosOrient="right"] #aios-toolbar[posMode="1"] {
+    border-left: 2px groove #484848; }
+    window[aios-appDefTheme="true"][aiosOrient="right"] #aios-toolbar[posMode="1"]:-moz-window-inactive {
+      border-left: 1px solid #929292; }
+  window[aios-appDefTheme="true"][aiosOrient="right"][aiosOpen="false"] #aios-toolbar[posMode="1"] {
+    border-right: none; }
+    window[aios-appDefTheme="true"][aiosOrient="right"][aiosOpen="false"] #aios-toolbar[posMode="1"]:-moz-window-inactive {
+      border-left: 1px solid #929292; }
+  window[aios-appDefTheme="true"] #aios-toolbar[posMode="2"] {
+    border-top: 1px solid #c0c0c0;
+    border-left: 2px groove #484848;
+    border-right: 1px solid #484848; }
+    window[aios-appDefTheme="true"] #aios-toolbar[posMode="2"]:-moz-window-inactive {
+      border-top: 1px solid #e1e1e1;
+      border-left: 1px solid #929292;
+      border-right: 1px solid #929292; }
+  window[aios-appDefTheme="true"][aiosOpen="false"] #aios-toolbar[posMode="2"] {
+    border-left: 1px solid #c0c0c0; }
+    window[aios-appDefTheme="true"][aiosOpen="false"] #aios-toolbar[posMode="2"]:-moz-window-inactive {
+      border-left: 1px solid #e1e1e1; }
+  window[aios-appDefTheme="true"][aiosOrient="right"] #aios-toolbar[posMode="2"] {
+    border-right: none; }
+  window[aios-appDefTheme="true"][aiosOrient="right"][aiosOpen="false"] #aios-toolbar[posMode="2"] {
+    border-left: 2px groove #484848; }
+    window[aios-appDefTheme="true"][aiosOrient="right"][aiosOpen="false"] #aios-toolbar[posMode="2"]:-moz-window-inactive {
+      border-left: 1px solid #929292; }
+  window[aios-appDefTheme="true"] #aios-toolbar[posMode="3"] {
+    border-right: 1px solid #484848;
+    border-top: 1px solid #c0c0c0;
+    border-bottom: 1px solid #484848;
+    border-left: 1px solid #c0c0c0; }
+    window[aios-appDefTheme="true"] #aios-toolbar[posMode="3"]:-moz-window-inactive {
+      border-top: 1px solid #e1e1e1;
+      border-right: 1px solid #929292;
+      border-bottom: 1px solid #929292;
+      border-left: 1px solid #e1e1e1; }
+  window[aios-appDefTheme="true"][aiosOrient="right"] #aios-toolbar[posMode="3"] {
+    border-right: none;
+    border-left: 1px solid #484848; }
+    window[aios-appDefTheme="true"][aiosOrient="right"] #aios-toolbar[posMode="3"]:-moz-window-inactive {
+      border-left: 1px solid #929292; }
+  window[aios-appDefTheme="true"] #aios-toolbar[posMode="4"] {
+    border-top: 2px groove #c0c0c0;
+    border-right: 1px solid #484848;
+    border-bottom: 1px solid #484848;
+    border-left: 1px solid #c0c0c0; }
+    window[aios-appDefTheme="true"] #aios-toolbar[posMode="4"]:-moz-window-inactive {
+      border-top: 2px groove #e1e1e1;
+      border-right: 1px solid #929292;
+      border-bottom: 1px solid #929292;
+      border-left: 1px solid #e1e1e1; }
+  window[aios-appDefTheme="true"][aiosOrient="right"] #aios-toolbar[posMode="4"] {
+    border-right: none;
+    border-left: 1px solid #484848; }
+    window[aios-appDefTheme="true"][aiosOrient="right"] #aios-toolbar[posMode="4"]:-moz-window-inactive {
+      border-left: 1px solid #929292; }
+  window[aios-appDefTheme="true"] #aios-toolbar[posMode="5"] {
+    border-top: 2px groove #c0c0c0;
+    border-right: 1px solid #484848;
+    border-left: 1px solid #c0c0c0; }
+    window[aios-appDefTheme="true"] #aios-toolbar[posMode="5"]:-moz-window-inactive {
+      border-top: 2px groove #e1e1e1;
+      border-right: 1px solid #929292;
+      border-left: 1px solid #e1e1e1; }
+  window[aios-appDefTheme="true"][aiosOrient="right"] #aios-toolbar[posMode="5"] {
+    border-right: none;
+    border-left: 1px solid #484848; }
+    window[aios-appDefTheme="true"][aiosOrient="right"] #aios-toolbar[posMode="5"]:-moz-window-inactive {
+      border-left: 1px solid #929292; }
+  window[aios-appDefTheme="true"] grippy:hover {
+    background-color: #D4DDE5 !important; }
+  window[aios-appDefTheme="true"] #sidebar-splitter grippy:hover {
+    background-color: -moz-mac-chrome-active !important; }
+  window[aios-appDefTheme="true"] #sidebar-splitter[orient="horizontal"] {
+    border: none;
+    border-right: 1px solid #484848;
+    background-color: #D4DDE5; }
+    window[aios-appDefTheme="true"] #sidebar-splitter[orient="horizontal"]:-moz-window-inactive {
+      background-color: #e8e8e8;
+      border-right: 1px solid #929292; }
+    window[aios-appDefTheme="true"] #sidebar-splitter[orient="horizontal"][grippy="false"] {
+      min-width: 3px; }
+    window[aios-appDefTheme="true"] #sidebar-splitter[orient="horizontal"][grippy="true"] {
+      min-width: 6px; }
+  window[aios-appDefTheme="true"][aiosOrient="right"] #sidebar-splitter[orient="horizontal"] {
+    border-left: 1px solid #484848;
+    border-right: none; }
+    window[aios-appDefTheme="true"][aiosOrient="right"] #sidebar-splitter[orient="horizontal"]:-moz-window-inactive {
+      border-left: 1px solid #929292; }
+  window[aios-appDefTheme="true"] #aios-toolbar toolbarseparator, window[aios-appDefTheme="true"] #aios-toolbar toolbarpaletteitem[id^="wrapper-separator"] {
+    margin: 0 1px;
+    border-left: 1px dotted #484848; }
+  window[aios-appDefTheme="true"] #aios-toolbar[orient="vertical"] toolbarseparator, window[aios-appDefTheme="true"] #aios-toolbar[orient="vertical"] toolbarpaletteitem[id^="wrapper-separator"] {
+    margin: 4px 2px 3px 2px;
+    border-top: 1px dotted #484848;
+    border-bottom: none; }
diff --git a/skin/css/aios_theme_generic.css b/skin/css/aios_theme_generic.css
index ed01ff4..6d7a70a 100644
--- a/skin/css/aios_theme_generic.css
+++ b/skin/css/aios_theme_generic.css
@@ -1 +1,23 @@
-window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]){}window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #aios-toggle-toolbar{border-top:none;border-right:1px solid ThreedShadow;}window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"])[aiosOrient="right"] #aios-toggle-toolbar{border-left:none;border-left:1px solid ThreedShadow;}window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios- [...]
\ No newline at end of file
+window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) {
+  /* @group Sidebar Switch */
+  /* @end */
+  /* @group AiOS-Toolbar */
+  /* @end */
+  /* @group Splitter */
+  /* @end */ }
+  window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #aios-toggle-toolbar {
+    border-top: none;
+    border-right: 1px solid ThreedShadow; }
+  window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"])[aiosOrient="right"] #aios-toggle-toolbar {
+    border-left: none;
+    border-left: 1px solid ThreedShadow; }
+  window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #aios-toolbox-left, window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #aios-toolbox-right, window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #aios-toolbox-sidebartop, window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #aios-toolbox-sidebartop2, window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"] [...]
+    border: none; }
+  window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #aios-toolbar[posMode="3"], window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #aios-toolbar[posMode="5"] {
+    border: none !important; }
+  window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"])[aiosOrient="left"] #aios-toolbar[posMode="2"] {
+    border-right: 1px solid ThreedShadow; }
+  window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"])[aiosOrient="right"] #aios-toolbar[posMode="1"] {
+    border-left: 1px solid ThreedShadow; }
+  window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) #sidebar-splitter[orient="horizontal"] {
+    border: none !important; }
diff --git a/skin/css/aios_theme_winnt.css b/skin/css/aios_theme_winnt.css
index f7a6eac..f97725d 100644
--- a/skin/css/aios_theme_winnt.css
+++ b/skin/css/aios_theme_winnt.css
@@ -1 +1,66 @@
-window[aios-appDefTheme="true"]{}window[aios-appDefTheme="true"] #aios-toggle-toolbar{border-top:1px solid ThreedHighlight;border-right:1px solid ThreedShadow;}window[aios-appDefTheme="true"][aiosOrient="right"] #aios-toggle-toolbar{border-left:1px solid ThreedShadow;border-right:none;}window[aios-appDefTheme="true"] #aios-toolbar[posMode="1"]{border-top:1px solid ThreedHighlight;border-left:1px solid ThreedHighlight;border-right:1px solid ThreedShadow;}window[aios-appDefTheme="true"][ai [...]
\ No newline at end of file
+window[aios-appDefTheme="true"] {
+  /* @group Sidebar Switch */
+  /* @end */
+  /* @group AiOS-Toolbar */
+  /* links neben der Sidebar */
+  /* rechts neben der Sidebar */
+  /* ueber der Sidebar */
+  /* unter der Sidebar-Kopfleiste */
+  /* unter der Sidebar */
+  /* @end */ }
+  window[aios-appDefTheme="true"] #aios-toggle-toolbar {
+    border-top: 1px solid ThreedHighlight;
+    border-right: 1px solid ThreedShadow; }
+  window[aios-appDefTheme="true"][aiosOrient="right"] #aios-toggle-toolbar {
+    border-left: 1px solid ThreedShadow;
+    border-right: none; }
+  window[aios-appDefTheme="true"] #aios-toolbar[posMode="1"] {
+    border-top: 1px solid ThreedHighlight;
+    border-left: 1px solid ThreedHighlight;
+    border-right: 1px solid ThreedShadow; }
+  window[aios-appDefTheme="true"][aiosOpen="false"][aiosOrient="left"] #browser[posMode="1"] #sidebar-splitter[grippy="true"] {
+    border-left: none; }
+  window[aios-appDefTheme="true"][aiosOpen="false"][aiosOrient="right"] #aios-toolbar[posMode="1"] {
+    border-right: none;
+    border-left: 2px groove ThreedHighlight; }
+  window[aios-appDefTheme="true"][aiosOpen="false"][aiosOrient="right"] #browser[posMode="1"] #sidebar-splitter[grippy="true"] {
+    border-right: none; }
+  window[aios-appDefTheme="true"] #aios-toolbar[posMode="2"] {
+    border-top: 1px solid ThreedHighlight;
+    border-left: 2px groove ThreedHighlight; }
+  window[aios-appDefTheme="true"][aiosOrient="right"] #aios-toolbar[posMode="2"] {
+    border-left: 2px groove ThreedHighlight;
+    border-right: none; }
+  window[aios-appDefTheme="true"][aiosOpen="false"][aiosOrient="left"] #aios-toolbar[posMode="2"] {
+    border-left: 1px solid ThreedHighlight;
+    border-right: 1px solid ThreedShadow; }
+  window[aios-appDefTheme="true"][aiosOpen="false"][aiosOrient="left"] #browser[posMode="2"] #sidebar-splitter[grippy="true"] {
+    border-left: none; }
+  window[aios-appDefTheme="true"][aiosOpen="false"][aiosOrient="right"] #browser[posMode="2"] #sidebar-splitter[grippy="true"] {
+    border-right: none; }
+  window[aios-appDefTheme="true"] #aios-toolbar[posMode="3"] {
+    border-top: 1px solid ThreedHighlight;
+    border-bottom: 1px solid ThreedShadow; }
+  window[aios-appDefTheme="true"] #aios-toolbar[posMode="4"] {
+    border-top: 1px solid ThreedHighlight;
+    border-bottom: 1px solid ThreedShadow; }
+  window[aios-appDefTheme="true"] #aios-toolbar[posMode="5"] {
+    border-top: 1px solid ThreedShadow; }
+  window[aios-appDefTheme="true"]:-moz-system-metric(windows-default-theme) {
+    /* @group XP-Standard-Theme */
+    /* @end */
+    /* @group Vista-7-Standard-Theme */
+    /* @end */ }
+    window[aios-appDefTheme="true"]:-moz-system-metric(windows-default-theme)[aios-appOSVersion="Windows NT 5.1"] #aios-toggle-toolbox, window[aios-appDefTheme="true"]:-moz-system-metric(windows-default-theme)[aios-appOSVersion="Windows NT 5.1"] #aios-toolbox-left, window[aios-appDefTheme="true"]:-moz-system-metric(windows-default-theme)[aios-appOSVersion="Windows NT 5.1"] #aios-toolbox-right {
+      -moz-appearance: none;
+      background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); }
+    window[aios-appDefTheme="true"]:-moz-system-metric(windows-default-theme)[aios-appOSVersion="Windows NT 5.1"] sidebarheader, window[aios-appDefTheme="true"]:-moz-system-metric(windows-default-theme)[aios-appOSVersion="Windows NT 5.1"] #aios-toolbox-sidebartop, window[aios-appDefTheme="true"]:-moz-system-metric(windows-default-theme)[aios-appOSVersion="Windows NT 5.1"] #aios-toolbox-sidebartop2, window[aios-appDefTheme="true"]:-moz-system-metric(windows-default-theme)[aios-appOSVersio [...]
+      -moz-appearance: none;
+      background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); }
+    window[aios-appDefTheme="true"]:-moz-system-metric(windows-default-theme):not([aios-appOSVersion="Windows NT 5.1"])[aiosOpen="true"][aiosOrient="left"] #aios-toolbar[posMode="2"] {
+      padding-right: 2px; }
+    window[aios-appDefTheme="true"]:-moz-system-metric(windows-default-theme):not([aios-appOSVersion="Windows NT 5.1"]) #sidebar-splitter[grippy="true"] {
+      margin: 0; }
+      window[aios-appDefTheme="true"]:-moz-system-metric(windows-default-theme):not([aios-appOSVersion="Windows NT 5.1"]) #sidebar-splitter[grippy="true"][orient="horizontal"] {
+        background-color: #EEF3FA;
+        border-left: 1px solid #A9B7C9; }
diff --git a/skin/css/multipanel_config.css b/skin/css/multipanel_config.css
index a5df24d..cbe40b1 100644
--- a/skin/css/multipanel_config.css
+++ b/skin/css/multipanel_config.css
@@ -1 +1,36 @@
-window[aios-appDefTheme="true"]{border-top:1px solid ThreedHighlight;}window[aios-appDefTheme="true"] #filterRow{-moz-appearance:toolbox;margin:0;padding-right:1px;padding-bottom:1px;}window[aios-appDefTheme="true"] #configTree{-moz-appearance:none;margin:0;border:none;}window[aios-appDefTheme="true"] #configTree treechildren{margin-left:5px;}window[aios-appDefTheme="true"][aios-appOSVersion="Windows NT 5.1"] #filterRow{border-bottom:1px solid ThreedShadow;}window[aios-appDefTheme="true" [...]
\ No newline at end of file
+/* @group Firefox-Standard-Theme */
+window[aios-appDefTheme="true"] {
+  border-top: 1px solid ThreedHighlight;
+  /* @group Windows-XP klassisch */
+  /* @end */
+  /* @group Windows-Standard */
+  /* @end */
+  /* @group Darwin */
+  /* @end */ }
+  window[aios-appDefTheme="true"] #filterRow {
+    -moz-appearance: toolbox;
+    margin: 0;
+    padding-right: 1px;
+    padding-bottom: 1px; }
+  window[aios-appDefTheme="true"] #configTree {
+    -moz-appearance: none;
+    margin: 0;
+    border: none; }
+    window[aios-appDefTheme="true"] #configTree treechildren {
+      margin-left: 5px; }
+  window[aios-appDefTheme="true"][aios-appOSVersion="Windows NT 5.1"] #filterRow {
+    border-bottom: 1px solid ThreedShadow; }
+  window[aios-appDefTheme="true"]:-moz-system-metric(windows-default-theme) {
+    /* @group Windows-XP-Standard */
+    /* @end */ }
+    window[aios-appDefTheme="true"]:-moz-system-metric(windows-default-theme)[aios-appOSVersion="Windows NT 5.1"] #filterRow {
+      -moz-appearance: none;
+      background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); }
+  window[aios-appDefTheme="true"][aios-appOS="Darwin"] #filterRow {
+    padding-bottom: 5px;
+    background-color: #D4DDE5;
+    background-image: none; }
+    window[aios-appDefTheme="true"][aios-appOS="Darwin"] #filterRow:-moz-window-inactive {
+      background-color: #e8e8e8; }
+
+/* @end */
\ No newline at end of file
diff --git a/skin/css/multipanel_ssr.css b/skin/css/multipanel_ssr.css
index df08b07..21f83fa 100644
--- a/skin/css/multipanel_ssr.css
+++ b/skin/css/multipanel_ssr.css
@@ -1 +1,93 @@
-html{background-color:AppWorkspace !important;}body{width:176px !important;min-width:0 !important;padding:3px !important;margin:auto !important;border:1px solid ThreedDarkShadow !important;border-top:none !important;background-color:#FFFFFF !important;}*{font-size:11px !important;background-image:none !important;}*:not(body):not(html):not(select):not(option):not(optgroup){width:auto !important;min-width:0 !important;height:auto !important;max-width:176px !important;position:static !impor [...]
\ No newline at end of file
+/* The feel-like-a-cellphone stylesheet
+ *
+ * Original Author: Daniel Glazman <glazman at netscape.com>
+*/
+html {
+  background-color: AppWorkspace !important; }
+
+body {
+  /* First, let's resize the body to Nokia's screen width */
+  width: 176px !important;
+  min-width: 0 !important;
+  /* and make it more visible/readable */
+  /* remove the 3 following lines for embedded version */
+  padding: 3px !important;
+  margin: auto !important;
+  border: 1px solid ThreedDarkShadow !important;
+  border-top: none !important;
+  background-color: #FFFFFF !important; }
+
+* {
+  /* on a small screen, we need to use a readable font */
+  font-size: 11px !important;
+  background-image: none !important; }
+
+/* for all elements but the root element and the body, let's */
+/* cancel all annoying document's settings */
+*:not(body):not(html):not(select):not(option):not(optgroup) {
+  /* first cancel all size settings */
+  width: auto !important;
+  min-width: 0 !important;
+  height: auto !important;
+  /* and make the width <= 176px */
+  max-width: 176px !important;
+  /* remove all positioning */
+  position: static !important;
+  /* remove all positioning offsets */
+  top: auto !important;
+  left: auto !important;
+  /* and cancel floats */
+  float: none !important;
+  /* margins and paddings have to be changed */
+  padding: 0 !important;
+  margin: 0 !important;
+  /* avoid overflow on pre and table cells */
+  white-space: normal !important;
+  overflow: hidden !important; }
+
+table, tbody, thead, tfoot, tr, td, th, col, colgroup {
+  /* we need to "flatten" all tables */
+  display: block !important; }
+
+img[width="1"], img[height="1"], img[width="468"], img[height="600"] {
+  /* let's get rid of 1 pixel wide/high images */
+  /* and of std formats of ads ; current ads formats are */
+  /* too big for small screens */
+  display: none !important; }
+
+li {
+  /* better placement of the bullet on a small screen */
+  list-style-position: inside !important; }
+
+iframe {
+  /* berk, fyyyy, eeeek, iframes are evil and used only for ads */
+  display: none !important; }
+
+embed[type*="shockwave"] {
+  /* shockwave on a cellphone ? */
+  display: none !important; }
+
+html :-moz-any-link {
+  /* we need to make anchors more visible */
+  text-decoration: underline !important; }
+
+/* for CSS-based menus */
+ul, ol {
+  display: block !important; }
+
+li {
+  display: list-item !important; }
+
+a {
+  background-image: none !important; }
+
+img[src*="spacer"] {
+  display: none !important; }
+
+body[aiosSidebar=true] {
+  width: 100% !important;
+  padding: 0 !important;
+  border: none !important; }
+
+body[aiosSidebar=true] *:not(body):not(html):not(select):not(option):not(optgroup) {
+  max-width: 100% !important; }
diff --git a/skin/css/places.css b/skin/css/places.css
index c33a637..89ca665 100644
--- a/skin/css/places.css
+++ b/skin/css/places.css
@@ -1 +1,85 @@
-page[aios-inSidebar]{}page[aios-inSidebar] #bookmarksPanel,page[aios-inSidebar] #bookmarks-view,page[aios-inSidebar] tree#bookmarks-view,page[aios-inSidebar] #history-panel,page[aios-inSidebar] #historyTree{margin:0;padding:0;border:none;}page[aios-inSidebar] tree{-moz-appearance:none;}page[aios-inSidebar] label[control="search-box"]{display:none;}page[aios-inSidebar] #closeFolder,page[aios-inSidebar] #viewButton{list-style-image:url(../icons/panels_menus.png);}page[aios-inSidebar] #clos [...]
\ No newline at end of file
+page[aios-inSidebar] {
+  /* tree#bookmarks-view f. einige themes, z.B. NASA Night Launch */
+  /* @group Icons */
+  /* @end */
+  /* @group Firefox-Standard-Theme */
+  /* @end */ }
+  page[aios-inSidebar] #bookmarksPanel, page[aios-inSidebar] #bookmarks-view, page[aios-inSidebar] tree#bookmarks-view, page[aios-inSidebar] #history-panel, page[aios-inSidebar] #historyTree {
+    margin: 0;
+    padding: 0;
+    border: none; }
+  page[aios-inSidebar] tree {
+    -moz-appearance: none; }
+  page[aios-inSidebar] label[control="search-box"] {
+    display: none; }
+  page[aios-inSidebar] #closeFolder, page[aios-inSidebar] #viewButton {
+    list-style-image: url(../icons/panels_menus.png); }
+  page[aios-inSidebar] #closeFolder {
+    -moz-image-region: rect(64px, 32px, 80px, 16px); }
+    page[aios-inSidebar] #closeFolder image {
+      margin-right: 2px; }
+    page[aios-inSidebar] #closeFolder label {
+      display: none; }
+  page[aios-inSidebar] #viewButton {
+    -moz-image-region: rect(64px, 16px, 80px, 0); }
+  page[aios-inSidebar][aios-appOS="WINNT"] #closeFolder {
+    -moz-image-region: rect(0, 32px, 16px, 16px); }
+  page[aios-inSidebar][aios-appOS="WINNT"] #viewButton {
+    -moz-image-region: rect(0, 16px, 16px, 0); }
+  page[aios-inSidebar][aios-appOS="Darwin"] #closeFolder {
+    -moz-image-region: rect(32px, 32px, 48px, 16px); }
+  page[aios-inSidebar][aios-appOS="Darwin"] #viewButton {
+    -moz-image-region: rect(32px, 16px, 48px, 0); }
+  page[aios-inSidebar][aios-appDefTheme="true"] {
+    /* @group Windows */
+    /* @end */
+    /* @group Darwin */
+    /* @end */ }
+    page[aios-inSidebar][aios-appDefTheme="true"] #places-toolbar > * {
+      margin: 1px; }
+    page[aios-inSidebar][aios-appDefTheme="true"] #search-box.blur {
+      color: #ACA899; }
+    page[aios-inSidebar][aios-appDefTheme="true"][aios-appOS="WINNT"] {
+      /* @group Windows-XP klassisch */
+      /* @end */
+      /* @group Windows-Standard */
+      /* @end */ }
+      page[aios-inSidebar][aios-appDefTheme="true"][aios-appOS="WINNT"] #places-toolbar {
+        padding: 0 1px 1px 1px;
+        border-top: 1px solid ThreedHighlight;
+        border-bottom: 1px solid ThreedShadow; }
+      page[aios-inSidebar][aios-appDefTheme="true"][aios-appOS="WINNT"] #viewButton dropmarker image {
+        margin: 0 2px 0 3px; }
+      page[aios-inSidebar][aios-appDefTheme="true"][aios-appOS="WINNT"][aios-appOSVersion="Windows NT 5.1"] #bookmarks-view, page[aios-inSidebar][aios-appDefTheme="true"][aios-appOS="WINNT"][aios-appOSVersion="Windows NT 5.1"] #historyTree {
+        background-color: #efedea; }
+      page[aios-inSidebar][aios-appDefTheme="true"][aios-appOS="WINNT"]:-moz-system-metric(windows-default-theme) {
+        /* @group Windows XP-Standard */
+        /* @end */
+        /* @group Windows Vista-7-Standard */
+        /* @end */ }
+        page[aios-inSidebar][aios-appDefTheme="true"][aios-appOS="WINNT"]:-moz-system-metric(windows-default-theme)[aios-appOSVersion="Windows NT 5.1"] {
+          -moz-appearance: none !important; }
+          page[aios-inSidebar][aios-appDefTheme="true"][aios-appOS="WINNT"]:-moz-system-metric(windows-default-theme)[aios-appOSVersion="Windows NT 5.1"] #bookmarks-view, page[aios-inSidebar][aios-appDefTheme="true"][aios-appOS="WINNT"]:-moz-system-metric(windows-default-theme)[aios-appOSVersion="Windows NT 5.1"] #historyTree {
+            background-color: #EDECEF; }
+          page[aios-inSidebar][aios-appDefTheme="true"][aios-appOS="WINNT"]:-moz-system-metric(windows-default-theme)[aios-appOSVersion="Windows NT 5.1"] #places-toolbar {
+            -moz-appearance: none;
+            border-bottom: 1px solid Threedshadow;
+            background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); }
+        page[aios-inSidebar][aios-appDefTheme="true"][aios-appOS="WINNT"]:-moz-system-metric(windows-default-theme):not([aios-appOSVersion="Windows NT 5.1"]) #bookmarks-view, page[aios-inSidebar][aios-appDefTheme="true"][aios-appOS="WINNT"]:-moz-system-metric(windows-default-theme):not([aios-appOSVersion="Windows NT 5.1"]) #historyTree {
+          background-color: #EEF3FA; }
+        page[aios-inSidebar][aios-appDefTheme="true"][aios-appOS="WINNT"]:-moz-system-metric(windows-default-theme):not([aios-appOSVersion="Windows NT 5.1"]) #places-toolbar {
+          background: #eef3fa; }
+    page[aios-inSidebar][aios-appDefTheme="true"][aios-appOS="Darwin"] #places-toolbar {
+      padding: 7px 1px 5px 3px; }
+      page[aios-inSidebar][aios-appDefTheme="true"][aios-appOS="Darwin"] #places-toolbar toolbarbutton:-moz-window-inactive {
+        opacity: 0.5; }
+    page[aios-inSidebar][aios-appDefTheme="true"][aios-appOS="Darwin"] #search-box {
+      margin-top: -1px; }
+    page[aios-inSidebar][aios-appDefTheme="true"][aios-appOS="Darwin"] #closeFolder {
+      margin-left: 4px; }
+    page[aios-inSidebar][aios-appDefTheme="true"][aios-appOS="Darwin"] #viewButton {
+      margin-left: 6px; }
+      page[aios-inSidebar][aios-appDefTheme="true"][aios-appOS="Darwin"] #viewButton label {
+        margin-right: 1px; }
+      page[aios-inSidebar][aios-appDefTheme="true"][aios-appOS="Darwin"] #viewButton dropmarker image {
+        margin: 3px 5px 0 0; }
diff --git a/skin/scss/aios.scss b/skin/scss/aios.scss
index 456d95f..37da6e4 100644
--- a/skin/scss/aios.scss
+++ b/skin/scss/aios.scss
@@ -442,4 +442,4 @@ window[lwtheme="true"] {
     }
 
 }
-/* @end */
\ No newline at end of file
+/* @end */
diff --git a/skin/scss/aios_buttons_darwin.scss b/skin/scss/aios_buttons_darwin.scss
index e06b45b..c4cb25a 100644
--- a/skin/scss/aios_buttons_darwin.scss
+++ b/skin/scss/aios_buttons_darwin.scss
@@ -166,4 +166,4 @@ window[aios-appDefTheme="true"] {
             background-image: none;
         }
     }
-}
\ No newline at end of file
+}
diff --git a/skin/scss/aios_buttons_generic.scss b/skin/scss/aios_buttons_generic.scss
index b21f1b0..d943825 100644
--- a/skin/scss/aios_buttons_generic.scss
+++ b/skin/scss/aios_buttons_generic.scss
@@ -262,4 +262,4 @@ window:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) {
 //     menuitem[key="aiosKey_prefs"] {
 //         -moz-image-region: rect(64px, 16px, 80px, 0) !important;
 //     }
-}
\ No newline at end of file
+}
diff --git a/skin/scss/aios_buttons_winnt.scss b/skin/scss/aios_buttons_winnt.scss
index 2e38917..4eadc70 100644
--- a/skin/scss/aios_buttons_winnt.scss
+++ b/skin/scss/aios_buttons_winnt.scss
@@ -357,4 +357,4 @@ window[aios-appDefTheme="true"] {
 
     // }
 
-}
\ No newline at end of file
+}
diff --git a/skin/scss/aios_theme_darwin.scss b/skin/scss/aios_theme_darwin.scss
index 73bb3ae..ba2ca1b 100644
--- a/skin/scss/aios_theme_darwin.scss
+++ b/skin/scss/aios_theme_darwin.scss
@@ -250,4 +250,4 @@ window[aios-appDefTheme="true"] {
     }
     /* @end */
 
-}
\ No newline at end of file
+}
diff --git a/skin/scss/aios_theme_generic.scss b/skin/scss/aios_theme_generic.scss
index eca0e74..8f13c3a 100644
--- a/skin/scss/aios_theme_generic.scss
+++ b/skin/scss/aios_theme_generic.scss
@@ -50,4 +50,4 @@ window[aios-appDefTheme="true"]:not([aios-appOS="WINNT"]):not([aios-appOS="Darwi
     }
     /* @end */
 
-}
\ No newline at end of file
+}
diff --git a/skin/scss/aios_theme_winnt.scss b/skin/scss/aios_theme_winnt.scss
index df7a7f1..00b3841 100644
--- a/skin/scss/aios_theme_winnt.scss
+++ b/skin/scss/aios_theme_winnt.scss
@@ -151,4 +151,4 @@ window[aios-appDefTheme="true"] {
 
     }
 
-}
\ No newline at end of file
+}
diff --git a/skin/scss/multipanel_config.scss b/skin/scss/multipanel_config.scss
index 84dabbb..3ee16bc 100644
--- a/skin/scss/multipanel_config.scss
+++ b/skin/scss/multipanel_config.scss
@@ -71,4 +71,4 @@ window[aios-appDefTheme="true"] {
 
 }
 
-/* @end */
\ No newline at end of file
+/* @end */
diff --git a/skin/scss/multipanel_ssr.scss b/skin/scss/multipanel_ssr.scss
index 9104e83..cf928da 100644
--- a/skin/scss/multipanel_ssr.scss
+++ b/skin/scss/multipanel_ssr.scss
@@ -128,4 +128,4 @@ body[aiosSidebar=true] {
 
 body[aiosSidebar=true] *:not(body):not(html):not(select):not(option):not(optgroup) {
     max-width: 100% !important;
-}
\ No newline at end of file
+}
diff --git a/skin/scss/places.scss b/skin/scss/places.scss
index bdbba4e..b6a114a 100644
--- a/skin/scss/places.scss
+++ b/skin/scss/places.scss
@@ -194,4 +194,4 @@ page[aios-inSidebar] {
     }
     /* @end */
 
-}
\ No newline at end of file
+}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/all-in-one-sidebar.git



More information about the Pkg-mozext-commits mailing list