update both themes to toolkit winstripe changes up to 2010-09-24
authorRobert Kaiser <robert@notebook.box.kairo.at>
Sun, 26 Sep 2010 19:18:38 +0000 (21:18 +0200)
committerRobert Kaiser <robert@notebook.box.kairo.at>
Sun, 26 Sep 2010 19:18:38 +0000 (21:18 +0200)
80 files changed:
EarlyBlue/chatzilla/output-dark.css
EarlyBlue/chatzilla/output-light.css
EarlyBlue/editor/EdImageMapPage.css
EarlyBlue/global/config.css
EarlyBlue/global/dirListing/dirListing.css
EarlyBlue/global/findBar.css
EarlyBlue/global/menu.css
EarlyBlue/global/radio.css
EarlyBlue/global/webConsole.css
EarlyBlue/global/webConsole_networkPanel.css [new file with mode: 0644]
EarlyBlue/messenger/messageBody.css
EarlyBlue/mozapps/extensions/extensions.css
EarlyBlue/mozapps/passwordmgr/key-16.png [new file with mode: 0644]
EarlyBlue/mozapps/passwordmgr/key-64.png [new file with mode: 0644]
EarlyBlue/mozapps/plugins/pluginProblem.css
EarlyBlue/mozapps/update/updates.css
EarlyBlue/navigator/navigator.css
LCARStrek/browser/pref/pref.css
LCARStrek/chatzilla/chatzilla.css
LCARStrek/chatzilla/output-dark.css
LCARStrek/chatzilla/output-default.css
LCARStrek/chatzilla/output-light.css
LCARStrek/communicator/bookmarks/editBookmarkOverlay.css
LCARStrek/communicator/certError.css
LCARStrek/communicator/dialogOverlay.css
LCARStrek/communicator/feed-subscribe.css
LCARStrek/communicator/preferences.css
LCARStrek/communicator/search/internetresults.css
LCARStrek/communicator/sidebar/sidebar.css
LCARStrek/editor/EdImageMapPage.css
LCARStrek/global/about.css
LCARStrek/global/aboutCache.css
LCARStrek/global/autocomplete.css
LCARStrek/global/button.css
LCARStrek/global/checkbox.css
LCARStrek/global/colorpicker.css
LCARStrek/global/config.css
LCARStrek/global/datetimepicker.css
LCARStrek/global/dialog.css
LCARStrek/global/dirListing/dirListing.css
LCARStrek/global/filefield.css
LCARStrek/global/findBar.css
LCARStrek/global/global.css
LCARStrek/global/groupbox.css
LCARStrek/global/listbox.css
LCARStrek/global/media/videocontrols.css
LCARStrek/global/menu.css
LCARStrek/global/menulist.css
LCARStrek/global/netError.css
LCARStrek/global/notification.css
LCARStrek/global/numberbox.css
LCARStrek/global/plugins.css
LCARStrek/global/popup.css
LCARStrek/global/preferences.css
LCARStrek/global/radio.css
LCARStrek/global/richlistbox.css
LCARStrek/global/scrollbars.css
LCARStrek/global/spinbuttons.css
LCARStrek/global/tabbox.css
LCARStrek/global/textbox.css
LCARStrek/global/toolbar.css
LCARStrek/global/toolbarbutton.css
LCARStrek/global/tree.css
LCARStrek/global/webConsole.css
LCARStrek/global/webConsole_networkPanel.css [new file with mode: 0644]
LCARStrek/messenger-newsblog/feed-subscriptions.css
LCARStrek/messenger/accountCentral.css
LCARStrek/messenger/messageBody.css
LCARStrek/messenger/messageHeader.css
LCARStrek/messenger/primaryToolbar.css
LCARStrek/messenger/subscribe.css
LCARStrek/mozapps/extensions/extensions.css
LCARStrek/mozapps/passwordmgr/key-16.png [new file with mode: 0644]
LCARStrek/mozapps/passwordmgr/key-64.png [new file with mode: 0644]
LCARStrek/mozapps/plugins/pluginInstallerWizard.css
LCARStrek/mozapps/plugins/pluginProblem.css
LCARStrek/mozapps/pref/pref.css
LCARStrek/mozapps/update/updates.css
LCARStrek/mozapps/xpinstall/xpinstallConfirm.css
LCARStrek/navigator/navigator.css

index 80a856f6103a15061f8b3c361ec64b8b0cbd3e55..afed4e93726b5932da482c83eb64ede73ead52df 100644 (file)
@@ -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 {
index b8c2fa301d29dd9b88f82c435a15ab45660559bb..376c7569362fb81a70a6b0224d3902b2abfb02ff 100644 (file)
@@ -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 {
index 0c207993403561fd2f0587251ff3a0613317daf7..983cfa752da105548319f7744c25ec5688674a9c 100644 (file)
@@ -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;}
index ae5f17f714acd58d5d53f1b28b89868e98b640e8..621449e88d243122474472ec51b3a0255b6d7b9c 100644 (file)
@@ -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;
index a2afd972d1175efd9412534fcc05abeb50220347..a14b27ae1576823dcf49f3f92cb65d18ed540d0a 100644 (file)
@@ -45,7 +45,7 @@
 
 body {
   border: 1px solid #666699;
-  -moz-border-radius: 10px;
+  border-radius: 10px;
   padding: 3em;
   min-width: 30em;
   max-width: 65em;
index e5a4b2493386b19d1f6dba3ff289b1e177c39578..f7e35de418c0ccbb9bdae5699ac0a1a30a20da8f 100644 (file)
@@ -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;
 }
 
index 8db9524e3a8baf97ac78f061b1c265ba9a0b3dfc..70740c1717a534deb58a1f4b5d8bea84a9890ee7 100644 (file)
@@ -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;
 }
 
index 686fd2606bcd4a0867f1912b671b8d9b4c5d720a..803d83a48e511b28a1c2285dde2cccd552ba414c 100644 (file)
@@ -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;
index 0953184fb44347e683624d25b5f368b5fbd9ca2e..55670e38325bc41e705e949c7727ee997b6a6336 100644 (file)
   border-bottom: 1px solid #CCD0DD;
 }
 
+.hud-group label {
+  padding-left: 1em;
+}
+
 .hud-outer-wrapper {
   width: 100%; 
   height: 100%;
   -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 {
 }
 
 .jsterm-input-node {
-  width: 98%;
   font-family: monospace;
   font-size: 9pt;
   background: url("chrome://global/skin/icons/commandline.png") 4px 3px no-repeat !important;
 }
 
 .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 (file)
index 0000000..91543b8
--- /dev/null
@@ -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 <jwalker@mozilla.com>
+ *   Julian Viereck <jviereck@mozilla.com>
+ *
+ * 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;
+}
index dc1db49ddc060b5022523d94b13894848d945c0a..96793c47b78f9e890d567e5794fa34375bbcc47d 100644 (file)
@@ -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;
 }
index efbbfacdf973ee9b85a49d593522c6580f37e73d..8b770335b78565d0462a4b6ca6da10cf7cabd07d 100644 (file)
   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 ***/
 
   padding: 2px 8px;
   margin: 6px 0px;
   border: 1px outset #666699;
-  /* -moz-border-radius: 100%; */
   color: #FFFFFF;
   font-weight: bold;
   text-align: center;
   -moz-appearance: none;
   border: none;
   background-color: transparent;
-  /* -moz-border-radius: 100%; */
   padding: 0px 6px;
   margin: 0px 6px;
   min-width: 12px !important;
   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;
   -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"] {
   -moz-box-align: center;
   padding: 4px 20px;
   background-color: #808080;
-  -moz-border-radius: 8px;
+  border-radius: 8px;
   font-size: 120%;
 }
 
 }
 
 
-
 /*** search view ***/
 
 #search-filter {
   -moz-appearance: none;
   padding: 0px 6px;
   margin: 0px 3px;
-  -moz-border-radius: 100%;
+  border-radius: 10000px;
 }
 
 .search-filter-radio[selected] {
   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;
   -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;
 }
 
 
 
 .download-progress {
   background-color: #CCD0DD;
-  /* -moz-border-radius: 100%; */
   border: 1px solid #808080;
   width: 200px;
   height: 24px;
 
 .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 {
   border-style: solid;
   -moz-border-top-colors: #FFFFFF;
   -moz-border-left-colors: #FFFFFF;
-  /* -moz-border-radius: 100%; */
   min-width: 16px;
   width: 16px;
   height: 16px;
   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 (file)
index 0000000..85246a3
Binary files /dev/null and b/EarlyBlue/mozapps/passwordmgr/key-16.png differ
diff --git a/EarlyBlue/mozapps/passwordmgr/key-64.png b/EarlyBlue/mozapps/passwordmgr/key-64.png
new file mode 100644 (file)
index 0000000..85246a3
Binary files /dev/null and b/EarlyBlue/mozapps/passwordmgr/key-64.png differ
index a66c323bb09474f4c3388cd270aa2b6e7a25ca6d..e0b6f2ad0905a220a02e7d3c2a9665176714c52e 100644 (file)
@@ -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;
 }
index 0b54e023471960708b8df61f21ed6252bcc1c7a1..dce5c4b9e44288858f29ff786bedef292b11c5c7 100644 (file)
@@ -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;
index 657ede502f6f464a03ca8ec32a796a2dfa190fbd..0cc7299ecfe8f3d9846e4ae970fb002cf1fca0b1 100644 (file)
@@ -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;
 }
 
index 0ba8e18463cb9ecee04ea6c645d810fdf9f4098f..ffa5c4a0aebd56c0403d871ba82dc2aac699fa90 100644 (file)
@@ -89,7 +89,7 @@ expander {
   background-color: #E7ADE7;
   color: #000000;
   border: 1px solid #9C9CFF;
-  -moz-border-radius: 3px;
+  border-radius: 3px;
 }
 
 .themesLink {
index 9d3a9800871f0085eb8aa5149623613f43f56ae1..0ec23c159f2ae87315d89e41a5c7e6fe8e2357a7 100644 (file)
@@ -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;
 }
 
index bd0e9ad958e7a2c8effbd2b0cdee6c51babe5cea..a60d09e9ecd03e8fb66071c766ef0b4f76c3ce74 100644 (file)
@@ -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;
 }
 
index 87b0b32babd10182b1ee47af5ab6c82d5cf6d331..dac7e8c6a567200cfba4afd8cd578e06af50c2f8 100644 (file)
@@ -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
index 10ba67315a3854b50430b550faaa73bcf7d3e243..74e466cef8eb5c4f6197ef74182bf0641ec8a8bd 100644 (file)
@@ -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 {
index c6e6d24c34e3ecfc3363bc4116664bc079a3f68e..04b797ca8bcb77159877ec2616cdcba7a47ca2f1 100644 (file)
@@ -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;
index 2942a7db0ba2fe549990e7eccf4c804dd2cd0b8b..4a314494c59e012bb2e4af8b375286bdd8b0ede6 100644 (file)
@@ -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;
index c03db0e9ee84affd9740d8a83fcfef9949e26d02..70c49ea850bd489e6fbdc8994d13820f67db73f9 100644 (file)
@@ -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;
   }
index 4197aa754cb7b5f44ae9bb28f8db1ccca8b2b602..333727958ca23d4e4ff4386c57a973f45cc19354 100644 (file)
@@ -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;
 }
index 734a2ca73002328f48e3ff3a60e559b4cdff7999..a759186c8042e99e5f954ee84c1e4a4d659aa307 100644 (file)
@@ -45,7 +45,7 @@ prefwindow {
 }
 
 #categoryCol {
-  -moz-border-radius: 3px 3px 0px 0px;
+  border-radius: 3px 3px 0px 0px;
 }
 
 dialogheader {
index b5458303eccc8b2810d3dec0bff0765aca2a9f6d..9f1058da814c33d7d971e857f00f1eac534eddad 100644 (file)
@@ -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;
 }
index ee67f2d4b69bffc6602decd9af1872fc16827398..eb6bdfc0c1eab68bfa22165858a7d7d8da4fd65e 100644 (file)
 }
 
 .box-texttab > hbox {
-  -moz-border-radius: 5px;
+  border-radius: 5px;
   -moz-box-align: stretch;
   padding: 2px 0px;
   background-color: #FF9F00;
index 449dd3f4e518eebb45441e3f271822884fcc5320..b4fc4431cdac4edff2442096b6dc664f62ee1537 100644 (file)
@@ -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;}
index ea712c34ab4c63bbb40117836bf8b39fc8cd9f80..cf68269435bc0958a8bccdb033d10825653199e4 100644 (file)
@@ -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;
index 1f5cdb4f2ea15bc988d604a1b604117da50e5a27..92158410decd89aa101b30fcc84b5085e433c729 100644 (file)
@@ -48,7 +48,7 @@ table {
   width: 100%;\r
   margin-bottom: 1em;\r
   padding: 0.5em 0;\r
-  -moz-border-radius: 10px;\r
+  border-radius: 10px;\r
 }\r
 \r
 #disk,\r
index 975c77b8416bc5ecbf3f989627d8c35b11d55908..d09e4d5db46697206c5e707432071232ad2b1617 100644 (file)
@@ -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,
index 801281e151b4de5479677dfce75654a1da3a7ed6..5ddebe74b8204f4ed4272d0f6908d3c72f9294c5 100644 (file)
@@ -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;
index d3f47bea8223f8c27448e801795863299fd097f9..44908c40a0a1dc153ecadbcefd051ba7416753b6 100644 (file)
@@ -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;
index 4bc1bdaeedf901d05dc0cbe3e8be4e88b9bf209e..f85cae23e28cf3cf46dde7aff55f3c14ca3f1c93 100644 (file)
@@ -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;
 }
 
index 5da2f377a51bc8326888104392f4835d18d756da..37335606bb0f51dd9cf7c150b74c649378039eca 100644 (file)
@@ -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;
index 53e5430e91435d0c78a50ae93d1185def89e56bd..3f45a0f9d8d16717814afb5cb26410f45b1fa2c3 100644 (file)
@@ -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;
index 6b867a0a403245ca17e09b9ef33e0d52710cc89a..57e1f441e6e8ef8bbb2cf7c4d551cc7c572d7fa7 100644 (file)
@@ -59,7 +59,7 @@ dialog {
 /* ::::: dialog header ::::: */
 
 dialogheader {
-  -moz-border-radius: 8px;
+  border-radius: 8px;
   margin: 0px;
   padding: 1px 12px;
   background-color: #FF9F00;
index 9d57a16e6ba11ed747782656daf17187844bdcae..21ca23aedb930db00687fc8f77d8e516a11d8d00 100644 (file)
@@ -45,7 +45,7 @@
 
 body {
   border: 1px solid #9C9CFF;
-  -moz-border-radius: 10px;
+  border-radius: 10px;
   padding: 3em;
   min-width: 30em;
   max-width: 65em;
index ffe141c8a2e104412f2db443ba2f0922c2cae848..a41d2a9fc7ebb9c698a87de24bacee5b071499f5 100644 (file)
@@ -40,7 +40,7 @@
 
 /* File Field Widget */
 filefield {
-  -moz-border-radius: 3px;
+  border-radius: 3px;
   margin: 2px 3px;
   border: 1px solid #8050B0;
   color: #8050B0;
index edb202070697c5bfd711b0083898399370dc87a5..746038624e98f391d388c7a2c646be751baf298c 100644 (file)
@@ -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;
 }
 
index 927b699ae7c3413d58ed30e221fad049559a58d0..f5eda35282852686239d1cba52f43593c315a4c2 100644 (file)
@@ -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;
index 502493c95281b533340ff3f02b992e832cf0ba51..960945bb58dcc9114581facf0aaf7b9997f8c1cf 100644 (file)
@@ -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;
index b2bd910dc869fe0eb76b1c1bce99afe9320b7c87..2f5a6d3cf7f5dfb6e31e5525b2bb8439bb389351 100644 (file)
@@ -32,7 +32,7 @@
 /* ::::: listbox ::::: */
 
 listbox {
-  -moz-border-radius: 5px;
+  border-radius: 5px;
   margin: 1px 2px;
   padding: 0px;
   border: 1px solid #9C9CFF;
index 4f11c9f55aff9d020802f467cb66b6cfabcd67ed..fa8cbfa343b6a0c3d2d213e1455ece3a73b6e782 100644 (file)
@@ -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;
 }
 
 
   /* 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 {
    * 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;
 }
 
index 4eab83237685d79f0ecf4f952a854048a869e153..901db94d65ac51d2b187c4a2234b49f43d4ea35e 100644 (file)
@@ -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;
 }
 
index 54b29a391503113a4a9300def999cea2a02f9ffe..09feabda19d43e04b6ee1fa7f8dfab726977c3e0 100644 (file)
@@ -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;
index d2465cafeba25f28ae743d6a8ba95b3b151a5d09..b4e84b03a49b4fd6d41acdc693992e8fc9a55535 100644 (file)
@@ -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 */
index ce6108ff69fc1dbcc08fee9b741662845b9316d3..689be2ba316384d4c99dd38f0a6aaeea44031411 100644 (file)
@@ -4,7 +4,7 @@ notification {
   background-color : #FFCF00;
   color: #000000;
   text-shadow: none;
-  -moz-border-radius: 8px;
+  border-radius: 8px;
 }
 
 notification[type="info"] {
index d33cc80fe915e32ab90d4ed02c1b29738c9b0a36..d210d4d9b3cad55ee13addefcff67e2df3efcbca 100644 (file)
@@ -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;
 }
index 2c797260c312ba2f80160e8a1e88fcc5c0b128dd..7d1d06e6363a7dafc0b2ffbb2dc398870d83146a 100644 (file)
@@ -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;
 }
index aa0a00cf07638cacd5bd5b331bda4b73e5c5006a..f232950d684159d5848bf139e8586f25e5e01e6a 100644 (file)
@@ -52,7 +52,7 @@ panel {
 }
 
 tooltip {
-  -moz-border-radius: 3px;
+  border-radius: 3px;
   background-color: #9C9CFF;
   border: 1px solid #FFCF00;
   color: #000000;
index 4feb3f8c912d2a8b7ce67f67ca728e6c857700ee..be9edc80c8758960a4038e99cc07557ba920eefd 100644 (file)
@@ -78,7 +78,7 @@ radio[pane] {
   margin: 0px 1px;
   padding: 1px 3px;
   min-width: 4.5em;
-  -moz-border-radius: 5px;
+  border-radius: 5px;
 }
 
 .paneSelector {
index 4cb32ff8649b0d7968e03e42c217d1d2a7c9ddf2..5ad2ab750e6acc7a11063f464dd6089c607f99f0 100644 (file)
@@ -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;
index d83468c60e6d1408545b036034405361dc9f470a..b7f9beaf4d008b26c58f3a6e35a029f75c47ea8d 100644 (file)
@@ -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;
index 04b58a7b3250d2d46bf2e6bb000150563e3149f2..3ec196c060860adfb1abd7f8b021bd1974200fe9 100644 (file)
@@ -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;
 }
 
index 3c67a57eed0c93f45a387983628cb6b50f466ea6..0eeee086b3ae7a08cd9a701415c9cab8d84512dc 100644 (file)
@@ -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;
index 52721dddc17c2354336b447cd64c782e8105586b..b6a54a4974c6d98c0e0cbe26a150451ecda1297d 100644 (file)
@@ -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;
index a564909bcf56dd9058a2a46066bbe2720b1968c3..7a21b855e82377a4c607c25aa16a56799388a1db 100644 (file)
@@ -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;
index 1f144c228d999de4af9088aaea7aa8e9dadab66d..83573a0f08587a8361c4eb30cbe60866fe7b46af 100644 (file)
@@ -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;
 }
index b8b888af33a0ac6fd94b47149c870f880fbd2709..ff4835735b4dc2e7fd35e877a489bf4d05ac844c 100644 (file)
@@ -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;
index 54c1da65bb16adee9edbfd077de4e635c074dd7b..1831ce700f6e87b6c516e49f7607dcb0340e63fa 100644 (file)
@@ -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;
index 8772cb4562768201b20255fc8579978ceadd9ae8..dcb30d220b73b82aa7b2aecb043011547e98adaf 100644 (file)
   border-bottom: 3px solid #000000;
 }
 
+.hud-group label {
+  padding-left: 1em;
+}
+
 .hud-outer-wrapper {
   width: 100%; 
   height: 100%;
   -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 {
 }
 
 .jsterm-input-node {
-  width: 98%;
   font-family: monospace;
   font-size: 9pt;
   background: url("chrome://global/skin/icons/commandline.png") 4px 3px no-repeat !important;
 }
 
 .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 (file)
index 0000000..096c7b0
--- /dev/null
@@ -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 <jwalker@mozilla.com>
+ *   Julian Viereck <jviereck@mozilla.com>
+ *
+ * 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;
+}
index d9b47c61450bacfec68255d2cbe80daa23916fd4..653953414b6865d2ce06fd85dd7ab387ed2c5221 100644 (file)
@@ -57,7 +57,7 @@
 
 #rssFeedInfoBox {
   border: 1px solid #9C9CFF;
-  -moz-border-radius: 0px;
+  border-radius: 0px;
   margin: 4px;
   padding: 0px;
 }
index 5238b93c3770e26db7716ea6bfb2a07b1e3bdd7c..15f621081a9cdc665065a314d79fd6e25329955c 100644 (file)
@@ -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;
 }
 
index 289394abfe300c8b58d287955ad898054a96a227..4ccba2530a280353b949c761850b6634d61b6f20 100644 (file)
@@ -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;
 }
index 3d1d5ceafdf7d1e517ec56d52c883a3f250cfba0..2904b7304bfa4947e1957422e32a0fb7cd2108a9 100644 (file)
@@ -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;
index 753cfb69ce88ee73539a8d17bbcc55628c8bb011..e4fbd20f7f396d52e3070457fbfd709df40dbd2a 100644 (file)
@@ -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;
index 27d499b4cc8d74b3bf5e10a3e00b9e8c7bac9e8a..8e5a54f3ecc86640e6b8dd1f8f465303882f5162 100644 (file)
@@ -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;
index 534a8892bc3f7bdfccc2b9669d63b973f84b14a5..50db5f2e7623c57c6336da0b0321553c87993d38 100644 (file)
 
 #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 ***/
 
 }
 
 .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] {
   background-color: #E7ADE7;
   padding: 2px 8px;
   margin: 6px 0px;
-  -moz-border-radius: 100%;
+  border-radius: 10000px;
   color: #000000;
   font-weight: bold;
   text-align: center;
 }
 
 .view-header {
-  -moz-border-radius: 8px;
+  border-radius: 8px;
   padding: 0px 4em;
   margin: 3px;
 }
   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;
   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;
   -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"] {
   -moz-box-align: center;
   padding: 4px 20px;
   background-color: #8050B0;
-  -moz-border-radius: 8px;
+  border-radius: 8px;
   font-size: 120%;
 }
 
 }
 
 
-
 /*** search view ***/
 
 #search-filter {
 .search-filter-radio {
   padding: 0px 6px;
   margin: 0px 3px;
-  -moz-border-radius: 100%;
+  border-radius: 10000px;
 }
 
 .search-filter-radio[selected] {
   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;
   -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;
 }
 
 
 
 .download-progress {
   background-color: #000000;
-  -moz-border-radius: 100%;
+  border-radius: 10000px;
   border: 1px solid #FF9F00;
   width: 200px;
   height: 24px;
 
 .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 {
   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;
   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 (file)
index 0000000..59948e0
Binary files /dev/null and b/LCARStrek/mozapps/passwordmgr/key-16.png differ
diff --git a/LCARStrek/mozapps/passwordmgr/key-64.png b/LCARStrek/mozapps/passwordmgr/key-64.png
new file mode 100644 (file)
index 0000000..59948e0
Binary files /dev/null and b/LCARStrek/mozapps/passwordmgr/key-64.png differ
index 0821a867756c694c60e43fe248fb4bb555abc498..9ff05c01518007e644843cdace491f1bbcdba187 100644 (file)
@@ -1,6 +1,6 @@
 #licenseContainer, #pluginList {
   margin: 2px 4px;
-  -moz-border-radius: 5px;
+  border-radius: 5px;
   border: 1px solid #9C9CFF;
   background-color: #000000;
   color: #FF9F00;
index 796f8a2e032a014d1c815aaf99d343c5bff9f557..03ea6500c3dddbfe4bac6d74fdc9ab1d9b975729 100644 (file)
@@ -6,9 +6,9 @@
     text-align: center;
     background-color: #000000;
     color: #FFCF00;
-    -moz-border-radius: 12px;
+    border-radius: 12px;
     /* recessed effect with 'disabled' shadow */
-    -moz-box-shadow: inset 0 1px 5px #8050B0;
+    box-shadow: inset 0 1px 5px #8050B0;
     padding: 5px;
     -moz-user-select: none;
 }
index d5a1575400e596a0c2f4a3ab7fa3d88c09cb1dac..99c516e060744096e1b2ff28e948e042cadf49d6 100644 (file)
@@ -39,7 +39,7 @@
 */
 
 .listBox {
-  -moz-border-radius: 3px;
+  border-radius: 3px;
   margin: 2px;
   border: 1px solid #9C9CFF;
   background-color: #000000;
index 61697ba916253f08af6c104b5cfa996dd41065ae..02bff7679dc16f54becd45ba7953d1e35e9dcbba 100644 (file)
@@ -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;
index 6e3938401e174e96affbea8802bb4c2040ecd623..8f8c7ca5f8bfa7c672599ae43edcf117202fbaac 100644 (file)
@@ -5,7 +5,7 @@
 #itemList {
   margin: 3px 4px 10px;
   height: 14em;
-  -moz-border-radius: 3px;
+  border-radius: 3px;
   border: 1px solid #9C9CFF;
   background-color: #000000;
   color: #FF9F00;
index f7bea82097e16a6dbc11bc16b098e5810c4163d0..5da56e1cd89860959317f64e7f8307580b141a2a 100644 (file)
@@ -291,13 +291,13 @@ toolbar[mode="text"] > #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;
 }