resync with EarlyBlue
authorrobert <robert>
Fri, 2 Jan 2004 22:42:42 +0000 (22:42 +0000)
committerrobert <robert>
Fri, 2 Jan 2004 22:42:42 +0000 (22:42 +0000)
18 files changed:
LCARStrek/communicator/alerts/alert.css
LCARStrek/communicator/icons/content-large.gif [deleted file]
LCARStrek/communicator/icons/content-small.gif [deleted file]
LCARStrek/communicator/prefpanels.css
LCARStrek/communicator/profile/newProfile1_2.css [deleted file]
LCARStrek/communicator/profile/profile.css
LCARStrek/global/icons/pg-landscape-small.gif [moved from LCARStrek/communicator/icons/pg-landscape-small.gif with 100% similarity]
LCARStrek/global/icons/pg-landscape.gif [moved from LCARStrek/communicator/icons/pg-landscape.gif with 100% similarity]
LCARStrek/global/icons/pg-portrait-small.gif [moved from LCARStrek/communicator/icons/pg-portrait-small.gif with 100% similarity]
LCARStrek/global/icons/pg-portrait.gif [moved from LCARStrek/communicator/icons/pg-portrait.gif with 100% similarity]
LCARStrek/global/printing.css [new file with mode: 0644]
LCARStrek/global/scrollbars.css
LCARStrek/global/tree.css
LCARStrek/global/wizardOverlay.css [deleted file]
LCARStrek/messenger/accountManage.css
LCARStrek/messenger/accountWizard.css
LCARStrek/messenger/folderPane.css
LCARStrek/messenger/subscribe.css

index 839ba2709bdad63172482a8e515b3824a03ccba8..cb7b33943a2b93f12d058afae5c27ec054826ae0 100644 (file)
@@ -75,4 +75,9 @@
 
 .alertText[clickable="true"]:hover:active {
   color: #424F63;
 
 .alertText[clickable="true"]:hover:active {
   color: #424F63;
-}
\ No newline at end of file
+}
+
+.alertTextBox {
+  padding-right: 10px;
+  padding-top: 5px;
+}
diff --git a/LCARStrek/communicator/icons/content-large.gif b/LCARStrek/communicator/icons/content-large.gif
deleted file mode 100644 (file)
index e7f6356..0000000
Binary files a/LCARStrek/communicator/icons/content-large.gif and /dev/null differ
diff --git a/LCARStrek/communicator/icons/content-small.gif b/LCARStrek/communicator/icons/content-small.gif
deleted file mode 100644 (file)
index 213d64c..0000000
Binary files a/LCARStrek/communicator/icons/content-small.gif and /dev/null differ
index 430ccf14b939bcde309e1d3379da8343aa004b23..8705a5ece96c9e1d24ede3eb63db175891df3649 100644 (file)
 #disabledDomains {
   max-height: 13em;
 }
 #disabledDomains {
   max-height: 13em;
 }
-
-/**
- * File icon (32x32)
- **/
-.file-icon-large {
-  list-style-image: url("chrome://communicator/skin/icons/content-large.gif");
-}
diff --git a/LCARStrek/communicator/profile/newProfile1_2.css b/LCARStrek/communicator/profile/newProfile1_2.css
deleted file mode 100644 (file)
index 57d60b8..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-/* ***** 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 "Classic" theme of mozilla.org code.
- *
- * The Initial Developer of the Original Code is
- * the Mozilla Organization.
- * Portions created by the Initial Developer are Copyright (C) 1998-2001
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *   Robert Kaiser <KaiRo@KaiRo.at>
- *
- * 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 ***** */
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-#ProfileDir {
-  padding-left                : 1em;
-  margin-top                  : 0.4em;
-  width                       : 10em !important;
-}
-
-#deffoldername {
-  margin-left                 : 2px;
-}
index c69c8ab69e6c4bbef98251f17eebd3352cfbeae3..df5a4df3dcd3d775cad695ad1e93866efdd3db72 100644 (file)
@@ -45,10 +45,6 @@ window.dialog {
   padding: 0;
 }
 
   padding: 0;
 }
 
-.dimmed-highcontrast {
-  color: #99cccc ! important;
-} 
-
 #profiles > listitem {
   list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif");
 }
 #profiles > listitem {
   list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif");
 }
@@ -82,3 +78,7 @@ box#wizardButtons {
 box.selection {
   margin-top: 4px;
 }
 box.selection {
   margin-top: 4px;
 }
+
+description.error {
+  color: #FF0000;
+}
diff --git a/LCARStrek/global/printing.css b/LCARStrek/global/printing.css
new file mode 100644 (file)
index 0000000..c5f56b3
--- /dev/null
@@ -0,0 +1,111 @@
+/* ***** 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 the Mozilla Print Preview Toolbar.
+ *
+ * The Initial Developer of the Original Code is
+ * Netscape Communications Corp.
+ * Portions created by the Initial Developer are Copyright (C) 2002
+ * the Initial Developer. All Rights Reserved.
+ *
+ * Contributor(s):
+ *   Samir Gehani  <sgehani@netscape.com>
+ *   Bill Law      <law@netscape.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 ***** */
+
+/* ::::: print preview toolbar ::::: */
+
+/* ..... page navigation ..... */
+
+.home-arrow {
+  list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp-end.gif");
+}
+
+.home-arrow:hover {
+  list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp-end-hover.gif");
+}
+
+.end-arrow {
+  list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp-end.gif");
+}
+
+.end-arrow:hover {
+  list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp-end-hover.gif");
+}
+
+.last-arrow {
+  list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp.gif");
+}
+
+.last-arrow:hover {
+  list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp-hover.gif");
+}
+
+.next-arrow {
+  list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp.gif");
+}
+
+.next-arrow:hover {
+  list-style-image: url("chrome://global/skin/arrow/arrow-right-sharp-hover.gif");
+}
+
+/* ...... scale in/decrement ..... */
+
+.up-arrow {
+  list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp.gif");
+}
+
+.up-arrow:hover {
+  list-style-image: url("chrome://global/skin/arrow/arrow-up-sharp-hover.gif");
+}
+
+.down-arrow {
+  list-style-image: url("chrome://global/skin/arrow/arrow-down-sharp.gif");
+}
+
+.down-arrow:hover {
+  list-style-image: url("chrome://global/skin/arrow/arrow-down-sharp-hover.gif");
+}
+
+/* ..... orientation ..... */
+
+.toolbar-portrait-page {
+  list-style-image: url("chrome://global/skin/icons/pg-portrait-small.gif");
+}
+
+.toolbar-landscape-page {
+  list-style-image: url("chrome://global/skin/icons/pg-landscape-small.gif");
+}
+
+/* ::::: page setup dialog ::::: */
+
+.portrait-page {
+  list-style-image: url("chrome://global/skin/icons/pg-portrait.gif");
+}
+
+.landscape-page {
+  list-style-image: url("chrome://global/skin/icons/pg-landscape.gif");
+}
index 01a564d55a481957e021c69b422575f9520cce3e..530f0dfc4b58fd238b1e2df015d24e69c9ebeed0 100644 (file)
@@ -109,6 +109,12 @@ scrollbarbutton:hover:active {
   padding: 2px 0px 0px 2px;
 }   
 
   padding: 2px 0px 0px 2px;
 }   
 
+/* ::::: square at the corner of two scrollbars ::::: */
+
+scrollcorner {
+  background-color: #000000;
+}
+
 /* ..... increment .... */
 
 scrollbarbutton[type="increment"] {
 /* ..... increment .... */
 
 scrollbarbutton[type="increment"] {
@@ -255,4 +261,4 @@ scrollbar[orient="vertical"] > scrollbarbutton[type="decrement"][disabled="true"
      background-image: url("chrome://global/skin/arrow/arrow-up.gif")
   }
 
      background-image: url("chrome://global/skin/arrow/arrow-up.gif")
   }
 
-}
\ No newline at end of file
+}
index 034bbc281a3024de04a585fb09db83d493d70960..b7d6f42706f1ee1a671c5575b4cdfef2c8c46726 100644 (file)
@@ -67,7 +67,6 @@ tree {
 
 /* ::::: tree rows ::::: */
 
 
 /* ::::: tree rows ::::: */
 
-tree[selstyle="primary"] > treechildren::-moz-tree-row,
 treechildren::-moz-tree-row {
   border: 1px solid transparent;
   background-color: transparent;
 treechildren::-moz-tree-row {
   border: 1px solid transparent;
   background-color: transparent;
@@ -93,6 +92,11 @@ treechildren::-moz-tree-row(selected, current, focus) {
   border: 1px dotted #FF9F00;
 }
 
   border: 1px dotted #FF9F00;
 }
 
+tree[selstyle="primary"] > treechildren::-moz-tree-row {
+  border: none;
+  background-color: transparent;
+}
+
 /* ::::: tree cells ::::: */
 
 treechildren::-moz-tree-cell {
 /* ::::: tree cells ::::: */
 
 treechildren::-moz-tree-cell {
@@ -102,7 +106,11 @@ treechildren::-moz-tree-cell {
 tree[selstyle="primary"] > treechildren::-moz-tree-cell-text,
 treechildren::-moz-tree-cell-text {
   color: inherit;
 tree[selstyle="primary"] > treechildren::-moz-tree-cell-text,
 treechildren::-moz-tree-cell-text {
   color: inherit;
+}
+
+tree[selstyle="primary"] > treechildren::-moz-tree-cell-text(primary) {
   border: 2px solid transparent;
   border: 2px solid transparent;
+  padding: 0px 1px 1px 1px;
 }
 
 /*
 }
 
 /*
diff --git a/LCARStrek/global/wizardOverlay.css b/LCARStrek/global/wizardOverlay.css
deleted file mode 100644 (file)
index 065200a..0000000
+++ /dev/null
@@ -1,63 +0,0 @@
-/* ***** 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 "Classic" theme of mozilla.org code.
- *
- * The Initial Developer of the Original Code is
- * the Mozilla Organization.
- * Portions created by the Initial Developer are Copyright (C) 1998-2001
- * the Initial Developer. All Rights Reserved.
- *
- * Contributor(s):
- *   Robert Kaiser <KaiRo@KaiRo.at>
- *
- * 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 ***** */
-
-@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-
-#wiz-back-button {
-  list-style-image            : url("chrome://global/skin/arrow/arrow-left.gif");
-}
-#wiz-back-button[disabled] {
-  list-style-image            : url("chrome://global/skin/arrow/arrow-left-disabled.gif");
-}
-#wiz-next-button {
-  list-style-image            : url("chrome://global/skin/arrow/arrow-right.gif");
-}
-#wiz-next-button[disabled] {
-  list-style-image            : url("chrome://global/skin/arrow/arrow-right-disabled.gif");
-}
-
-#wizardButtons 
-  {
-    margin-bottom             : 0.4em;
-  }
-
-.box-wizardcontent
-  {
-    margin-left               : 44px;
-    margin-right              : 44px;
-    width                     : 30em;
-  }
index 211b1c523a26022e6cfa93868bb7d958ff2c5850..5ec7663f70ab16815d411df23b858662735b8b99 100644 (file)
 .specialFolderPickerGrid {
   margin-left: 20px;
 }
 .specialFolderPickerGrid {
   margin-left: 20px;
 }
+
+.selectForOfflineUseButton {
+  list-style-image: url("chrome://communicator/skin/icons/offline.gif");
+}
+
+.selectForOfflineUseButton > .button-box > .button-icon {
+  margin-left: 4px;
+  margin-right: 4px;
+}
+
+treechildren::-moz-tree-cell-text(isDefaultServer-true) {
+  font-weight: bold;
+}
index b9e30bd344f6c0b4485ab1c3d015e9c78487d85d..905252c8cee88e0ab7e590786c7c46145d52deef 100644 (file)
@@ -40,7 +40,6 @@
   ======================================================================= */
 
 @import url("chrome://messenger/skin/");
   ======================================================================= */
 
 @import url("chrome://messenger/skin/");
-@import url("chrome://global/skin/wizardOverlay.css");
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
index 1120b171301be8377e8986f529a11714dd0b5fcc..84e3a46c065e3606ba08732db4f89513276515ad 100644 (file)
@@ -21,7 +21,7 @@
  * Contributor(s):
  *   Joe Hewitt (hewitt@netscape.com)
  *   Hakan Waara (hwaara@chello.se)
  * Contributor(s):
  *   Joe Hewitt (hewitt@netscape.com)
  *   Hakan Waara (hwaara@chello.se)
- *   Jan Varga (varga@utcru.sk)
+ *   Jan Varga (varga@nixcorp.com)
  *   Robert Kaiser <KaiRo@KaiRo.at>
  *
  * Alternatively, the contents of this file may be used under the terms of
  *   Robert Kaiser <KaiRo@KaiRo.at>
  *
  * Alternatively, the contents of this file may be used under the terms of
index 57a9bbb6b9e3da57fe548c902f4380a031b6893e..681f60dc0fff17f1b4fcfae8517fefa2541de1ed 100644 (file)
@@ -61,6 +61,15 @@ treechildren::-moz-tree-image(subscribedColumn2, subscribed) {
   list-style-image: url("chrome://messenger/skin/icons/check.gif");
 }
 
   list-style-image: url("chrome://messenger/skin/icons/check.gif");
 }
 
+treechildren::-moz-tree-image(subscribedColumn, Subscribable-false) {
+  list-style-image: none;
+}
+
+treechildren::-moz-tree-cell-text(nameColumn, Subscribable-false) {
+  color: #8050B0;
+  font-style: italic;
+}
+
 /* ::::: folder icons :::::: */
 
 treechildren::-moz-tree-image(nameColumn) {
 /* ::::: folder icons :::::: */
 
 treechildren::-moz-tree-image(nameColumn) {