From 569543b3d2d5099d602cc6644b026ee2adf3e00a Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sun, 26 Sep 2010 21:18:38 +0200 Subject: [PATCH] update both themes to toolkit winstripe changes up to 2010-09-24 --- EarlyBlue/chatzilla/output-dark.css | 2 +- EarlyBlue/chatzilla/output-light.css | 14 +- EarlyBlue/editor/EdImageMapPage.css | 2 +- EarlyBlue/global/config.css | 2 +- EarlyBlue/global/dirListing/dirListing.css | 2 +- EarlyBlue/global/findBar.css | 4 +- EarlyBlue/global/menu.css | 5 +- EarlyBlue/global/radio.css | 4 +- EarlyBlue/global/webConsole.css | 24 +- EarlyBlue/global/webConsole_networkPanel.css | 101 +++++++ EarlyBlue/messenger/messageBody.css | 2 +- EarlyBlue/mozapps/extensions/extensions.css | 252 +++++++++-------- EarlyBlue/mozapps/passwordmgr/key-16.png | Bin 0 -> 226 bytes EarlyBlue/mozapps/passwordmgr/key-64.png | Bin 0 -> 226 bytes EarlyBlue/mozapps/plugins/pluginProblem.css | 4 +- EarlyBlue/mozapps/update/updates.css | 11 +- EarlyBlue/navigator/navigator.css | 2 +- LCARStrek/browser/pref/pref.css | 2 +- LCARStrek/chatzilla/chatzilla.css | 4 +- LCARStrek/chatzilla/output-dark.css | 6 +- LCARStrek/chatzilla/output-default.css | 8 +- LCARStrek/chatzilla/output-light.css | 14 +- .../bookmarks/editBookmarkOverlay.css | 2 +- LCARStrek/communicator/certError.css | 4 +- LCARStrek/communicator/dialogOverlay.css | 2 +- LCARStrek/communicator/feed-subscribe.css | 2 +- LCARStrek/communicator/preferences.css | 2 +- .../communicator/search/internetresults.css | 4 +- LCARStrek/communicator/sidebar/sidebar.css | 2 +- LCARStrek/editor/EdImageMapPage.css | 2 +- LCARStrek/global/about.css | 2 +- LCARStrek/global/aboutCache.css | 2 +- LCARStrek/global/autocomplete.css | 6 +- LCARStrek/global/button.css | 8 +- LCARStrek/global/checkbox.css | 2 +- LCARStrek/global/colorpicker.css | 4 +- LCARStrek/global/config.css | 2 +- LCARStrek/global/datetimepicker.css | 4 +- LCARStrek/global/dialog.css | 2 +- LCARStrek/global/dirListing/dirListing.css | 2 +- LCARStrek/global/filefield.css | 2 +- LCARStrek/global/findBar.css | 4 +- LCARStrek/global/global.css | 4 +- LCARStrek/global/groupbox.css | 4 +- LCARStrek/global/listbox.css | 2 +- LCARStrek/global/media/videocontrols.css | 8 +- LCARStrek/global/menu.css | 5 +- LCARStrek/global/menulist.css | 4 +- LCARStrek/global/netError.css | 4 +- LCARStrek/global/notification.css | 2 +- LCARStrek/global/numberbox.css | 6 +- LCARStrek/global/plugins.css | 12 +- LCARStrek/global/popup.css | 2 +- LCARStrek/global/preferences.css | 2 +- LCARStrek/global/radio.css | 4 +- LCARStrek/global/richlistbox.css | 2 +- LCARStrek/global/scrollbars.css | 8 +- LCARStrek/global/spinbuttons.css | 4 +- LCARStrek/global/tabbox.css | 6 +- LCARStrek/global/textbox.css | 4 +- LCARStrek/global/toolbar.css | 8 +- LCARStrek/global/toolbarbutton.css | 4 +- LCARStrek/global/tree.css | 8 +- LCARStrek/global/webConsole.css | 28 +- LCARStrek/global/webConsole_networkPanel.css | 103 +++++++ .../messenger-newsblog/feed-subscriptions.css | 2 +- LCARStrek/messenger/accountCentral.css | 6 +- LCARStrek/messenger/messageBody.css | 2 +- LCARStrek/messenger/messageHeader.css | 6 +- LCARStrek/messenger/primaryToolbar.css | 2 +- LCARStrek/messenger/subscribe.css | 2 +- LCARStrek/mozapps/extensions/extensions.css | 257 +++++++++--------- LCARStrek/mozapps/passwordmgr/key-16.png | Bin 0 -> 226 bytes LCARStrek/mozapps/passwordmgr/key-64.png | Bin 0 -> 226 bytes .../mozapps/plugins/pluginInstallerWizard.css | 2 +- LCARStrek/mozapps/plugins/pluginProblem.css | 4 +- LCARStrek/mozapps/pref/pref.css | 2 +- LCARStrek/mozapps/update/updates.css | 11 +- .../mozapps/xpinstall/xpinstallConfirm.css | 2 +- LCARStrek/navigator/navigator.css | 4 +- 80 files changed, 646 insertions(+), 415 deletions(-) create mode 100644 EarlyBlue/global/webConsole_networkPanel.css create mode 100644 EarlyBlue/mozapps/passwordmgr/key-16.png create mode 100644 EarlyBlue/mozapps/passwordmgr/key-64.png create mode 100644 LCARStrek/global/webConsole_networkPanel.css create mode 100644 LCARStrek/mozapps/passwordmgr/key-16.png create mode 100644 LCARStrek/mozapps/passwordmgr/key-64.png diff --git a/EarlyBlue/chatzilla/output-dark.css b/EarlyBlue/chatzilla/output-dark.css index 80a856f6..afed4e93 100644 --- a/EarlyBlue/chatzilla/output-dark.css +++ b/EarlyBlue/chatzilla/output-dark.css @@ -64,7 +64,7 @@ a.chatzilla-link:visited { color: lightslategrey; background-color: #333333; /* opacity: 0.9; causes memory leak? */ - -moz-border-radius: 7px; + border-radius: 7px; } .progress-fg { diff --git a/EarlyBlue/chatzilla/output-light.css b/EarlyBlue/chatzilla/output-light.css index b8c2fa30..376c7569 100644 --- a/EarlyBlue/chatzilla/output-light.css +++ b/EarlyBlue/chatzilla/output-light.css @@ -62,7 +62,7 @@ a.chatzilla-link { background-color: #EEEEEE; /* opacity: 0.9;*/ border: 1px #777499 solid; - -moz-border-radius: 7px; + border-radius: 7px; } #splash { @@ -166,7 +166,7 @@ a.chatzilla-link { color: #0e9e0e; background-color: #c3f7c3; font-weight: bold; - -moz-border-radius: 5px 5px 5px 5px; + border-radius: 5px 5px 5px 5px; /*border: thin darkblue solid;*/ } @@ -174,19 +174,19 @@ a.chatzilla-link { background: #fff196; color: #ff8d02; font-weight: bold; - -moz-border-radius: 5px 5px 5px 5px; + border-radius: 5px 5px 5px 5px; } .msg[msg-type="HELLO"] .msg-data { background: #1342a5; color: white; - -moz-border-radius: 5px 5px 5px 5px; + border-radius: 5px 5px 5px 5px; font-weight: bold; } .msg[msg-type="ERROR"] .msg-data, .msg[msg-type="DISCONNECT"] .msg-data { - -moz-border-radius: 5px 5px 5px 5px; + border-radius: 5px 5px 5px 5px; background: #a8221e; color: white; } @@ -220,7 +220,7 @@ a.chatzilla-link { color: #ff1a0a; background: #ffdbcc; font-weight: bold; - -moz-border-radius: 5px 5px 5px 5px; + border-radius: 5px 5px 5px 5px; } /* important="true" means that the message has text from your /stalk list in @@ -228,7 +228,7 @@ a.chatzilla-link { */ .msg[important="true"] .msg-user { background: #d4d8d4; - -moz-border-radius: 5px 0px 0px 5px; + border-radius: 5px 0px 0px 5px; } .msg[important="true"] .msg-data { diff --git a/EarlyBlue/editor/EdImageMapPage.css b/EarlyBlue/editor/EdImageMapPage.css index 0c207993..983cfa75 100644 --- a/EarlyBlue/editor/EdImageMapPage.css +++ b/EarlyBlue/editor/EdImageMapPage.css @@ -40,7 +40,7 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .rect {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1px solid #0000ff;} -.cir {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1px solid #00ff00; -moz-border-radius: 50%;} +.cir {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1px solid #00ff00; border-radius: 50%;} .poly {position:absolute; top:0px; left:0px; height:100%; width:100%;} .point {position:absolute; top:1px; left:1px; height:3px; width:3px; background-color:#ff0000;} .pointStart {position:absolute; top:1px; left:1px; height:3px; width:3px; background-color:#8000ff;} diff --git a/EarlyBlue/global/config.css b/EarlyBlue/global/config.css index ae5f17f7..621449e8 100644 --- a/EarlyBlue/global/config.css +++ b/EarlyBlue/global/config.css @@ -56,7 +56,7 @@ background: #9999CC; color: #000000; border: 1px solid #666699; - -moz-border-radius: 10px; + border-radius: 10px; padding: 3em; -moz-padding-start: 30px; -moz-margin-start: 1em; diff --git a/EarlyBlue/global/dirListing/dirListing.css b/EarlyBlue/global/dirListing/dirListing.css index a2afd972..a14b27ae 100644 --- a/EarlyBlue/global/dirListing/dirListing.css +++ b/EarlyBlue/global/dirListing/dirListing.css @@ -45,7 +45,7 @@ body { border: 1px solid #666699; - -moz-border-radius: 10px; + border-radius: 10px; padding: 3em; min-width: 30em; max-width: 65em; diff --git a/EarlyBlue/global/findBar.css b/EarlyBlue/global/findBar.css index e5a4b249..f7e35de4 100644 --- a/EarlyBlue/global/findBar.css +++ b/EarlyBlue/global/findBar.css @@ -64,12 +64,12 @@ findbar { } .findbar-textbox[status="notfound"] { - -moz-box-shadow: 0 0 0 1em #FFC0C0 inset; + box-shadow: 0 0 0 1em #FFC0C0 inset; color: #000000; } .findbar-textbox[flash="true"] { - -moz-box-shadow: 0 0 0 1em #FFFFC0 inset; + box-shadow: 0 0 0 1em #FFFFC0 inset; color: #000000; } diff --git a/EarlyBlue/global/menu.css b/EarlyBlue/global/menu.css index 8db9524e..70740c17 100644 --- a/EarlyBlue/global/menu.css +++ b/EarlyBlue/global/menu.css @@ -115,10 +115,7 @@ popup > menuitem { menulist > menupopup > menuitem, .menulist-menupopup > menu, menulist > menupopup > menu { - padding-top: 1px; - padding-bottom: 1px; - -moz-padding-start: 1px; - -moz-padding-end: 22px; + padding: 1px 5px; max-width: none; } diff --git a/EarlyBlue/global/radio.css b/EarlyBlue/global/radio.css index 686fd260..803d83a4 100644 --- a/EarlyBlue/global/radio.css +++ b/EarlyBlue/global/radio.css @@ -93,7 +93,7 @@ radio[disabled="true"] { .radio-check-box1 { border: 2px outset #CCD0DD; - -moz-border-radius: 50%; + border-radius: 50%; width: 12px; height: 12px; background-color: #FFFFFF; @@ -101,7 +101,7 @@ radio[disabled="true"] { } .radio-check-box2 { - -moz-border-radius: 50%; + border-radius: 50%; padding: 1px; width: 4px; height: 4px; diff --git a/EarlyBlue/global/webConsole.css b/EarlyBlue/global/webConsole.css index 0953184f..55670e38 100644 --- a/EarlyBlue/global/webConsole.css +++ b/EarlyBlue/global/webConsole.css @@ -39,6 +39,10 @@ border-bottom: 1px solid #CCD0DD; } +.hud-group label { + padding-left: 1em; +} + .hud-outer-wrapper { width: 100%; height: 100%; @@ -61,6 +65,11 @@ -moz-user-focus: normal; } +.hud-clickable { + cursor: pointer !important; + text-decoration: underline; +} + .hud-output-node .hud-network { color: blue; } @@ -90,7 +99,7 @@ margin-top: 0.3em; margin-bottom: 0.3em; padding-left: 0.3em; - border-bottom: 1px solid #eee; + /* border-bottom: 1px solid #eee; */ } .hud-output-node { @@ -141,7 +150,6 @@ } .jsterm-input-node { - width: 98%; font-family: monospace; font-size: 9pt; background: url("chrome://global/skin/icons/commandline.png") 4px 3px no-repeat !important; @@ -154,10 +162,20 @@ } .jsterm-output-line { - font-size: 1.2em; + font-size: 1em; } .hud-console-filter-toolbar { padding: 1px 0px; -moz-box-align: center; } + +.jsterm-close-button { + background: none !important; + border: none !important; + list-style-image: url("chrome://global/skin/icons/close-button.gif"); + margin: 0px !important; + min-width: 0px !important; + padding: 1px 3px 1px 7px !important; + -moz-user-focus: ignore; +} diff --git a/EarlyBlue/global/webConsole_networkPanel.css b/EarlyBlue/global/webConsole_networkPanel.css new file mode 100644 index 00000000..91543b8e --- /dev/null +++ b/EarlyBlue/global/webConsole_networkPanel.css @@ -0,0 +1,101 @@ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: MPL 1.1/GPL 2.0/LGPL 2.1 + * + * The contents of this file are subject to the Mozilla Public License Version + * 1.1 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * http://www.mozilla.org/MPL/ + * + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is DevTools code + * + * The Initial Developer of the Original Code is + * Mozilla Corporation + * Portions created by the Initial Developer are Copyright (C) 2010 + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * Joe Walker + * Julian Viereck + * + * 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 + * 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 + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the MPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the MPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ***** */ + +body { + font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; + font-size: 11px; + background: #CCD0DD; +} + +div#header { + padding: 5px; + overflow-x:auto; +} + +h1 { + font-size: 13px; + padding: 2px 10px; + margin: 0px; +} + +h1 .info { + font-size: 11px; + float: right; + color: #666699; + padding-right: 3px; +} + +div.property-header { + padding: 2px 5px; + color: #666699; + max-height: 330px; + overflow-y: auto; + overflow-x: auto; + white-space: pre-wrap; +} + +span.property-name { + font-size: 11px; + font-weight: bold; + padding-right: 4px; + color: #000; +} + +span.property-value { + padding-right: 5px; + font-size: 11px; +} + +div.group { + margin-top: 10px; +} + +div.group, div#header { + background: #FFF; + border-color: #9999CC; + border-style: solid; + border-width: 1px; +} + +img#responseImageNode { + max-width: 100%; +} + +#responseImageNodeDiv { + padding: 5px; +} diff --git a/EarlyBlue/messenger/messageBody.css b/EarlyBlue/messenger/messageBody.css index dc1db49d..96793c47 100644 --- a/EarlyBlue/messenger/messageBody.css +++ b/EarlyBlue/messenger/messageBody.css @@ -127,7 +127,7 @@ span.moz-txt-formfeed { /* ::::: vcard ::::: */ .moz-vcard-table { - /* -moz-border-radius: 8px; */ + /* border-radius: 8px; */ border: thin solid #6666CC; margin-top: 10px; } diff --git a/EarlyBlue/mozapps/extensions/extensions.css b/EarlyBlue/mozapps/extensions/extensions.css index efbbfacd..8b770335 100644 --- a/EarlyBlue/mozapps/extensions/extensions.css +++ b/EarlyBlue/mozapps/extensions/extensions.css @@ -45,6 +45,47 @@ border: 1px solid #666699; } +/*** global warnings ***/ + +.global-warning { + -moz-box-align: center; + padding: 0 8px; + color: #000000; + font-weight: bold; +} + +#addons-page[warning] .global-warning-container { + background-color: #FFFFCC; +} + +#detail-view .global-warning { + padding: 4px 12px; + border-bottom: 1px solid #9999CC; +} + +/*** notification icons ***/ + +.warning-icon { + list-style-image: url("chrome://global/skin/icons/warning-16.png"); + width: 16px; + height: 16px; + margin: 3px 0; +} + +.error-icon { + list-style-image: url("chrome://global/skin/icons/error-16.png"); + width: 16px; + height: 16px; + margin: 3px 0; +} + +.pending-icon, +.info-icon { + list-style-image: url("chrome://global/skin/icons/information-16.png"); + width: 16px; + height: 16px; + margin: 3px 0; +} /*** category selector ***/ @@ -95,7 +136,6 @@ padding: 2px 8px; margin: 6px 0px; border: 1px outset #666699; - /* -moz-border-radius: 100%; */ color: #FFFFFF; font-weight: bold; text-align: center; @@ -183,7 +223,6 @@ -moz-appearance: none; border: none; background-color: transparent; - /* -moz-border-radius: 100%; */ padding: 0px 6px; margin: 0px 6px; min-width: 12px !important; @@ -254,29 +293,23 @@ max-height: 48px; } -.addon[type="theme"] .icon { +.addon-view[type="theme"] .icon { list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png"); } -.addon[type="locale"] .icon { +.addon-view[type="locale"] .icon { list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png"); } -.addon[type="plugin"] .icon { +.addon-view[type="plugin"] .icon { list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); } -.name, -.version, -.update-postfix { +.name-container { font-size: 150%; margin-bottom: 0px; } -.disabled-postfix { - font-size: 130%; -} - .description-container { margin-top: 8px; -moz-margin-start: 6px; @@ -290,69 +323,41 @@ -moz-margin-start: 48px; } -.addon:not([selected]) .warning { +.addon-view:not([selected]) .warning { color: #808000; } -.addon:not([selected]) .error { +.addon-view:not([selected]) .error { color: #FF0000; } -.addon:not([selected]) .pending { +.addon-view:not([selected]) .pending { color: #33FF33; } -.addon .warning-icon { - opacity: 0.7; - list-style-image: url("chrome://global/skin/icons/warning-16.png"); - width: 16px; - height: 16px; - margin: 0; -} - -.addon .error-icon { - list-style-image: url("chrome://global/skin/icons/error-16.png"); - width: 16px; - height: 16px; - margin: 0; -} - -.addon .pending-icon, -.addon .info-icon { - list-style-image: url("chrome://global/skin/icons/information-16.png"); - width: 16px; - height: 16px; - margin: 0; -} - -.addon[notification="warning"] { +.addon-view[notification="warning"] { background-color : #FFFFCC; } -.addon[notification="error"] { +.addon-view[notification="error"] { background-color: #FFD0DD; } -.addon[notification="info"] { +.addon-view[notification="info"] { background-color: #9999CC; } -.addon[pending="enable"], -.addon[pending="upgrade"], -.addon[pending="install"] { +.addon-view[pending="enable"], +.addon-view[pending="upgrade"], +.addon-view[pending="install"] { background-color: #CCFFDD; } -.addon[pending="disable"], -.addon[pending="uninstall"] { +.addon-view[pending="disable"], +.addon-view[pending="uninstall"] { background-color: #808080; } - -.remove-container { - width: 16px; -} - /*** item - uninstalled ***/ .addon[status="uninstalled"] { @@ -363,7 +368,7 @@ -moz-box-align: center; padding: 4px 20px; background-color: #808080; - -moz-border-radius: 8px; + border-radius: 8px; font-size: 120%; } @@ -372,7 +377,6 @@ } - /*** search view ***/ #search-filter { @@ -391,7 +395,7 @@ -moz-appearance: none; padding: 0px 6px; margin: 0px 3px; - -moz-border-radius: 100%; + border-radius: 10000px; } .search-filter-radio[selected] { @@ -413,15 +417,15 @@ opacity: 0.5; } -#detail-view > .loading { +#detail-view .loading { opacity: 0; } -#detail-view:not([loading]) > .loading { +#detail-view:not([loading]) .loading { visibility: collapse; } -#detail-view[loading-extended] > .loading { +#detail-view[loading-extended] .loading { -moz-box-align: center; -moz-box-pack: center; opacity: 1; @@ -429,76 +433,92 @@ -moz-transition-duration: 1s; } -#detail-view > .loading > image { +#detail-view .loading > image { list-style-image: url("chrome://global/skin/icons/loading.gif"); } .detail-view-container { overflow: auto; - padding: 10px 20px; + padding: 2em; + font-size: 110%; } -.detail-basicinfo { - padding: 10px 0px; - -moz-box-align: center; +#detail-notifications { + margin-bottom: 2em; } -.detail-extra { - margin-top: 20px; -} - -#detail-desc { - min-height: 40px; - margin-bottom: 20px; +#detail-notifications .warning, +#detail-notifications .pending, +#detail-notifications .error, +#detail-notifications .info { + -moz-margin-start: 0; } #detail-icon { - width: 32px; - height: 32px; -moz-margin-end: 10px; - list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png"); } -#detail-view[type="theme"] #detail-icon { - list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png"); +#detail-summary { + margin-bottom: 2em; } -#detail-view[type="locale"] #detail-icon { - list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png"); +#detail-name-container { + font-size: 200%; } -#detail-view[type="plugin"] #detail-icon { - list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); +#detail-screenshot { + -moz-margin-end: 2em; } -#detail-name { - font-size: 200%; +#detail-desc-container { + margin-bottom: 2em; + /* This is necessary to fix layout issues with multi-line descriptions, see + bug 592712*/ + outline: solid transparent; } -#detail-screenshot { - width: 140px; - height: 140px; - background-color: blue; - margin: 0px 10px 0px 0px; +#detail-desc { + -moz-margin-start: 6px; + white-space: pre-wrap; } -.detail-prefs { - -moz-box-align: start; +#detail-contributions { + border-radius: 5px; + border: 1px solid #666699; + margin-bottom: 2em; + padding: 1em; + background: #FFFFCC; } -.meta-label { - font-weight: bold; +#detail-contrib-description { + font-style: italic; + margin-bottom: 1em; +} + +#detail-contrib-suggested { + color: grey; +} + +#detail-contrib-button { + list-style-image: url("chrome://mozapps/skin/extensions/heart.png"); +} + +#detail-contrib-button .button-icon { + -moz-margin-end: 3px; } -#detail-notification { +#detail-grid { + margin-bottom: 2em; +} + +.detail-row, +.detail-row-complex { + border-bottom: 1px solid #808080; -moz-box-align: center; - -moz-box-pack: center; - margin: 0px 50px; - padding: 4px 20px; - background-color: #FFFFCC; - /* -moz-border-radius: 8px; */ - font-size: 120%; - border: 1px solid #666699; +} + +.detail-row-value { + -moz-margin-start: 0; } @@ -544,7 +564,6 @@ .download-progress { background-color: #CCD0DD; - /* -moz-border-radius: 100%; */ border: 1px solid #808080; width: 200px; height: 24px; @@ -567,12 +586,12 @@ .download-progress .start-cap:-moz-locale-dir(ltr), .download-progress .end-cap:-moz-locale-dir(rtl) { - -moz-border-radius: 100% 0 0 100%; + border-radius: 10000px 0 0 10000px; } .download-progress .end-cap:-moz-locale-dir(ltr), .download-progress .start-cap:-moz-locale-dir(rtl) { - -moz-border-radius: 0 100% 100% 0; + border-radius: 0 10000px 10000px 0; } .download-progress .progress { @@ -590,7 +609,6 @@ border-style: solid; -moz-border-top-colors: #FFFFFF; -moz-border-left-colors: #FFFFFF; - /* -moz-border-radius: 100%; */ min-width: 16px; width: 16px; height: 16px; @@ -628,37 +646,11 @@ font-weight: bold; } - -/*** buttons ***/ - -.remove-button { - background: transparent; - padding: 0; - margin: 0; - list-style-image: url("chrome://global/skin/icons/delete.png"); - border: 1px solid transparent; -} - -.remove-button .button-box { - padding: 0; -} - -.remove-button:hover { - border: 1px outset #CCD0DD; -} - -.remove-button:active { - border: 1px inset #CCD0DD; -} - -.remove-button .button-text { - display: none; +#update-selected { + margin: 12px; } -.contribute { - -moz-padding-start: 20px; - -moz-padding-end: 4px; -} +/*** buttons ***/ .button-link { background: transparent; diff --git a/EarlyBlue/mozapps/passwordmgr/key-16.png b/EarlyBlue/mozapps/passwordmgr/key-16.png new file mode 100644 index 0000000000000000000000000000000000000000..85246a34336e3ab866e899bbf8e2195c49a3c614 GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?!50ihlx9jKx9jP7LeL$-D$|I0Jk_T%$My z($dbHxp4Pr|2$EUijp9|UYh7ML)50LT#kH}&M25w;xW@MN(M*=9w zUgGKN%6@~1iC{*_-Td;tsieE31+S~lbP0l+XkKys$y$ literal 0 HcmV?d00001 diff --git a/EarlyBlue/mozapps/passwordmgr/key-64.png b/EarlyBlue/mozapps/passwordmgr/key-64.png new file mode 100644 index 0000000000000000000000000000000000000000..85246a34336e3ab866e899bbf8e2195c49a3c614 GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?!50ihlx9jKx9jP7LeL$-D$|I0Jk_T%$My z($dbHxp4Pr|2$EUijp9|UYh7ML)50LT#kH}&M25w;xW@MN(M*=9w zUgGKN%6@~1iC{*_-Td;tsieE31+S~lbP0l+XkKys$y$ literal 0 HcmV?d00001 diff --git a/EarlyBlue/mozapps/plugins/pluginProblem.css b/EarlyBlue/mozapps/plugins/pluginProblem.css index a66c323b..e0b6f2ad 100644 --- a/EarlyBlue/mozapps/plugins/pluginProblem.css +++ b/EarlyBlue/mozapps/plugins/pluginProblem.css @@ -6,9 +6,9 @@ text-align: center; background-color: #CCD0DD; color: #000000; - -moz-border-radius: 12px; + border-radius: 12px; /* recessed effect with 'disabled' shadow */ - -moz-box-shadow: inset 0 1px 5px #808080; + box-shadow: inset 0 1px 5px #808080; padding: 5px; -moz-user-select: none; } diff --git a/EarlyBlue/mozapps/update/updates.css b/EarlyBlue/mozapps/update/updates.css index 0b54e023..dce5c4b9 100644 --- a/EarlyBlue/mozapps/update/updates.css +++ b/EarlyBlue/mozapps/update/updates.css @@ -13,6 +13,10 @@ wizardpage { padding: 0; } +.update-header { + padding: 0px 10px; +} + .update-content { padding: 10px; } @@ -37,13 +41,6 @@ wizardpage { margin-top: 0 !important; } -#updates[currentpageid="updatesfoundbasic"] .wizard-button[dlgtype="next"], -#updates[currentpageid="updatesfoundbillboard"] .wizard-button[dlgtype="next"], -#updates[currentpageid="finished"] .wizard-button[dlgtype="finish"], -#updates[currentpageid="finishedBackground"] .wizard-button[dlgtype="finish"] { - font-weight: bold; -} - #licenseContent, #incompatibleListbox { -moz-margin-start: 6px; -moz-margin-end: 6px; diff --git a/EarlyBlue/navigator/navigator.css b/EarlyBlue/navigator/navigator.css index 657ede50..0cc7299e 100644 --- a/EarlyBlue/navigator/navigator.css +++ b/EarlyBlue/navigator/navigator.css @@ -213,7 +213,7 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon { } #urlbar > .autocomplete-textbox-container { - -moz-border-radius: 3px 0 0 3px; + border-radius: 3px 0 0 3px; padding: 2px; } diff --git a/LCARStrek/browser/pref/pref.css b/LCARStrek/browser/pref/pref.css index 0ba8e184..ffa5c4a0 100644 --- a/LCARStrek/browser/pref/pref.css +++ b/LCARStrek/browser/pref/pref.css @@ -89,7 +89,7 @@ expander { background-color: #E7ADE7; color: #000000; border: 1px solid #9C9CFF; - -moz-border-radius: 3px; + border-radius: 3px; } .themesLink { diff --git a/LCARStrek/chatzilla/chatzilla.css b/LCARStrek/chatzilla/chatzilla.css index 9d3a9800..0ec23c15 100644 --- a/LCARStrek/chatzilla/chatzilla.css +++ b/LCARStrek/chatzilla/chatzilla.css @@ -64,7 +64,7 @@ window { #input-widget, #input-widget-multiline { - -moz-border-radius: 5px; + border-radius: 5px; border: 1px solid #9C9CFF; } @@ -136,7 +136,7 @@ window { } .output-container { - -moz-border-radius: 5px; + border-radius: 5px; border: 1px solid #9C9CFF; } diff --git a/LCARStrek/chatzilla/output-dark.css b/LCARStrek/chatzilla/output-dark.css index bd0e9ad9..a60d09e9 100644 --- a/LCARStrek/chatzilla/output-dark.css +++ b/LCARStrek/chatzilla/output-dark.css @@ -63,7 +63,7 @@ a.chatzilla-link:visited { .header { color: #000000; background-color: #9C9CFF; - -moz-border-radius: 7px; + border-radius: 7px; } .progress-fg { @@ -144,13 +144,13 @@ treechildren::-moz-tree-cell-text(unselected) { .msg-user { background-color: #000000; - -moz-border-radius: 7px 0px 0px 7px; + border-radius: 7px 0px 0px 7px; border: 1px solid #004242; } .msg-data { background-color: #000000; - -moz-border-radius: 0px 7px 7px 0px; + border-radius: 0px 7px 7px 0px; border: 1px solid #735673; } diff --git a/LCARStrek/chatzilla/output-default.css b/LCARStrek/chatzilla/output-default.css index 87b0b32b..dac7e8c6 100644 --- a/LCARStrek/chatzilla/output-default.css +++ b/LCARStrek/chatzilla/output-default.css @@ -67,7 +67,7 @@ a.chatzilla-link:visited { color: #000000; background-color: #9C9CFF; border-color: #FFCF00; - -moz-border-radius: 7px; + border-radius: 7px; } .value { @@ -119,14 +119,14 @@ a.chatzilla-link:visited { .msg-type { /* .msg-type = message type */ color: #000000; /* indicator */ background-color: #008484; - -moz-border-radius: 9px 0px 0px 9px; + border-radius: 9px 0px 0px 9px; border: 1px solid transparent; } .msg-data { background-color: #9C9CFF; border: 1px solid transparent; - -moz-border-radius: 0px 9px 9px 0px; + border-radius: 0px 9px 9px 0px; color: #000000; } @@ -166,7 +166,7 @@ a.chatzilla-link:visited { .msg-user { background-color: #9C9CFF; border: 1px solid transparent; - -moz-border-radius: 9px 0px 0px 9px; + border-radius: 9px 0px 0px 9px; } /* important="true" means that the message has text from your /stalk list in diff --git a/LCARStrek/chatzilla/output-light.css b/LCARStrek/chatzilla/output-light.css index 10ba6731..74e466ce 100644 --- a/LCARStrek/chatzilla/output-light.css +++ b/LCARStrek/chatzilla/output-light.css @@ -62,7 +62,7 @@ a.chatzilla-link { background-color: #EEEEEE; /* opacity: 0.9;*/ border: 1px #777499 solid; - -moz-border-radius: 7px; + border-radius: 7px; } #splash { @@ -166,7 +166,7 @@ a.chatzilla-link { color: #0e9e0e; background-color: #c3f7c3; font-weight: bold; - -moz-border-radius: 5px 5px 5px 5px; + border-radius: 5px 5px 5px 5px; /*border: thin darkblue solid;*/ } @@ -174,19 +174,19 @@ a.chatzilla-link { background: #fff196; color: #ff8d02; font-weight: bold; - -moz-border-radius: 5px 5px 5px 5px; + border-radius: 5px 5px 5px 5px; } .msg[msg-type="HELLO"] .msg-data { background: #1342a5; color: white; - -moz-border-radius: 5px 5px 5px 5px; + border-radius: 5px 5px 5px 5px; font-weight: bold; } .msg[msg-type="ERROR"] .msg-data, .msg[msg-type="DISCONNECT"] .msg-data { - -moz-border-radius: 5px 5px 5px 5px; + border-radius: 5px 5px 5px 5px; background: #a8221e; color: white; } @@ -220,7 +220,7 @@ a.chatzilla-link { color: #ff1a0a; background: #ffdbcc; font-weight: bold; - -moz-border-radius: 5px 5px 5px 5px; + border-radius: 5px 5px 5px 5px; } /* important="true" means that the message has text from your /stalk list in @@ -228,7 +228,7 @@ a.chatzilla-link { */ .msg[important="true"] .msg-user { background: #d4d8d4; - -moz-border-radius: 5px 0px 0px 5px; + border-radius: 5px 0px 0px 5px; } .msg[important="true"] .msg-data { diff --git a/LCARStrek/communicator/bookmarks/editBookmarkOverlay.css b/LCARStrek/communicator/bookmarks/editBookmarkOverlay.css index c6e6d24c..04b797ca 100644 --- a/LCARStrek/communicator/bookmarks/editBookmarkOverlay.css +++ b/LCARStrek/communicator/bookmarks/editBookmarkOverlay.css @@ -92,7 +92,7 @@ */ #editBMPanel_namePicker[droppable="false"] { /* These rules come from the textbox element in textbox.css. */ - -moz-border-radius: 3px; + border-radius: 3px; -moz-outline-radius: 5px; cursor: text; margin: 1px 2px; diff --git a/LCARStrek/communicator/certError.css b/LCARStrek/communicator/certError.css index 2942a7db..4a314494 100644 --- a/LCARStrek/communicator/certError.css +++ b/LCARStrek/communicator/certError.css @@ -61,7 +61,7 @@ h2 { font-size: 130%; background-color: #9C9CFF; color: #000000; - -moz-border-radius: 8px; + border-radius: 8px; -moz-padding-start: 10px; } @@ -71,7 +71,7 @@ h2 { max-width: 52em; margin: 4em auto; border: 2px solid #FFCF00; - -moz-border-radius: 10px; + border-radius: 10px; padding: 3em; -moz-padding-start: 30px; background: url("chrome://global/skin/icons/sslWarning.png") left 0 no-repeat #000000; diff --git a/LCARStrek/communicator/dialogOverlay.css b/LCARStrek/communicator/dialogOverlay.css index c03db0e9..70c49ea8 100644 --- a/LCARStrek/communicator/dialogOverlay.css +++ b/LCARStrek/communicator/dialogOverlay.css @@ -43,7 +43,7 @@ .box-smallheader { -moz-binding : url(chrome://communicator/content/dialogBindings.xml#smallheader); - -moz-border-radius : 3px; + border-radius : 3px; border : 1px solid #9C9CFF; margin : 0px 5px 6px 5px; } diff --git a/LCARStrek/communicator/feed-subscribe.css b/LCARStrek/communicator/feed-subscribe.css index 4197aa75..33372795 100644 --- a/LCARStrek/communicator/feed-subscribe.css +++ b/LCARStrek/communicator/feed-subscribe.css @@ -13,7 +13,7 @@ html { #feedHeaderContainer { border: 1px solid #9C9CFF; - -moz-border-radius: 10px; + border-radius: 10px; margin: -3em auto 0 auto; background-color: #FFCF00; } diff --git a/LCARStrek/communicator/preferences.css b/LCARStrek/communicator/preferences.css index 734a2ca7..a759186c 100644 --- a/LCARStrek/communicator/preferences.css +++ b/LCARStrek/communicator/preferences.css @@ -45,7 +45,7 @@ prefwindow { } #categoryCol { - -moz-border-radius: 3px 3px 0px 0px; + border-radius: 3px 3px 0px 0px; } dialogheader { diff --git a/LCARStrek/communicator/search/internetresults.css b/LCARStrek/communicator/search/internetresults.css index b5458303..9f1058da 100644 --- a/LCARStrek/communicator/search/internetresults.css +++ b/LCARStrek/communicator/search/internetresults.css @@ -45,7 +45,7 @@ padding-bottom: 2px; -moz-padding-start: 6px; -moz-padding-end: 0px; - -moz-border-radius: 8px 0px 0px 0px; + border-radius: 8px 0px 0px 0px; } #engineTabs { @@ -60,7 +60,7 @@ } #engineTabs > button { - -moz-border-radius: 8px 8px 0px 0px; + border-radius: 8px 8px 0px 0px; -moz-margin-start: 5px; -moz-margin-end: 5px; } diff --git a/LCARStrek/communicator/sidebar/sidebar.css b/LCARStrek/communicator/sidebar/sidebar.css index ee67f2d4..eb6bdfc0 100644 --- a/LCARStrek/communicator/sidebar/sidebar.css +++ b/LCARStrek/communicator/sidebar/sidebar.css @@ -128,7 +128,7 @@ } .box-texttab > hbox { - -moz-border-radius: 5px; + border-radius: 5px; -moz-box-align: stretch; padding: 2px 0px; background-color: #FF9F00; diff --git a/LCARStrek/editor/EdImageMapPage.css b/LCARStrek/editor/EdImageMapPage.css index 449dd3f4..b4fc4431 100644 --- a/LCARStrek/editor/EdImageMapPage.css +++ b/LCARStrek/editor/EdImageMapPage.css @@ -38,7 +38,7 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); .rect {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1px solid #0000ff;} -.cir {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1px solid #00ff00; -moz-border-radius: 50%;} +.cir {position:absolute; top:1px; left:1px; height:1px; width:1px; border: 1px solid #00ff00; border-radius: 50%;} .poly {position:absolute; top:0px; left:0px; height:100%; width:100%;} .point {position:absolute; top:1px; left:1px; height:3px; width:3px; background-color:#ff0000;} .pointStart {position:absolute; top:1px; left:1px; height:3px; width:3px; background-color:#8000ff;} diff --git a/LCARStrek/global/about.css b/LCARStrek/global/about.css index ea712c34..cf682694 100644 --- a/LCARStrek/global/about.css +++ b/LCARStrek/global/about.css @@ -11,7 +11,7 @@ body { max-width: 50em; margin: 4em auto; border: 1px solid #9C9CFF; - -moz-border-radius: 10px; + border-radius: 10px; padding: 3em; -moz-padding-start: 30px; background: #000000; diff --git a/LCARStrek/global/aboutCache.css b/LCARStrek/global/aboutCache.css index 1f5cdb4f..92158410 100644 --- a/LCARStrek/global/aboutCache.css +++ b/LCARStrek/global/aboutCache.css @@ -48,7 +48,7 @@ table { width: 100%; margin-bottom: 1em; padding: 0.5em 0; - -moz-border-radius: 10px; + border-radius: 10px; } #disk, diff --git a/LCARStrek/global/autocomplete.css b/LCARStrek/global/autocomplete.css index 975c77b8..d09e4d5d 100644 --- a/LCARStrek/global/autocomplete.css +++ b/LCARStrek/global/autocomplete.css @@ -48,7 +48,7 @@ textbox:not(.padded) { cursor: default; padding: 0px; - -moz-border-radius: 3px; + border-radius: 3px; } textbox[nomatch="true"][highlightnonmatches="true"] { @@ -65,7 +65,7 @@ textbox:not(.padded) .textbox-input-box { .textbox-input-box { -moz-box-align: center; - -moz-border-radius: 3px; + border-radius: 3px; } /* ::::: history button ::::: */ @@ -74,7 +74,7 @@ textbox:not(.padded) .textbox-input-box { min-width: 15px; min-height: 15px; background-color: #000000; - -moz-border-radius: 0px 3px 3px 0px; + border-radius: 0px 3px 3px 0px; } .autocomplete-history-dropmarker, diff --git a/LCARStrek/global/button.css b/LCARStrek/global/button.css index 801281e1..5ddebe74 100644 --- a/LCARStrek/global/button.css +++ b/LCARStrek/global/button.css @@ -42,7 +42,7 @@ /* :::::::::: button :::::::::: */ button { - -moz-border-radius: 3px; + border-radius: 3px; margin: 1px 2px; min-width: 6.3em; border: none; @@ -52,7 +52,7 @@ button { } .button-box { - -moz-border-radius: 3px; + border-radius: 3px; border: 1px solid transparent; padding-top: 1px; padding-bottom: 2px; @@ -65,7 +65,7 @@ button { } .button-text { - -moz-border-radius: 3px; + border-radius: 3px; margin: 0px !important; text-align: center; } @@ -156,7 +156,7 @@ button[type="menu-button"] { .button-menu-dropmarker, .button-menubutton-dropmarker { - -moz-border-radius: 3px; + border-radius: 3px; margin: 1px; width: 11px; height: 11px; diff --git a/LCARStrek/global/checkbox.css b/LCARStrek/global/checkbox.css index d3f47bea..44908c40 100644 --- a/LCARStrek/global/checkbox.css +++ b/LCARStrek/global/checkbox.css @@ -92,7 +92,7 @@ checkbox[disabled="true"] { /* ::::: checkmark image ::::: */ .checkbox-check { - -moz-border-radius: 2px; + border-radius: 2px; border: 1px solid #FF9F00; width: 12px; height: 12px; diff --git a/LCARStrek/global/colorpicker.css b/LCARStrek/global/colorpicker.css index 4bc1bdae..f85cae23 100644 --- a/LCARStrek/global/colorpicker.css +++ b/LCARStrek/global/colorpicker.css @@ -46,7 +46,7 @@ colorpicker[type="button"] { width: 34px; height: 20px; - -moz-border-radius: 3px; + border-radius: 3px; border: 1px solid #9C9CFF; padding: 3px; } @@ -71,7 +71,7 @@ colorpicker[type="button"][open="true"] > .colorpicker-button-internal-box { width: 20px; height: 20px; margin: 1px; - -moz-border-radius: 3px; + border-radius: 3px; border : 1px solid #9C9CFF; } diff --git a/LCARStrek/global/config.css b/LCARStrek/global/config.css index 5da2f377..37335606 100644 --- a/LCARStrek/global/config.css +++ b/LCARStrek/global/config.css @@ -56,7 +56,7 @@ background: #000000; color: #FF9F00; border: 1px solid #9C9FFF; - -moz-border-radius: 10px; + border-radius: 10px; padding: 3em; -moz-padding-start: 30px; -moz-margin-start: 1em; diff --git a/LCARStrek/global/datetimepicker.css b/LCARStrek/global/datetimepicker.css index 53e5430e..3f45a0f9 100644 --- a/LCARStrek/global/datetimepicker.css +++ b/LCARStrek/global/datetimepicker.css @@ -53,7 +53,7 @@ datepicker, timepicker { .datetimepicker-input-box { cursor: text; -moz-margin-end: 2px; - -moz-border-radius: 3px; + border-radius: 3px; border: 1px solid #9C9CFF; padding: 2px 0 3px; -moz-padding-start: 4px; @@ -93,7 +93,7 @@ timepicker[disabled="true"] { .datepicker-mainbox { margin: 2px 4px; - -moz-border-radius: 3px; + border-radius: 3px; border: 1px solid #9C9CFF; background-color: #000000; color: #FF9F00; diff --git a/LCARStrek/global/dialog.css b/LCARStrek/global/dialog.css index 6b867a0a..57e1f441 100644 --- a/LCARStrek/global/dialog.css +++ b/LCARStrek/global/dialog.css @@ -59,7 +59,7 @@ dialog { /* ::::: dialog header ::::: */ dialogheader { - -moz-border-radius: 8px; + border-radius: 8px; margin: 0px; padding: 1px 12px; background-color: #FF9F00; diff --git a/LCARStrek/global/dirListing/dirListing.css b/LCARStrek/global/dirListing/dirListing.css index 9d57a16e..21ca23ae 100644 --- a/LCARStrek/global/dirListing/dirListing.css +++ b/LCARStrek/global/dirListing/dirListing.css @@ -45,7 +45,7 @@ body { border: 1px solid #9C9CFF; - -moz-border-radius: 10px; + border-radius: 10px; padding: 3em; min-width: 30em; max-width: 65em; diff --git a/LCARStrek/global/filefield.css b/LCARStrek/global/filefield.css index ffe141c8..a41d2a9f 100644 --- a/LCARStrek/global/filefield.css +++ b/LCARStrek/global/filefield.css @@ -40,7 +40,7 @@ /* File Field Widget */ filefield { - -moz-border-radius: 3px; + border-radius: 3px; margin: 2px 3px; border: 1px solid #8050B0; color: #8050B0; diff --git a/LCARStrek/global/findBar.css b/LCARStrek/global/findBar.css index edb20207..74603862 100644 --- a/LCARStrek/global/findBar.css +++ b/LCARStrek/global/findBar.css @@ -68,12 +68,12 @@ findbar { } .findbar-textbox[status="notfound"] { - -moz-box-shadow: 0 0 0 1em #FF0000 inset; + box-shadow: 0 0 0 1em #FF0000 inset; color: #000000; } .findbar-textbox[flash="true"] { - -moz-box-shadow: 0 0 0 1em #FFCF00 inset; + box-shadow: 0 0 0 1em #FFCF00 inset; color: #000000; } diff --git a/LCARStrek/global/global.css b/LCARStrek/global/global.css index 927b699a..f5eda352 100644 --- a/LCARStrek/global/global.css +++ b/LCARStrek/global/global.css @@ -163,14 +163,14 @@ statusbar { } .statusbar-left { - -moz-border-radius: 9px 0px 0px 9px; + border-radius: 9px 0px 0px 9px; background-color: #6000CF; width: 13px; -moz-margin-end: 3px; } .statusbar-right { - -moz-border-radius: 0px 9px 9px 0px; + border-radius: 0px 9px 9px 0px; background-color: #6000CF; width: 13px; -moz-margin-start: 3px; diff --git a/LCARStrek/global/groupbox.css b/LCARStrek/global/groupbox.css index 502493c9..960945bb 100644 --- a/LCARStrek/global/groupbox.css +++ b/LCARStrek/global/groupbox.css @@ -44,7 +44,7 @@ /* ::::: groupbox ::::: */ groupbox { - -moz-border-radius: 5px; + border-radius: 5px; margin: 3px 2px; border: 2px solid #9C9CFF; padding-top: 3px; @@ -58,7 +58,7 @@ groupbox { } caption { - -moz-border-radius: 7px; + border-radius: 7px; margin: 0px 6px 2px; padding: 0px 3px; background-color: #9C9CFF; diff --git a/LCARStrek/global/listbox.css b/LCARStrek/global/listbox.css index b2bd910d..2f5a6d3c 100644 --- a/LCARStrek/global/listbox.css +++ b/LCARStrek/global/listbox.css @@ -32,7 +32,7 @@ /* ::::: listbox ::::: */ listbox { - -moz-border-radius: 5px; + border-radius: 5px; margin: 1px 2px; padding: 0px; border: 1px solid #9C9CFF; diff --git a/LCARStrek/global/media/videocontrols.css b/LCARStrek/global/media/videocontrols.css index 4f11c9f5..fa8cbfa3 100644 --- a/LCARStrek/global/media/videocontrols.css +++ b/LCARStrek/global/media/videocontrols.css @@ -89,7 +89,7 @@ /* margin left/right: make bar 8px wide (control width = 28, minus 2 * 10 margin) */ margin: 0px 10px; background-color: rgba(0,0,0,0.5); - -moz-border-radius: 4px 4px; + border-radius: 4px 4px; } @@ -111,7 +111,7 @@ /* margin left/right: 1/2 of scrubber thumb width, for overhang. */ margin: 10px 22px; background-color: rgba(0,0,0,0.75); - -moz-border-radius: 4px 4px; + border-radius: 4px 4px; } .bufferBar, .progressBar { @@ -132,13 +132,13 @@ * compositing gives it a different visual appearance. */ background-color: rgba(255,159,0,0.75); - -moz-border-radius: 4px 4px; + border-radius: 4px 4px; -moz-appearance: none; } .progressBar .progress-bar { background-color: #008484; - -moz-border-radius: 4px 0px 0px 4px; + border-radius: 4px 0px 0px 4px; -moz-appearance: none; } diff --git a/LCARStrek/global/menu.css b/LCARStrek/global/menu.css index 4eab8323..901db94d 100644 --- a/LCARStrek/global/menu.css +++ b/LCARStrek/global/menu.css @@ -116,10 +116,7 @@ popup > menuitem { menulist > menupopup > menuitem, .menulist-menupopup > menu, menulist > menupopup > menu { - padding-top: 1px; - padding-bottom: 1px; - -moz-padding-start: 1px; - -moz-padding-end: 22px; + padding: 1px 5px; max-width: none; } diff --git a/LCARStrek/global/menulist.css b/LCARStrek/global/menulist.css index 54b29a39..09feabda 100644 --- a/LCARStrek/global/menulist.css +++ b/LCARStrek/global/menulist.css @@ -45,7 +45,7 @@ /* :::::::::: menulist :::::::::: */ menulist { - -moz-border-radius: 3px; + border-radius: 3px; margin: 2px 4px; border: 1px solid #9C9CFF; background-color: #000000; @@ -101,7 +101,7 @@ menulist[disabled="true"] { /* ..... dropmarker ..... */ .menulist-dropmarker { - -moz-border-radius: 0px 3px 3px 0px; + border-radius: 0px 3px 3px 0px; min-width: 15px; border: none; border-left: 1px solid #9C9CFF; diff --git a/LCARStrek/global/netError.css b/LCARStrek/global/netError.css index d2465caf..b4e84b03 100644 --- a/LCARStrek/global/netError.css +++ b/LCARStrek/global/netError.css @@ -46,7 +46,7 @@ ul { max-width: 52em; margin: 4em auto; border: 1px solid #9C9FFF; - -moz-border-radius: 10px; + border-radius: 10px; padding: 3em; -moz-padding-start: 30px; background: url("chrome://global/skin/icons/alert-exclam.gif") left 0 no-repeat #000000; @@ -119,7 +119,7 @@ body[dir="rtl"] #brand { background-color: #FFCF00; color: #000000; padding: 10px; - -moz-border-radius: 10px; + border-radius: 10px; } /* Custom styling for 'blacklist' error class */ diff --git a/LCARStrek/global/notification.css b/LCARStrek/global/notification.css index ce6108ff..689be2ba 100644 --- a/LCARStrek/global/notification.css +++ b/LCARStrek/global/notification.css @@ -4,7 +4,7 @@ notification { background-color : #FFCF00; color: #000000; text-shadow: none; - -moz-border-radius: 8px; + border-radius: 8px; } notification[type="info"] { diff --git a/LCARStrek/global/numberbox.css b/LCARStrek/global/numberbox.css index d33cc80f..d210d4d9 100644 --- a/LCARStrek/global/numberbox.css +++ b/LCARStrek/global/numberbox.css @@ -53,7 +53,7 @@ html|*.numberbox-input { } .numberbox-input-box { - -moz-border-radius: 3px 0px 0px 3px; + border-radius: 3px 0px 0px 3px; -moz-box-align: center; cursor: text; border: 1px solid #9C9CFF; @@ -64,12 +64,12 @@ html|*.numberbox-input { } .numberbox-input-box[hidespinbuttons="true"] { - -moz-border-radius: 3px; + border-radius: 3px; border-right-width: 1px; } textbox[type="number"] > spinbuttons { - -moz-border-radius: 0px 3px 3px 0px; + border-radius: 0px 3px 3px 0px; border: 1px solid #9C9CFF; border-left-width: 0px; } diff --git a/LCARStrek/global/plugins.css b/LCARStrek/global/plugins.css index 2c797260..7d1d06e6 100644 --- a/LCARStrek/global/plugins.css +++ b/LCARStrek/global/plugins.css @@ -46,7 +46,7 @@ body { } a:link, a:visited, a:active { - -moz-border-radius: 3px; + border-radius: 3px; color: #FFCF00; background-color: #000000; text-decoration: none; @@ -71,7 +71,7 @@ div#outside { } div#plugs { - -moz-border-radius: 15px; + border-radius: 15px; background-color: #008484; color: #000000; padding: 3px; @@ -91,7 +91,7 @@ div#findmore { } div.plugname { - -moz-border-radius: 10px; + border-radius: 10px; background-color: #E7ADE7; color: #000000; padding: 2px; @@ -117,7 +117,7 @@ table { color: #E7ADE7; text-align: left; width: 100%; - -moz-border-radius: 10px; + border-radius: 10px; border: 1px solid #9C9FFF; border-spacing: 0px; } @@ -143,7 +143,7 @@ th, td { } th:first-child { - -moz-border-radius: 9px 0px 0px 0px; + border-radius: 9px 0px 0px 0px; } th.type, th.suff { @@ -155,5 +155,5 @@ th.desc { } th:last-child { - -moz-border-radius: 0px 9px 0px 0px; + border-radius: 0px 9px 0px 0px; } diff --git a/LCARStrek/global/popup.css b/LCARStrek/global/popup.css index aa0a00cf..f232950d 100644 --- a/LCARStrek/global/popup.css +++ b/LCARStrek/global/popup.css @@ -52,7 +52,7 @@ panel { } tooltip { - -moz-border-radius: 3px; + border-radius: 3px; background-color: #9C9CFF; border: 1px solid #FFCF00; color: #000000; diff --git a/LCARStrek/global/preferences.css b/LCARStrek/global/preferences.css index 4feb3f8c..be9edc80 100644 --- a/LCARStrek/global/preferences.css +++ b/LCARStrek/global/preferences.css @@ -78,7 +78,7 @@ radio[pane] { margin: 0px 1px; padding: 1px 3px; min-width: 4.5em; - -moz-border-radius: 5px; + border-radius: 5px; } .paneSelector { diff --git a/LCARStrek/global/radio.css b/LCARStrek/global/radio.css index 4cb32ff8..5ad2ab75 100644 --- a/LCARStrek/global/radio.css +++ b/LCARStrek/global/radio.css @@ -95,7 +95,7 @@ radio[disabled="true"] { /* -moz-box-align: center; -moz-box-pack: center; */ border: 1px solid #FF9F00; - -moz-border-radius: 50%; + border-radius: 50%; width: 10px; height: 10px; background-color: #000000; @@ -103,7 +103,7 @@ radio[disabled="true"] { } .radio-check-box2 { - -moz-border-radius: 50%; + border-radius: 50%; padding: 1px; width: 8px; height: 8px; diff --git a/LCARStrek/global/richlistbox.css b/LCARStrek/global/richlistbox.css index d83468c6..b7f9beaf 100644 --- a/LCARStrek/global/richlistbox.css +++ b/LCARStrek/global/richlistbox.css @@ -40,7 +40,7 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); richlistbox { - -moz-border-radius: 5px; + border-radius: 5px; border: 1px solid #9C9CFF; margin: 2px 4px; background-color: #000000; diff --git a/LCARStrek/global/scrollbars.css b/LCARStrek/global/scrollbars.css index 04b58a7b..3ec196c0 100644 --- a/LCARStrek/global/scrollbars.css +++ b/LCARStrek/global/scrollbars.css @@ -146,14 +146,14 @@ scrollcorner { scrollbarbutton[type="increment"] { background-image: url("chrome://global/skin/scrollbar/arrow-right.png"); - -moz-border-radius: 0 50% 50% 0; + border-radius: 0 50% 50% 0; margin: 0px; -moz-margin-start: 3px; } scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] { background-image: url("chrome://global/skin/scrollbar/arrow-down.png"); - -moz-border-radius: 0 0 50% 50%; + border-radius: 0 0 50% 50%; margin: 3px 0px 0px; } @@ -161,14 +161,14 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="increment"] { scrollbarbutton[type="decrement"] { background-image: url("chrome://global/skin/scrollbar/arrow-left.png"); - -moz-border-radius: 50% 0 0 50%; + border-radius: 50% 0 0 50%; margin: 0px; -moz-margin-end: 3px; } scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"] { background-image: url("chrome://global/skin/scrollbar/arrow-up.png"); - -moz-border-radius: 50% 50% 0 0; + border-radius: 50% 50% 0 0; margin: 0px 0px 3px; } diff --git a/LCARStrek/global/spinbuttons.css b/LCARStrek/global/spinbuttons.css index 3c67a57e..0eeee086 100644 --- a/LCARStrek/global/spinbuttons.css +++ b/LCARStrek/global/spinbuttons.css @@ -43,7 +43,7 @@ spinbuttons { } .spinbuttons-button { - -moz-border-radius: 3px; + border-radius: 3px; min-width: 9px; min-height: 9px; margin: 0 !important; @@ -52,7 +52,7 @@ spinbuttons { } .spinbuttons-button > .button-box { - -moz-border-radius: 3px; + border-radius: 3px; border: 0; padding: 0; margin: 0; diff --git a/LCARStrek/global/tabbox.css b/LCARStrek/global/tabbox.css index 52721ddd..b6a54a49 100644 --- a/LCARStrek/global/tabbox.css +++ b/LCARStrek/global/tabbox.css @@ -56,7 +56,7 @@ /* tabpanel is the box in which contents show up */ tabpanels { - -moz-border-radius: 5px; + border-radius: 5px; border: 1px solid #9C9CFF; padding: 5px; background-color: #000000; @@ -66,7 +66,7 @@ tabpanels { /* ::::: tab ::::: */ tab { - -moz-border-radius: 8px 8px 0px 0px; + border-radius: 8px 8px 0px 0px; margin-top: 2px; border: 1px solid #9C9CFF; border-bottom: none; @@ -113,7 +113,7 @@ tab:first-of-type[selected="true"] { ::::: */ .tab-bottom { - -moz-border-radius: 0px 0px 8px 8px; + border-radius: 0px 0px 8px 8px; margin-top: 0; margin-bottom: 2px; border: 1px solid #9C9CFF; diff --git a/LCARStrek/global/textbox.css b/LCARStrek/global/textbox.css index a564909b..7a21b855 100644 --- a/LCARStrek/global/textbox.css +++ b/LCARStrek/global/textbox.css @@ -45,7 +45,7 @@ /* ::::: textbox ::::: */ textbox { - -moz-border-radius: 3px; + border-radius: 3px; -moz-outline-radius: 5px; cursor: text; margin: 1px 2px; @@ -59,7 +59,7 @@ textbox { html|*.textbox-input, html|*.textbox-textarea { - -moz-border-radius: 3px; + border-radius: 3px; margin: 0px !important; border: none !important; padding: 0px !important; diff --git a/LCARStrek/global/toolbar.css b/LCARStrek/global/toolbar.css index 1f144c22..83573a0f 100644 --- a/LCARStrek/global/toolbar.css +++ b/LCARStrek/global/toolbar.css @@ -76,7 +76,7 @@ toolbar#toolbar-menubar > .toolbar-box > .toolbar-holder { toolbargrippy, .toolbar-startcap, .menubar-startcap { - -moz-border-radius: 8px 0px 0px 8px; + border-radius: 8px 0px 0px 8px; -moz-box-orient: vertical; -moz-box-align: center; background-color: #FF9F00; @@ -94,7 +94,7 @@ toolbargrippy:hover { .toolbar-endcap, .menubar-endcap { - -moz-border-radius: 0px 8px 8px 0px; + border-radius: 0px 8px 8px 0px; background-color: #FF9F00; border: none; border-left: 3px solid black; @@ -106,7 +106,7 @@ toolbargrippy:hover { toolbargrippy[tbgrippy-collapsed="true"] { -moz-box-orient: horizontal; - -moz-border-radius: 4px 0px 0px 4px; + border-radius: 4px 0px 0px 4px; margin-bottom: 3px; width: 30px; /* height gets set to the width of the uncollapsed grippy by default @@ -169,7 +169,7 @@ toolbarpaletteitem { .toolbarpaletteitem-box[type="spacer"], .toolbarpaletteitem-box[type="spring"] { - -moz-border-radius: 5px; + border-radius: 5px; border: 1px solid #9C9CFF; background-color: #000000 !important; } diff --git a/LCARStrek/global/toolbarbutton.css b/LCARStrek/global/toolbarbutton.css index b8b888af..ff483573 100644 --- a/LCARStrek/global/toolbarbutton.css +++ b/LCARStrek/global/toolbarbutton.css @@ -46,7 +46,7 @@ /* ::::: toolbarbutton ::::: */ toolbarbutton { - -moz-border-radius: 3px; + border-radius: 3px; -moz-box-align: center; -moz-box-pack: center; margin: 0px; @@ -207,7 +207,7 @@ toolbarbutton[disabled="true"]:hover:active > toolbarbutton.toolbarbutton-menubu /* .......... dropmarker .......... */ .toolbarbutton-menubutton-dropmarker { - -moz-border-radius: 3px; + border-radius: 3px; -moz-box-align: start; padding: 3px 1px 1px; border: none; diff --git a/LCARStrek/global/tree.css b/LCARStrek/global/tree.css index 54c1da65..1831ce70 100644 --- a/LCARStrek/global/tree.css +++ b/LCARStrek/global/tree.css @@ -46,7 +46,7 @@ /* ::::: tree ::::: */ tree { - -moz-border-radius: 5px; + border-radius: 5px; margin: 0px; border: 1px solid #9C9CFF; background-color: #000000; @@ -260,15 +260,15 @@ treecol { } treecol:first-child { - -moz-border-radius-topleft: 3px; + border-top-left-radius: 3px; } tree[hidecolumnpicker] treecol:last-child { - -moz-border-radius-topright: 3px; + border-top-right-radius: 3px; } treecolpicker { - -moz-border-radius-topright: 3px; + border-top-right-radius: 3px; -moz-box-align: center; -moz-box-pack: center; border: 1px solid #FF9F00; diff --git a/LCARStrek/global/webConsole.css b/LCARStrek/global/webConsole.css index 8772cb45..dcb30d22 100644 --- a/LCARStrek/global/webConsole.css +++ b/LCARStrek/global/webConsole.css @@ -39,6 +39,10 @@ border-bottom: 3px solid #000000; } +.hud-group label { + padding-left: 1em; +} + .hud-outer-wrapper { width: 100%; height: 100%; @@ -61,6 +65,11 @@ -moz-user-focus: normal; } +.hud-clickable { + cursor: pointer !important; + text-decoration: underline; +} + .hud-output-node .hud-network { color: blue; } @@ -90,7 +99,7 @@ margin-top: 0.3em; margin-bottom: 0.3em; padding-left: 0.3em; - border-bottom: 1px solid #eee; + /* border-bottom: 1px solid #eee; */ } .hud-output-node { @@ -141,7 +150,6 @@ } .jsterm-input-node { - width: 98%; font-family: monospace; font-size: 9pt; background: url("chrome://global/skin/icons/commandline.png") 4px 3px no-repeat !important; @@ -154,10 +162,24 @@ } .jsterm-output-line { - font-size: 1.2em; + font-size: 1em; } .hud-console-filter-toolbar { padding: 1px 0px; -moz-box-align: center; } + +.jsterm-close-button { + background: none !important; + border: none !important; + list-style-image: url("chrome://global/skin/icons/close-button.gif"); + margin: 0px !important; + min-width: 0px !important; + padding: 1px 3px 1px 7px !important; + -moz-user-focus: ignore; +} + +.jsterm-close-button:hover, .jsterm-close-button:active { + list-style-image: url("chrome://global/skin/icons/close-button-hover.gif"); +} diff --git a/LCARStrek/global/webConsole_networkPanel.css b/LCARStrek/global/webConsole_networkPanel.css new file mode 100644 index 00000000..096c7b0c --- /dev/null +++ b/LCARStrek/global/webConsole_networkPanel.css @@ -0,0 +1,103 @@ +/* ***** BEGIN LICENSE BLOCK ***** + * Version: MPL 1.1/GPL 2.0/LGPL 2.1 + * + * The contents of this file are subject to the Mozilla Public License Version + * 1.1 (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * http://www.mozilla.org/MPL/ + * + * Software distributed under the License is distributed on an "AS IS" basis, + * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + * for the specific language governing rights and limitations under the + * License. + * + * The Original Code is DevTools code + * + * The Initial Developer of the Original Code is + * Mozilla Corporation + * Portions created by the Initial Developer are Copyright (C) 2010 + * the Initial Developer. All Rights Reserved. + * + * Contributor(s): + * Joe Walker + * Julian Viereck + * + * 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 + * 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 + * under the terms of either the GPL or the LGPL, and not to allow others to + * use your version of this file under the terms of the MPL, indicate your + * decision by deleting the provisions above and replace them with the notice + * and other provisions required by the GPL or the LGPL. If you do not delete + * the provisions above, a recipient may use your version of this file under + * the terms of any one of the MPL, the GPL or the LGPL. + * + * ***** END LICENSE BLOCK ***** */ + +body { + font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; + font-size: 11px; + background: #000000; +} + +div#header { + padding: 5px; + overflow-x:auto; +} + +h1 { + font-size: 13px; + padding: 2px 10px; + margin: 0px; + border-bottom: 1px solid #9C9CFF; +} + +h1 .info { + font-size: 11px; + float: right; + color: #9C9CFF; + padding-right: 3px; +} + +div.property-header { + padding: 2px 5px; + color: #9C9CFF; + max-height: 330px; + overflow-y: auto; + overflow-x: auto; + white-space: pre-wrap; +} + +span.property-name { + font-size: 11px; + font-weight: bold; + padding-right: 4px; + color: #FF9F00; +} + +span.property-value { + padding-right: 5px; + font-size: 11px; +} + +div.group { + margin-top: 10px; +} + +div.group, div#header { + background: #000000; + border-color: #9C9CFF; + border-style: solid; + border-width: 1px; + border-radius: 4px 4px 4px 4px; +} + +img#responseImageNode { + max-width: 100%; +} + +#responseImageNodeDiv { + padding: 5px; +} diff --git a/LCARStrek/messenger-newsblog/feed-subscriptions.css b/LCARStrek/messenger-newsblog/feed-subscriptions.css index d9b47c61..65395341 100644 --- a/LCARStrek/messenger-newsblog/feed-subscriptions.css +++ b/LCARStrek/messenger-newsblog/feed-subscriptions.css @@ -57,7 +57,7 @@ #rssFeedInfoBox { border: 1px solid #9C9CFF; - -moz-border-radius: 0px; + border-radius: 0px; margin: 4px; padding: 0px; } diff --git a/LCARStrek/messenger/accountCentral.css b/LCARStrek/messenger/accountCentral.css index 5238b93c..15f62108 100644 --- a/LCARStrek/messenger/accountCentral.css +++ b/LCARStrek/messenger/accountCentral.css @@ -60,7 +60,7 @@ separator.thin { #acctCentralHeaderRow { margin: 5px; background-color: #FF9F00; - -moz-border-radius: 10px; + border-radius: 10px; color: #000000; font-weight: bold; font-size: 20px; @@ -75,7 +75,7 @@ separator.thin { /* border-bottom: 1px solid #9C9CFF; */ background-color: #9C9CFF; padding-top: 3px; - -moz-border-radius: 7px; + border-radius: 7px; color: #000000; } @@ -95,7 +95,7 @@ separator.thin { cursor: pointer; color: #008484; padding: 0px 5px; - -moz-border-radius: 3px; + border-radius: 3px; text-decoration: none; } diff --git a/LCARStrek/messenger/messageBody.css b/LCARStrek/messenger/messageBody.css index 289394ab..4ccba253 100644 --- a/LCARStrek/messenger/messageBody.css +++ b/LCARStrek/messenger/messageBody.css @@ -127,7 +127,7 @@ span.moz-txt-formfeed { /* ::::: vcard ::::: */ .moz-vcard-table { - -moz-border-radius: 8px; + border-radius: 8px; border: thin solid #9C9CFF; margin-top: 10px; } diff --git a/LCARStrek/messenger/messageHeader.css b/LCARStrek/messenger/messageHeader.css index 3d1d5cea..2904b730 100644 --- a/LCARStrek/messenger/messageHeader.css +++ b/LCARStrek/messenger/messageHeader.css @@ -50,7 +50,7 @@ min-width: 1px; background-color: #E7ADE7; color: #000000; - -moz-border-radius: 8px; + border-radius: 8px; margin-bottom: 3px; } @@ -121,7 +121,7 @@ mail-urlfield { /* ::::: msg header message ids ::::: */ .messageIdDisplayButton { - -moz-border-radius: 3px; + border-radius: 3px; color: #008484; cursor: pointer; margin: 0px; @@ -141,7 +141,7 @@ mail-urlfield { /* ::::: msg header email addresses ::::: */ .emailDisplayButton { - -moz-border-radius: 3px; + border-radius: 3px; color: #008484; cursor: pointer; margin: 0px; diff --git a/LCARStrek/messenger/primaryToolbar.css b/LCARStrek/messenger/primaryToolbar.css index 753cfb69..e4fbd20f 100644 --- a/LCARStrek/messenger/primaryToolbar.css +++ b/LCARStrek/messenger/primaryToolbar.css @@ -498,7 +498,7 @@ toolbar[iconsize="small"] > #button-stop:not([disabled="true"]):hover:active { /* ::::: message notification bar style rules ::::: */ .msgNotificationBar { - -moz-border-radius: 7px; + border-radius: 7px; padding: 3px; margin-bottom: 3px; background-color: #FF9F00; diff --git a/LCARStrek/messenger/subscribe.css b/LCARStrek/messenger/subscribe.css index 27d499b4..8e5a54f3 100644 --- a/LCARStrek/messenger/subscribe.css +++ b/LCARStrek/messenger/subscribe.css @@ -104,7 +104,7 @@ treechildren::-moz-tree-image(nameColumn2, nntp) { /* ::::: statusbar adjustments :::::: */ #statusContainerBox { - -moz-border-radius: 9px; + border-radius: 9px; margin-top: 3px; -moz-padding-end: 9px; background-color: #8050B0; diff --git a/LCARStrek/mozapps/extensions/extensions.css b/LCARStrek/mozapps/extensions/extensions.css index 534a8892..50db5f2e 100644 --- a/LCARStrek/mozapps/extensions/extensions.css +++ b/LCARStrek/mozapps/extensions/extensions.css @@ -42,9 +42,50 @@ #view-port { border: 1px solid #9C9CFF; - -moz-border-radius: 5px; + border-radius: 5px; } +/*** global warnings ***/ + +.global-warning { + -moz-box-align: center; + padding: 0 8px; + color: #000000; + font-weight: bold; +} + +#addons-page[warning] .global-warning-container { + background-color: #FFCF00; +} + +#detail-view .global-warning { + padding: 4px 12px; + border-bottom: 3px solid #000000; +} + +/*** notification icons ***/ + +.warning-icon { + list-style-image: url("chrome://global/skin/icons/warning-16.png"); + width: 16px; + height: 16px; + margin: 3px 0; +} + +.error-icon { + list-style-image: url("chrome://global/skin/icons/error-16.png"); + width: 16px; + height: 16px; + margin: 3px 0; +} + +.pending-icon, +.info-icon { + list-style-image: url("chrome://global/skin/icons/information-16.png"); + width: 16px; + height: 16px; + margin: 3px 0; +} /*** category selector ***/ @@ -68,13 +109,13 @@ } .category:-moz-locale-dir(ltr) { - -moz-border-radius-topleft: 5px; - -moz-border-radius-bottomleft: 5px; + border-top-left-radius: 5px; + border-bottom-left-radius: 5px; } .category:-moz-locale-dir(rtl) { - -moz-border-radius-topright: 5px; - -moz-border-radius-bottomright: 5px; + border-top-right-radius: 5px; + border-bottom-right-radius: 5px; } .category[disabled] { @@ -103,7 +144,7 @@ background-color: #E7ADE7; padding: 2px 8px; margin: 6px 0px; - -moz-border-radius: 100%; + border-radius: 10000px; color: #000000; font-weight: bold; text-align: center; @@ -175,7 +216,7 @@ } .view-header { - -moz-border-radius: 8px; + border-radius: 8px; padding: 0px 4em; margin: 3px; } @@ -193,7 +234,7 @@ border-left: 3px solid #000000; border-right: 3px solid #000000; background-color: transparent; - -moz-border-radius: 0; + border-radius: 0; padding: 0px 6px; margin: 0px 6px; min-width: 12px !important; @@ -266,29 +307,23 @@ max-height: 48px; } -.addon[type="theme"] .icon { +.addon-view[type="theme"] .icon { list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png"); } -.addon[type="locale"] .icon { +.addon-view[type="locale"] .icon { list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png"); } -.addon[type="plugin"] .icon { +.addon-view[type="plugin"] .icon { list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); } -.name, -.version, -.update-postfix { +.name-container { font-size: 150%; margin-bottom: 0px; } -.disabled-postfix { - font-size: 130%; -} - .description-container { margin-top: 8px; -moz-margin-start: 6px; @@ -302,71 +337,44 @@ -moz-margin-start: 48px; } -.addon:not([selected]) .warning { +.addon-view:not([selected]) .warning { color: #FFCF00; } -.addon:not([selected]) .error { +.addon-view:not([selected]) .error { color: #FF0000; } -.addon:not([selected]) .pending { +.addon-view:not([selected]) .pending { color: #008484; } -.addon .warning-icon { - list-style-image: url("chrome://global/skin/icons/warning-16.png"); - width: 16px; - height: 16px; - margin: 0; -} - -.addon .error-icon { - list-style-image: url("chrome://global/skin/icons/error-16.png"); - width: 16px; - height: 16px; - margin: 0; -} - -.addon .pending-icon, -.addon .info-icon { - list-style-image: url("chrome://global/skin/icons/information-16.png"); - width: 16px; - height: 16px; - margin: 0; -} - -.addon[notification="warning"] { +.addon-view[notification="warning"] { background-color : #FFCF00; color: #000000; } -.addon[notification="error"] { +.addon-view[notification="error"] { background-color: #FF0000; color: #000000; } -.addon[notification="info"] { +.addon-view[notification="info"] { background-color: #9C9CFF; color: #000000; } -.addon[pending="enable"], -.addon[pending="upgrade"], -.addon[pending="install"] { +.addon-view[pending="enable"], +.addon-view[pending="upgrade"], +.addon-view[pending="install"] { background-color: #008484; } -.addon[pending="disable"], -.addon[pending="uninstall"] { +.addon-view[pending="disable"], +.addon-view[pending="uninstall"] { color: #8050B0; } - -.remove-container { - width: 16px; -} - /*** item - uninstalled ***/ .addon[status="uninstalled"] { @@ -377,7 +385,7 @@ -moz-box-align: center; padding: 4px 20px; background-color: #8050B0; - -moz-border-radius: 8px; + border-radius: 8px; font-size: 120%; } @@ -386,7 +394,6 @@ } - /*** search view ***/ #search-filter { @@ -404,7 +411,7 @@ .search-filter-radio { padding: 0px 6px; margin: 0px 3px; - -moz-border-radius: 100%; + border-radius: 10000px; } .search-filter-radio[selected] { @@ -426,15 +433,15 @@ opacity: 0.5; } -#detail-view > .loading { +#detail-view .loading { opacity: 0; } -#detail-view:not([loading]) > .loading { +#detail-view:not([loading]) .loading { visibility: collapse; } -#detail-view[loading-extended] > .loading { +#detail-view[loading-extended] .loading { -moz-box-align: center; -moz-box-pack: center; opacity: 1; @@ -442,75 +449,92 @@ -moz-transition-duration: 1s; } -#detail-view > .loading > image { +#detail-view .loading > image { list-style-image: url("chrome://global/skin/icons/loading.gif"); } .detail-view-container { overflow: auto; - padding: 10px 20px; -} - -.detail-basicinfo { - padding: 10px 0px; - -moz-box-align: center; + padding: 2em; + font-size: 110%; } -.detail-extra { - margin-top: 20px; +#detail-notifications { + margin-bottom: 2em; } -#detail-desc { - min-height: 40px; - margin-bottom: 20px; +#detail-notifications .warning, +#detail-notifications .pending, +#detail-notifications .error, +#detail-notifications .info { + -moz-margin-start: 0; } #detail-icon { - width: 32px; - height: 32px; -moz-margin-end: 10px; - list-style-image: url("chrome://mozapps/skin/extensions/extensionGeneric.png"); } -#detail-view[type="theme"] #detail-icon { - list-style-image: url("chrome://mozapps/skin/extensions/themeGeneric.png"); +#detail-summary { + margin-bottom: 2em; } -#detail-view[type="locale"] #detail-icon { - list-style-image: url("chrome://mozapps/skin/extensions/localeGeneric.png"); +#detail-name-container { + font-size: 200%; } -#detail-view[type="plugin"] #detail-icon { - list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); +#detail-screenshot { + -moz-margin-end: 2em; } -#detail-name { - font-size: 200%; +#detail-desc-container { + margin-bottom: 2em; + /* This is necessary to fix layout issues with multi-line descriptions, see + bug 592712*/ + outline: solid transparent; } -#detail-screenshot { - width: 140px; - height: 140px; - background-color: #9C9CFF; - margin: 0px 10px 0px 0px; +#detail-desc { + -moz-margin-start: 6px; + white-space: pre-wrap; +} + +#detail-contributions { + border-radius: 5px; + border: 1px solid #9C9CFF; + margin-bottom: 2em; + padding: 1em; + background: #FFCF00; } -.detail-prefs { - -moz-box-align: start; +#detail-contrib-description { + font-style: italic; + margin-bottom: 1em; } -.meta-label { - font-weight: bold; +#detail-contrib-suggested { + color: grey; } -#detail-notification { +#detail-contrib-button { + list-style-image: url("chrome://mozapps/skin/extensions/heart.png"); +} + +#detail-contrib-button .button-icon { + -moz-margin-end: 3px; +} + +#detail-grid { + margin-bottom: 2em; +} + +.detail-row, +.detail-row-complex { + border-bottom: 1px solid #9C9CFF; -moz-box-align: center; - -moz-box-pack: center; - margin: 0px 50px; - padding: 4px 20px; - background-color: #FFCF00; - -moz-border-radius: 8px; - font-size: 120%; +} + +.detail-row-value { + -moz-margin-start: 0; } @@ -556,7 +580,7 @@ .download-progress { background-color: #000000; - -moz-border-radius: 100%; + border-radius: 10000px; border: 1px solid #FF9F00; width: 200px; height: 24px; @@ -579,12 +603,12 @@ .download-progress .start-cap:-moz-locale-dir(ltr), .download-progress .end-cap:-moz-locale-dir(rtl) { - -moz-border-radius: 100% 0 0 100%; + border-radius: 10000px 0 0 10000px; } .download-progress .end-cap:-moz-locale-dir(ltr), .download-progress .start-cap:-moz-locale-dir(rtl) { - -moz-border-radius: 0 100% 100% 0; + border-radius: 0 10000px 10000px 0; } .download-progress .progress { @@ -600,7 +624,7 @@ border-width: 1px 0px 0px 1px; padding-right: 1px; border-style: solid; - -moz-border-radius: 100%; + border-radius: 10000px; min-width: 16px; width: 16px; height: 16px; @@ -638,28 +662,11 @@ font-weight: bold; } - -/*** buttons ***/ - -.remove-button { - padding: 0; - margin: 0; - list-style-image: url("chrome://global/skin/icons/delete.png"); - -moz-image-region: rect(0, 16px, 16px, 0px); -} - -.remove-button:hover, .remove-button:active { - -moz-image-region: rect(0, 32px, 16px, 16px); -} - -.remove-button .button-text { - display: none; +#update-selected { + margin: 12px; } -.contribute { - -moz-padding-start: 20px; - -moz-padding-end: 4px; -} +/*** buttons ***/ .button-link { background: transparent; diff --git a/LCARStrek/mozapps/passwordmgr/key-16.png b/LCARStrek/mozapps/passwordmgr/key-16.png new file mode 100644 index 0000000000000000000000000000000000000000..59948e0e2716fd99d85fc22bbb58cc90d0a52249 GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!93?!50ihlx9jKx9jP7LeL$-D$|I0Jk_T>o!p zm^0`9|CtOcf>nb-DoTR2t1bKOfI_aGE{-7_*F{fn6g;57!*WpBz%_u^)uQMPOQ^G;#e`K~ z>NhF>J;P{zA?V92gQD5tS3XVK=W=D?)y*&On@YMnTJXB+JbusKbAx{mV}M#I&_D)H LS3j3^P6o!p zm^0`9|CtOcf>nb-DoTR2t1bKOfI_aGE{-7_*F{fn6g;57!*WpBz%_u^)uQMPOQ^G;#e`K~ z>NhF>J;P{zA?V92gQD5tS3XVK=W=D?)y*&On@YMnTJXB+JbusKbAx{mV}M#I&_D)H LS3j3^P6 #window-controls > toolbarbutton > .toolbarbutton-icon { } #urlbar { - -moz-border-radius: 5px; + border-radius: 5px; margin: 0; -moz-margin-start: 3px; } #urlbar > .autocomplete-textbox-container { - -moz-border-radius: 3px 0 0 3px; + border-radius: 3px 0 0 3px; padding: 2px; } -- 2.35.3