From 6046f02728e083dbd359a9ee7946cd76dc74fb35 Mon Sep 17 00:00:00 2001 From: robert Date: Sat, 28 Jan 2006 19:14:54 +0000 Subject: [PATCH] sync with EarlyBlue development and prepare 1.8 release --- LCARStrek/communicator/communicator.css | 20 +++++++- .../communicator/icons/autoscroll-ew.gif | Bin 0 -> 148 bytes .../communicator/icons/autoscroll-ns.gif | Bin 0 -> 137 bytes LCARStrek/communicator/icons/autoscroll.gif | Bin 0 -> 162 bytes LCARStrek/contents.rdf | 44 +++++++++--------- LCARStrek/global/autocomplete.css | 2 +- LCARStrek/global/browser.css | 17 ++++++- LCARStrek/global/global.css | 6 ++- LCARStrek/global/globalBindings.xml | 11 +++++ LCARStrek/global/icons/tab-drag-indicator.gif | Bin 0 -> 76 bytes LCARStrek/global/menulist.css | 26 ++++++++++- LCARStrek/global/netError.css | 5 ++ LCARStrek/global/scrollbars.css | 1 + LCARStrek/global/splitter.css | 8 ++-- LCARStrek/messenger/filterDialog.css | 4 ++ LCARStrek/messenger/mailWindow1.css | 20 ++++++-- .../messengercompose/messengercompose.css | 9 ---- 17 files changed, 130 insertions(+), 43 deletions(-) create mode 100644 LCARStrek/communicator/icons/autoscroll-ew.gif create mode 100644 LCARStrek/communicator/icons/autoscroll-ns.gif create mode 100644 LCARStrek/communicator/icons/autoscroll.gif create mode 100644 LCARStrek/global/icons/tab-drag-indicator.gif diff --git a/LCARStrek/communicator/communicator.css b/LCARStrek/communicator/communicator.css index 7e952401..68f244fd 100644 --- a/LCARStrek/communicator/communicator.css +++ b/LCARStrek/communicator/communicator.css @@ -60,7 +60,7 @@ #offline-status { list-style-image: url("chrome://communicator/skin/icons/online.gif"); } - + /* ::::: directional button icons ::::: */ .up { @@ -87,6 +87,24 @@ } /* ::::: download manager ::::: */ + #downloadView > treechildren::-moz-tree-image(Name) { margin-right: 2px; } + +/* :::::: autoscroll popup ::::: */ + +#autoscroller { + height: 28px; + width: 28px; + border: 0px; + margin: -14px; + padding: 0px; + background-image: url("chrome://communicator/skin/icons/autoscroll.gif"); +} +#autoscroller[scrolldir="NS"] { + background-image: url("chrome://communicator/skin/icons/autoscroll-ns.gif"); +} +#autoscroller[scrolldir="EW"] { + background-image: url("chrome://communicator/skin/icons/autoscroll-ew.gif"); +} diff --git a/LCARStrek/communicator/icons/autoscroll-ew.gif b/LCARStrek/communicator/icons/autoscroll-ew.gif new file mode 100644 index 0000000000000000000000000000000000000000..05d252eb73996849dfd4fe604029bf0437cf81a5 GIT binary patch literal 148 zcmZ?wbhEHblwpuzn8*MEEiEno|NjRv6o0a?axpM7=zv5)@(fI=J^d@CAMr2lNxSu0 z>s~ literal 0 HcmV?d00001 diff --git a/LCARStrek/communicator/icons/autoscroll-ns.gif b/LCARStrek/communicator/icons/autoscroll-ns.gif new file mode 100644 index 0000000000000000000000000000000000000000..583cc516e23dd6b83f20e16a956da51afa6593af GIT binary patch literal 137 zcmZ?wbhEHblwpuzn8*MEEiEno|NjRv6o0a?axpM7=zv5)@(fH-J^d@CAMr2lNxPI5 ze^!a1A$9iCS_N~jrInKuk8aYRQdDMsKWUwR>HEhQ?VNl!Dm%+2GpM$|6j3eTc1e(Z kO6aWAK literal 0 HcmV?d00001 diff --git a/LCARStrek/communicator/icons/autoscroll.gif b/LCARStrek/communicator/icons/autoscroll.gif new file mode 100644 index 0000000000000000000000000000000000000000..7108e6cd2d6730d3a42a18f334374307567bf2d8 GIT binary patch literal 162 zcmZ?wbhEHblwpuzn8*ME4Gj(d|NjRv6o0a?axpM7=zv5)@(fJHJ^d@CAMr2lNxPI5 ze^!a1A$9iCS_N~jrInKuk8aYRQdDMs|IwVu;=C6)qxu3l-AZblW{Y0<(j+Fm`hjv< zsF!vq$F - + - - - - - - - - - - - + + + + + + + + + + - - - - - + + + + + - - - + + + diff --git a/LCARStrek/global/autocomplete.css b/LCARStrek/global/autocomplete.css index 862405f8..1d450ac9 100644 --- a/LCARStrek/global/autocomplete.css +++ b/LCARStrek/global/autocomplete.css @@ -91,7 +91,7 @@ textbox { } .autocomplete-history-popup { - max-height: 180px; + max-height: 25em; } /* ::::: tree ::::: */ diff --git a/LCARStrek/global/browser.css b/LCARStrek/global/browser.css index 450d863d..7999f5b5 100644 --- a/LCARStrek/global/browser.css +++ b/LCARStrek/global/browser.css @@ -94,4 +94,19 @@ tabbrowser > tabbox > tabpanels { margin-right: 1px; padding: 0px; list-style-image: url("chrome://global/skin/icons/tab-new.gif"); -} \ No newline at end of file +} + +.tab-drop-indicator-bar { + height: 11px; + margin-top: -11px; + margin-left: -8px; + position: relative; +} + +.tab-drop-indicator { + height: 11px; + width: 11px; + margin-bottom: -8px; + position: relative; + list-style-image: url('chrome://global/skin/icons/tab-drag-indicator.gif'); +} diff --git a/LCARStrek/global/global.css b/LCARStrek/global/global.css index 895e5802..5d70b135 100644 --- a/LCARStrek/global/global.css +++ b/LCARStrek/global/global.css @@ -62,7 +62,7 @@ menulist > menupopup, } .menulist-compact { - -moz-binding: url("chrome://global/content/bindings/menulist.xml#menulist-compact"); + -moz-binding: url("chrome://global/skin/globalBindings.xml#menulist-compact"); } /* LCARStrek special bindings */ @@ -197,3 +197,7 @@ resizer[dir="bottomright"] { .toolbar-focustarget { -moz-user-focus: ignore !important; } + +description.error { + color: #FF0000; +} diff --git a/LCARStrek/global/globalBindings.xml b/LCARStrek/global/globalBindings.xml index 4fdab86f..9c3c8a7f 100755 --- a/LCARStrek/global/globalBindings.xml +++ b/LCARStrek/global/globalBindings.xml @@ -39,6 +39,17 @@ + + + + + + + + + + diff --git a/LCARStrek/global/icons/tab-drag-indicator.gif b/LCARStrek/global/icons/tab-drag-indicator.gif new file mode 100644 index 0000000000000000000000000000000000000000..464bdd4d543184b0dfe5037012a4615bf7321177 GIT binary patch literal 76 zcmZ?wbhEHb .menulist-label-box { + border: 1px solid transparent; + background-color: transparent; + color: inherit; } -.menulist-compact > .menulist-label { +.menulist-compact > .menulist-label-box > .menulist-label { margin: 0 3px !important; text-align: right; } +.menulist-compact > .menulist-label-box > .menulist-icon { + margin-left: 2px; +} + .menulist-compact[open="true"] { border: 1px solid #FFCF00; } + +.menulist-compact:hover, +.menulist-compact[open="true"] { + list-style-image: url("chrome://global/skin/arrow/arrow-down-hover.gif"); +} + +.menulist-compact[disabled="true"] { + list-style-image: url("chrome://global/skin/arrow/arrow-down-disabled.gif"); +} + +.menulist-compact:focus > .menulist-label-box { + border: 1px dotted #008484; +} diff --git a/LCARStrek/global/netError.css b/LCARStrek/global/netError.css index 4acba0d5..286f8b6e 100644 --- a/LCARStrek/global/netError.css +++ b/LCARStrek/global/netError.css @@ -64,6 +64,7 @@ body[dir="rtl"] #errorPageContainer { } #errorShortDesc > p { + overflow: auto; border-bottom: 1px solid #008484; padding-bottom: 1em; font-size: 130%; @@ -98,3 +99,7 @@ body[dir="rtl"] #brand { #brand > p { margin: 0; } + +#errorContainer { + display: none; +} diff --git a/LCARStrek/global/scrollbars.css b/LCARStrek/global/scrollbars.css index 7df7d7a8..d53df486 100644 --- a/LCARStrek/global/scrollbars.css +++ b/LCARStrek/global/scrollbars.css @@ -115,6 +115,7 @@ scrollcorner { -moz-binding: url("chrome://global/content/bindings/scrollbar.xml#scrollbar-base"); cursor: default; background-color: #000000; + width: 13px; } /* ..... increment .... */ diff --git a/LCARStrek/global/splitter.css b/LCARStrek/global/splitter.css index bdc8c9a1..70a2c585 100644 --- a/LCARStrek/global/splitter.css +++ b/LCARStrek/global/splitter.css @@ -46,13 +46,13 @@ splitter { -moz-box-align: center; -moz-box-pack: center; - cursor: e-resize; + cursor: ew-resize; border: none; border-top: 3px solid black; border-bottom: 3px solid black; min-width: 6px; background-color: #9C9CFF; - margin: 0px 3px 0px 3px; + margin: 0px 3px 0px 3px; } splitter[state="dragging"], @@ -60,7 +60,7 @@ splitter:hover:active { background-color: #FFCF00; } -/* This takes margin away from outliner header splitters, else they look ugly! */ +/* This takes margin away from outliner header splitters, else they look ugly! */ splitter.tree-splitter { margin: 0px; } @@ -68,7 +68,7 @@ splitter.tree-splitter { /* ::::: splitter (horizontal) ::::: */ splitter[orient="vertical"] { - cursor: n-resize; + cursor: ns-resize; border: none; border-left: 3px solid black; border-right: 3px solid black; diff --git a/LCARStrek/messenger/filterDialog.css b/LCARStrek/messenger/filterDialog.css index c33e225a..2a09fab1 100644 --- a/LCARStrek/messenger/filterDialog.css +++ b/LCARStrek/messenger/filterDialog.css @@ -81,5 +81,9 @@ textbox { } .ruleactionitem { + min-width: 20em; +} + +.ruleaction-type { min-width: 15em; } diff --git a/LCARStrek/messenger/mailWindow1.css b/LCARStrek/messenger/mailWindow1.css index c0b5725f..2dc9c34c 100644 --- a/LCARStrek/messenger/mailWindow1.css +++ b/LCARStrek/messenger/mailWindow1.css @@ -13,7 +13,7 @@ * * The Original Code is mozilla.org code. * - * The Initial Developer of the Original Code is + * The Initial Developer of the Original Code is * Netscape Communications Corporation. * Portions created by the Initial Developer are Copyright (C) 1998 * the Initial Developer. All Rights Reserved. @@ -22,7 +22,7 @@ * Robert Kaiser * * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 2 or later (the "GPL"), or + * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only @@ -63,8 +63,22 @@ border: none; } +/* XXX bug 313731 buttons are taller than menulists */ + +#msgLocationToolbar > #searchBox[collapsed="true"] { + visibility: hidden; +} + +#locationIcon { + list-style-image: none; +} + +#locationFolders { + width: 20em; +} + /* ..... tree adjustments ..... */ - + #folderTree { min-width: 1px; border: none; diff --git a/LCARStrek/messenger/messengercompose/messengercompose.css b/LCARStrek/messenger/messengercompose/messengercompose.css index 0ec6aedc..7498a4cb 100644 --- a/LCARStrek/messenger/messengercompose/messengercompose.css +++ b/LCARStrek/messenger/messengercompose/messengercompose.css @@ -172,15 +172,6 @@ treechildren::-moz-tree-image(remote-err) { list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook-error.gif"); } -.identity-popup-item { - -moz-binding: url("chrome://messenger/content/messengercompose/mailComposeBindings.xml#fromMenuitem"); -} - -.composemenu-text-2 { - font-style: italic; - color: #8050B0; -} - /* ::::: LCARStrek layout corrections ::::: */ #msgheaderstoolbar-box { -- 2.35.3