From: robert Date: Fri, 12 Jan 2007 14:01:09 +0000 (+0000) Subject: update LCARStrek to SeaMonkey 1.1 release X-Git-Url: https://git-public.kairo.at/?a=commitdiff_plain;h=02eaa3449389c3ad44492b46569269366214f485;p=themes.git update LCARStrek to SeaMonkey 1.1 release --- diff --git a/LCARStrek/communicator/communicator.css b/LCARStrek/communicator/communicator.css index 578c3942..1c0b10cc 100644 --- a/LCARStrek/communicator/communicator.css +++ b/LCARStrek/communicator/communicator.css @@ -106,11 +106,39 @@ border: 0px; margin: -14px; padding: 0px; - background-image: url("chrome://communicator/skin/icons/autoscroll.gif"); + background-image: url("chrome://communicator/skin/icons/autoscroll.png"); + background-color: transparent; + -moz-appearance: none; } + #autoscroller[scrolldir="NS"] { - background-image: url("chrome://communicator/skin/icons/autoscroll-ns.gif"); + background-position: left center; } + #autoscroller[scrolldir="EW"] { - background-image: url("chrome://communicator/skin/icons/autoscroll-ew.gif"); + background-position: left bottom; +} + +#autoscroller[transparent="true"] { + background-position: center top; +} + +#autoscroller[transparent="true"][scrolldir="NS"] { + background-position: center center; +} + +#autoscroller[transparent="true"][scrolldir="EW"] { + background-position: center bottom; +} + +#autoscroller[translucent="true"] { + background-position: right top; +} + +#autoscroller[translucent="true"][scrolldir="NS"] { + background-position: right center; +} + +#autoscroller[translucent="true"][scrolldir="EW"] { + background-position: right bottom; } diff --git a/LCARStrek/communicator/icons/autoscroll-ew.gif b/LCARStrek/communicator/icons/autoscroll-ew.gif deleted file mode 100644 index 05d252eb..00000000 Binary files a/LCARStrek/communicator/icons/autoscroll-ew.gif and /dev/null differ diff --git a/LCARStrek/communicator/icons/autoscroll-ns.gif b/LCARStrek/communicator/icons/autoscroll-ns.gif deleted file mode 100644 index 583cc516..00000000 Binary files a/LCARStrek/communicator/icons/autoscroll-ns.gif and /dev/null differ diff --git a/LCARStrek/communicator/icons/autoscroll.gif b/LCARStrek/communicator/icons/autoscroll.gif deleted file mode 100644 index 7108e6cd..00000000 Binary files a/LCARStrek/communicator/icons/autoscroll.gif and /dev/null differ diff --git a/LCARStrek/communicator/icons/autoscroll.png b/LCARStrek/communicator/icons/autoscroll.png new file mode 100644 index 00000000..f3b40475 Binary files /dev/null and b/LCARStrek/communicator/icons/autoscroll.png differ diff --git a/LCARStrek/global/menu.css b/LCARStrek/global/menu.css index 5e105a3e..ffaa8cdc 100644 --- a/LCARStrek/global/menu.css +++ b/LCARStrek/global/menu.css @@ -195,28 +195,28 @@ menuitem[checked="true"] { list-style-image: url("chrome://global/skin/menu/menu-check.gif"); } -menuitem[checked="true"][disabled="true"] { - list-style-image: url("chrome://global/skin/menu/menu-check-disabled.gif"); -} - menuitem[checked="true"][_moz-menuactive="true"] { list-style-image: url("chrome://global/skin/menu/menu-check-hover.gif"); } +menuitem[checked="true"][disabled="true"] { + list-style-image: url("chrome://global/skin/menu/menu-check-disabled.gif"); +} + /* ::::: radio menuitem ::::: */ menuitem[checked="true"][type="radio"] { list-style-image: url("chrome://global/skin/menu/menu-radio.gif"); } -menuitem[checked="true"][type="radio"][disabled="true"] { - list-style-image: url("chrome://global/skin/menu/menu-radio-disabled.gif"); -} - menuitem[checked="true"][type="radio"][_moz-menuactive="true"] { list-style-image: url("chrome://global/skin/menu/menu-radio-hover.gif"); } +menuitem[checked="true"][type="radio"][disabled="true"] { + list-style-image: url("chrome://global/skin/menu/menu-radio-disabled.gif"); +} + /* ::::: menuseparator ::::: */ menuseparator { diff --git a/LCARStrek/global/printing.css b/LCARStrek/global/printing.css index c5f56b35..e9ba4f10 100644 --- a/LCARStrek/global/printing.css +++ b/LCARStrek/global/printing.css @@ -72,24 +72,6 @@ list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp-hover.gif"); } -/* ...... scale in/decrement ..... */ - -.up-arrow { - list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif"); -} - -.up-arrow:hover { - list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp-hover.gif"); -} - -.down-arrow { - list-style-image: url("chrome://global/skin/arrow/arrow-down-sharp.gif"); -} - -.down-arrow:hover { - list-style-image: url("chrome://global/skin/arrow/arrow-down-sharp-hover.gif"); -} - /* ..... orientation ..... */ .toolbar-portrait-page { diff --git a/LCARStrek/messenger/accountManage.css b/LCARStrek/messenger/accountManage.css index da8e0b96..d5d99f93 100644 --- a/LCARStrek/messenger/accountManage.css +++ b/LCARStrek/messenger/accountManage.css @@ -49,6 +49,10 @@ margin-left: 20px; } +.fccReplyFollowsParent { + margin-left: 20px; +} + .selectForOfflineUseButton { list-style-image: url("chrome://communicator/skin/icons/offline.gif"); } diff --git a/LCARStrek/messenger/primaryToolbar.css b/LCARStrek/messenger/primaryToolbar.css index 83a59339..c46b0788 100644 --- a/LCARStrek/messenger/primaryToolbar.css +++ b/LCARStrek/messenger/primaryToolbar.css @@ -231,3 +231,7 @@ list-style-image: url("chrome://messenger/skin/toolbar/remote-blocked.png"); padding: 3px; } + +#allowRemoteContentForAuthorDesc { + padding-left: 10px; +} diff --git a/LCARStrek/messenger/virtualFolderListDialog.css b/LCARStrek/messenger/virtualFolderListDialog.css index 1eacf145..f97b2390 100644 --- a/LCARStrek/messenger/virtualFolderListDialog.css +++ b/LCARStrek/messenger/virtualFolderListDialog.css @@ -3,6 +3,7 @@ ======================================================================= */ @import url("chrome://messenger/skin/mailWindow1.css"); +@import url("chrome://messenger/skin/folderPane.css"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); diff --git a/LCARStrek/navigator/navigator.css b/LCARStrek/navigator/navigator.css index 0541bb36..6cf73ad8 100644 --- a/LCARStrek/navigator/navigator.css +++ b/LCARStrek/navigator/navigator.css @@ -354,3 +354,10 @@ toolbarbutton.chevron[open="true"] { toolbarbutton.chevron > .toolbarbutton-menu-dropmarker { display: none; } + +/* For multi-line tooltips, we need our own style */ +.htmltooltip-label { + max-width: 40em; + margin: 0; + white-space: -moz-pre-wrap; +}