From: Robert Kaiser Date: Sun, 26 Mar 2017 18:34:41 +0000 (+0200) Subject: sync both themes with suite classic theme changes in SeaMonkey 2.50 cycle X-Git-Tag: LCARStrek-2.50~3 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=d4dc8501cbf0073d6d4b9ccd1adf18823688d134 sync both themes with suite classic theme changes in SeaMonkey 2.50 cycle --- diff --git a/EarlyBlue/communicator/profile/profile.css b/EarlyBlue/communicator/profile/profile.css index d5f72e11..5622686a 100644 --- a/EarlyBlue/communicator/profile/profile.css +++ b/EarlyBlue/communicator/profile/profile.css @@ -16,6 +16,12 @@ treechildren::-moz-tree-image(rowMigrate-no) { } /* profile selection dialog */ + +/* Override global.css */ +hbox.wizard-box { + padding: 10px 10px 10px 10px; +} + #intro, #label { width: 17em; diff --git a/EarlyBlue/navigator/navigator.css b/EarlyBlue/navigator/navigator.css index 978a4ed7..ac675138 100644 --- a/EarlyBlue/navigator/navigator.css +++ b/EarlyBlue/navigator/navigator.css @@ -483,6 +483,11 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon { font-weight: bold; } +#go-button { +/* padding-inline-start: 2px; + padding-inline-end: 2px;*/ +} + #search-button > .button-box > .button-icon { display: -moz-box; } diff --git a/LCARStrek/communicator/profile/profile.css b/LCARStrek/communicator/profile/profile.css index 949ef0bd..5bd59f50 100644 --- a/LCARStrek/communicator/profile/profile.css +++ b/LCARStrek/communicator/profile/profile.css @@ -63,6 +63,12 @@ treechildren::-moz-tree-image(rowMigrate-no) { } /* profile selection dialog */ + +/* Override global.css */ +hbox.wizard-box { + padding: 10px 10px 10px 10px; +} + #intro, #label { width: 17em; diff --git a/LCARStrek/navigator/navigator.css b/LCARStrek/navigator/navigator.css index 22374695..b3545963 100644 --- a/LCARStrek/navigator/navigator.css +++ b/LCARStrek/navigator/navigator.css @@ -586,6 +586,11 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon { /* list-style-image: url("chrome://communicator/skin/icons/search.gif"); */ } +#go-button { +/* padding-inline-start: 2px; + padding-inline-end: 2px;*/ +} + #search-button > .button-box > .button-icon { display: -moz-box; }