keeping up with classic; make labels do better & clean up margins of some elements...
authorrobert <robert>
Thu, 21 Mar 2002 19:48:06 +0000 (19:48 +0000)
committerrobert <robert>
Thu, 21 Mar 2002 19:48:06 +0000 (19:48 +0000)
31 files changed:
LCARStrek/communicator/bookmarks/bookmark-group.gif [new file with mode: 0644]
LCARStrek/communicator/bookmarks/bookmarks.css
LCARStrek/communicator/bookmarks/bookmarksToolbar.css
LCARStrek/communicator/communicator.css
LCARStrek/communicator/icons/pg-landscape-small.gif
LCARStrek/communicator/icons/pg-landscape.gif
LCARStrek/communicator/icons/pg-portrait-small.gif
LCARStrek/communicator/icons/pg-portrait.gif
LCARStrek/communicator/printing.css
LCARStrek/contents.rdf
LCARStrek/global/arrow/arrow-down-sharp-hover.gif [new file with mode: 0644]
LCARStrek/global/arrow/arrow-down-sharp.gif
LCARStrek/global/arrow/arrow-left-sharp-end-hover.gif [new file with mode: 0644]
LCARStrek/global/arrow/arrow-left-sharp-end.gif
LCARStrek/global/arrow/arrow-left-sharp-hover.gif [new file with mode: 0644]
LCARStrek/global/arrow/arrow-left-sharp.gif
LCARStrek/global/arrow/arrow-right-sharp-end-hover.gif [new file with mode: 0644]
LCARStrek/global/arrow/arrow-right-sharp-end.gif
LCARStrek/global/arrow/arrow-right-sharp-hover.gif [new file with mode: 0644]
LCARStrek/global/arrow/arrow-right-sharp.gif
LCARStrek/global/arrow/arrow-up-sharp-hover.gif [new file with mode: 0644]
LCARStrek/global/arrow/arrow-up-sharp.gif
LCARStrek/global/button.css
LCARStrek/global/checkbox.css
LCARStrek/global/formatting.css
LCARStrek/global/groupbox.css
LCARStrek/global/radio.css
LCARStrek/messenger/addressbook/addressbook.css
LCARStrek/messenger/mailWindow1.css
LCARStrek/messenger/messengercompose/messengercompose.css
LCARStrek/navigator/pageInfo.css

diff --git a/LCARStrek/communicator/bookmarks/bookmark-group.gif b/LCARStrek/communicator/bookmarks/bookmark-group.gif
new file mode 100644 (file)
index 0000000..3948dc0
Binary files /dev/null and b/LCARStrek/communicator/bookmarks/bookmark-group.gif differ
index 8a65166fd74670113b698cb6bcdca1596e453c82..641ae5baa6ec3d2230f80d15d89fa644f28373fb 100644 (file)
@@ -86,3 +86,11 @@ toolbarbutton.bookmark-item > .toolbarbutton-menu-dropmarker {
   max-width: 16px;
   max-height: 16px;
 }
   max-width: 16px;
   max-height: 16px;
 }
+
+outlinerchildren:-moz-outliner-twisty(group,hidetwisty) {                                                                               
+  list-style-image: none;
+}
+
+outlinerchildren:-moz-outliner-image(Name, container, group) {
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-group.gif");
+}
index b51f65ae797dcb74e09a17eef1be0b9338b2ad3d..7f862b46a2bdcd02cf43d8047b0feac23d898e2f 100644 (file)
@@ -67,6 +67,10 @@ toolbarbutton.bookmark-item > .toolbarbutton-menu-dropmarker {
   display: none;
 }
 
   display: none;
 }
 
+.bookmark-group {
+  list-style-image: url(chrome://communicator/skin/bookmarks/bookmark-group.gif) !important;
+}
+
 toolbarbutton.bookmark-item[disabled="true"],
 toolbarbutton.bookmark-item[disabled="true"]:hover,
 toolbarbutton.bookmark-item[disabled="true"]:hover:active {
 toolbarbutton.bookmark-item[disabled="true"],
 toolbarbutton.bookmark-item[disabled="true"]:hover,
 toolbarbutton.bookmark-item[disabled="true"]:hover:active {
@@ -100,6 +104,11 @@ toolbarbutton.bookmark-item[dragover-right="true"] {
   border-right: 2px solid #008484;
 }
 
   border-right: 2px solid #008484;
 }
 
+toolbarbutton.bookmark-item[dragover-top="true"] {
+  background-color: #008484;
+  color: #FFCF00;
+}
+
 /* ::::: bookmark menus ::::: */
 
 menu.bookmark-item,
 /* ::::: bookmark menus ::::: */
 
 menu.bookmark-item,
index 7b6a3eaacdc913b2086255f3e3f66dcdfb1d8277..116169262338adabf82a8ad46111d96225879ca8 100644 (file)
  *
  * ***** END LICENSE BLOCK ***** */
 
  *
  * ***** END LICENSE BLOCK ***** */
 
-@import url(chrome://global/skin/);
+@import url("chrome://global/skin/");
 @import url("chrome://communicator/content/communicator.css");
 @import url("chrome://communicator/content/communicator.css");
-@import url(chrome://communicator/skin/brand.css);
-@import url(chrome://communicator/skin/button.css);
-@import url(chrome://communicator/skin/formatting.css);
+@import url("chrome://communicator/skin/brand.css");
+@import url("chrome://communicator/skin/button.css");
+@import url("chrome://communicator/skin/formatting.css");
 /* the line below is only LCARStrek */
 /* the line below is only LCARStrek */
-@import url(chrome://communicator/skin/toolbar.css);
+@import url("chrome://communicator/skin/toolbar.css");
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
 
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
 
index 96a93810493a7ddd1b736b010d7053eddb8cb962..1475f0817eae7fefe9f328da21d3cc120d13d21e 100644 (file)
Binary files a/LCARStrek/communicator/icons/pg-landscape-small.gif and b/LCARStrek/communicator/icons/pg-landscape-small.gif differ
index fe94aba1141dff59a42996bab412cca8497d74b7..1b7fba37be899699910259fc94f19874483088b6 100644 (file)
Binary files a/LCARStrek/communicator/icons/pg-landscape.gif and b/LCARStrek/communicator/icons/pg-landscape.gif differ
index 4fc6745bc80aec32171b1d9c1c617f06f732bf29..5a95e7df2bf353487d5f8044cbdf07bdeb050ee9 100644 (file)
Binary files a/LCARStrek/communicator/icons/pg-portrait-small.gif and b/LCARStrek/communicator/icons/pg-portrait-small.gif differ
index 01840302e21538405882069a7bf5c0d716cf6286..ddf109082aea680876da54a8377ca8f49fbb05ae 100644 (file)
Binary files a/LCARStrek/communicator/icons/pg-portrait.gif and b/LCARStrek/communicator/icons/pg-portrait.gif differ
index e74e4c574f854b8bb0d956fd581e6e975258052b..8177065a13ac8a60f122def8dc2670920f1bed4a 100644 (file)
   list-style-image: url("chrome://global/skin/arrow/arrow-left-sharp-end.gif");
 }
 
   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 {
   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 {
   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 {
   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");
 }
 
 /* ...... 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 {
   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 {
 /* ..... orientation ..... */
 
 .toolbar-portrait-page {
index 92ab6787b7540d64751b4f1c077b3d5315562185..c6cd368ebf9728b96f5df5f2d8cbe5f153fac5eb 100644 (file)
@@ -5,32 +5,32 @@
 
   <!-- List all the skins being supplied by this theme -->
   <RDF:Seq about="urn:mozilla:skin:root">
 
   <!-- List all the skins being supplied by this theme -->
   <RDF:Seq about="urn:mozilla:skin:root">
-    <RDF:li resource="urn:mozilla:skin:LCARStrek/0.7" />
+    <RDF:li resource="urn:mozilla:skin:LCARStrek/0.8" />
   </RDF:Seq>
 
   <!-- classic Information -->
   </RDF:Seq>
 
   <!-- classic Information -->
-  <RDF:Description about="urn:mozilla:skin:LCARStrek/0.7"
+  <RDF:Description about="urn:mozilla:skin:LCARStrek/0.8"
         chrome:displayName="LCARStrek"
         chrome:accessKey="L"
         chrome:author="Robert Kaiser - KaiRo.at"
         chrome:description="For all Trekkies: A theme based on LCARS computer design. Get more info at http://www.kairo.at/download/"
         chrome:displayName="LCARStrek"
         chrome:accessKey="L"
         chrome:author="Robert Kaiser - KaiRo.at"
         chrome:description="For all Trekkies: A theme based on LCARS computer design. Get more info at http://www.kairo.at/download/"
-        chrome:name="LCARStrek/0.7"
+        chrome:name="LCARStrek/0.8"
         chrome:image="global/preview.png">
     <chrome:packages>
         chrome:image="global/preview.png">
     <chrome:packages>
-      <RDF:Seq about="urn:mozilla:skin:LCARStrek/0.7:packages">
-        <RDF:li resource="urn:mozilla:skin:LCARStrek/0.7:global"/>
-        <RDF:li resource="urn:mozilla:skin:LCARStrek/0.7:communicator"/>
-        <RDF:li resource="urn:mozilla:skin:LCARStrek/0.7:navigator"/>
-        <RDF:li resource="urn:mozilla:skin:LCARStrek/0.7:messenger"/>
-        <RDF:li resource="urn:mozilla:skin:LCARStrek/0.7:editor"/>
+      <RDF:Seq about="urn:mozilla:skin:LCARStrek/0.8:packages">
+        <RDF:li resource="urn:mozilla:skin:LCARStrek/0.8:global"/>
+        <RDF:li resource="urn:mozilla:skin:LCARStrek/0.8:communicator"/>
+        <RDF:li resource="urn:mozilla:skin:LCARStrek/0.8:navigator"/>
+        <RDF:li resource="urn:mozilla:skin:LCARStrek/0.8:messenger"/>
+        <RDF:li resource="urn:mozilla:skin:LCARStrek/0.8:editor"/>
       </RDF:Seq>
     </chrome:packages>
   </RDF:Description>
 
   <!-- Version Information.  State that we work only with a certain version of this package. -->
       </RDF:Seq>
     </chrome:packages>
   </RDF:Description>
 
   <!-- Version Information.  State that we work only with a certain version of this package. -->
-  <RDF:Description about="urn:mozilla:skin:LCARStrek/0.7:global" chrome:skinVersion="0.9.4"/>
-  <RDF:Description about="urn:mozilla:skin:LCARStrek/0.7:communicator" chrome:skinVersion="0.9.4"/>
-  <RDF:Description about="urn:mozilla:skin:LCARStrek/0.7:navigator" chrome:skinVersion="0.9.4"/>
-  <RDF:Description about="urn:mozilla:skin:LCARStrek/0.7:messenger" chrome:skinVersion="0.9.4"/>
-  <RDF:Description about="urn:mozilla:skin:LCARStrek/0.7:editor" chrome:skinVersion="0.9.4"/>
+  <RDF:Description about="urn:mozilla:skin:LCARStrek/0.8:global" chrome:skinVersion="1.0"/>
+  <RDF:Description about="urn:mozilla:skin:LCARStrek/0.8:communicator" chrome:skinVersion="1.0"/>
+  <RDF:Description about="urn:mozilla:skin:LCARStrek/0.8:navigator" chrome:skinVersion="1.0"/>
+  <RDF:Description about="urn:mozilla:skin:LCARStrek/0.8:messenger" chrome:skinVersion="1.0"/>
+  <RDF:Description about="urn:mozilla:skin:LCARStrek/0.8:editor" chrome:skinVersion="1.0"/>
 </RDF:RDF>
 </RDF:RDF>
diff --git a/LCARStrek/global/arrow/arrow-down-sharp-hover.gif b/LCARStrek/global/arrow/arrow-down-sharp-hover.gif
new file mode 100644 (file)
index 0000000..ccd686c
Binary files /dev/null and b/LCARStrek/global/arrow/arrow-down-sharp-hover.gif differ
index 206d7c19dd524614e18f807aef483c5ca6aab515..c1c805512f2eade4a64b177bc24173aaabf907a9 100644 (file)
Binary files a/LCARStrek/global/arrow/arrow-down-sharp.gif and b/LCARStrek/global/arrow/arrow-down-sharp.gif differ
diff --git a/LCARStrek/global/arrow/arrow-left-sharp-end-hover.gif b/LCARStrek/global/arrow/arrow-left-sharp-end-hover.gif
new file mode 100644 (file)
index 0000000..bd53b47
Binary files /dev/null and b/LCARStrek/global/arrow/arrow-left-sharp-end-hover.gif differ
index c22294ba21beabd0c819f1219fdc82934f197727..891427a7d15203725a3073e3b29e400f5822b53b 100644 (file)
Binary files a/LCARStrek/global/arrow/arrow-left-sharp-end.gif and b/LCARStrek/global/arrow/arrow-left-sharp-end.gif differ
diff --git a/LCARStrek/global/arrow/arrow-left-sharp-hover.gif b/LCARStrek/global/arrow/arrow-left-sharp-hover.gif
new file mode 100644 (file)
index 0000000..e26ff93
Binary files /dev/null and b/LCARStrek/global/arrow/arrow-left-sharp-hover.gif differ
index ae9b1dd0fb6ab5c5ed2f6b991a2f15d768707a7e..0c50f2e5c75f9cc5f1e52a6e522ce59099bf63b0 100644 (file)
Binary files a/LCARStrek/global/arrow/arrow-left-sharp.gif and b/LCARStrek/global/arrow/arrow-left-sharp.gif differ
diff --git a/LCARStrek/global/arrow/arrow-right-sharp-end-hover.gif b/LCARStrek/global/arrow/arrow-right-sharp-end-hover.gif
new file mode 100644 (file)
index 0000000..9875314
Binary files /dev/null and b/LCARStrek/global/arrow/arrow-right-sharp-end-hover.gif differ
index c1b3750d4c88a67e45805f9248bb1be96fbcbe5c..45a7d236af388296a09ed4a0680f15dc907c7e51 100644 (file)
Binary files a/LCARStrek/global/arrow/arrow-right-sharp-end.gif and b/LCARStrek/global/arrow/arrow-right-sharp-end.gif differ
diff --git a/LCARStrek/global/arrow/arrow-right-sharp-hover.gif b/LCARStrek/global/arrow/arrow-right-sharp-hover.gif
new file mode 100644 (file)
index 0000000..8fb1fdb
Binary files /dev/null and b/LCARStrek/global/arrow/arrow-right-sharp-hover.gif differ
index ca628ba69bdcd33fa6d77e0e5deaeca7c0a143c5..0f9a4eafa0f4754deaff0358216bcdb0970bb895 100644 (file)
Binary files a/LCARStrek/global/arrow/arrow-right-sharp.gif and b/LCARStrek/global/arrow/arrow-right-sharp.gif differ
diff --git a/LCARStrek/global/arrow/arrow-up-sharp-hover.gif b/LCARStrek/global/arrow/arrow-up-sharp-hover.gif
new file mode 100644 (file)
index 0000000..0808352
Binary files /dev/null and b/LCARStrek/global/arrow/arrow-up-sharp-hover.gif differ
index 883a4f95ca178e01f7559013b6124b54532e771f..5de9a89b53b94f11847ada0008999f56eaee1d21 100644 (file)
Binary files a/LCARStrek/global/arrow/arrow-up-sharp.gif and b/LCARStrek/global/arrow/arrow-up-sharp.gif differ
index 61ca81711345471e5171921975ffbc5af0f0eedb..1b5e7ef9de3a991aa3e4b1ca251a306f6af0aea8 100644 (file)
@@ -46,7 +46,7 @@
 /* outer frame */
 button {
   -moz-border-radius: 3px;
 /* outer frame */
 button {
   -moz-border-radius: 3px;
-  margin: 0px 4px 1px 4px;
+  margin: 1px 2px;
   min-width: 6.3em;
   border: none;
   background-color: #000000;
   min-width: 6.3em;
   border: none;
   background-color: #000000;
@@ -79,7 +79,7 @@ button:focus > .button-box {
 button[default="true"] > .button-box {
   font-weight: bold;
   list-style-image: url("chrome://global/skin/icons/return.gif");
 button[default="true"] > .button-box {
   font-weight: bold;
   list-style-image: url("chrome://global/skin/icons/return.gif");
-  -moz-box-direction: reverse;
+  -moz-box-direction: reverse !important;
   padding-right: 7px;
 }
 
   padding-right: 7px;
 }
 
index 823ee7951c4ee8ca156a1e057ca8b704ad93a4d1..3002ae129c4b560dc185174353441773f8ab5e82 100644 (file)
 
 checkbox {
   -moz-box-align: center;
 
 checkbox {
   -moz-box-align: center;
-  margin: 2px 4px;
+  margin: 1px 2px;
   padding: 1px;
 }
 
 .checkbox-label-box {
   padding: 1px;
 }
 
 .checkbox-label-box {
-  margin-left: 2px;
   border: 1px solid transparent;
   padding: 0px 1px;
   color: #FF9F00;
   border: 1px solid transparent;
   padding: 0px 1px;
   color: #FF9F00;
+  -moz-box-align: center;
 }
 
 .checkbox-icon {
 }
 
 .checkbox-icon {
index 4faab57862ce475121d065d2e09144c1a4d6d8c1..ec362244c342b4d4b488a87d8dfac33994d33975 100644 (file)
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 /* inset areas */
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 /* inset areas */
-.inset
-  {
-/*    border                : 1px inset #FF9F00;
-    margin                : 0px 5px 5px 5px; */
-  }
+.inset {
+/*  border: 1px inset #FF9F00;
+  margin: 0px 5px 5px 5px; */
+}
   
 /* formatting */
   
 /* formatting */
-.groove-top
-  {
-    border-top            : 2px groove #FF9F00;  
-  }
+.groove-top {
+  border-top: 2px groove #FF9F00;  
+}
   
   
-.groove-right
-  {
-    border-right          : 2px groove #FF9F00;
-  }
+.groove-right {
+  border-right: 2px groove #FF9F00;
+}
   
   
-.groove-left
-  {
-    border-left           : 2px groove #FF9F00;
-  }
+.groove-left {
+  border-left: 2px groove #FF9F00;
+}
   
   
-.groove-bottom
-  {
-    border-bottom         : 2px groove #FF9F00;;
-  }
+.groove-bottom {
+  border-bottom: 2px groove #FF9F00;;
+}
   
   
-.outset
-  {
-/*    border                : 1px outset #FF9F00; */
-  }  
+.outset {
+/*  border: 1px outset #FF9F00; */
+}  
 
 /** separator rules **/
 /* standard separators */
 
 /** separator rules **/
 /* standard separators */
-  separator, separator[orient="horizontal"] 
-    {
-      height: 1.5em;
-    }
+separator, separator[orient="horizontal"] {
+  height: 1.5em;
+}
   
   
-  separator[orient="vertical"] 
-    {
-      width: 1.5em;
-    }
+separator[orient="vertical"] {
+  width: 1.5em;
+}
 
 /* thinner separators (50% size) */
 
 /* thinner separators (50% size) */
-  separator.thin, separator.thin[orient="horizontal"] 
-    {
-      height: 0.5em;
-    }
+separator.thin, separator.thin[orient="horizontal"] {
+  height: 0.5em;
+}
   
   
-  separator.thin[orient="vertical"] 
-    {
-      width: 0.5em;
-    }
+separator.thin[orient="vertical"] {
+  width: 0.5em;
+}
 
 /* groove separators (50% size) */
 
 /* groove separators (50% size) */
-  separator.groove,
-  separator.groove[orient="horizontal"] 
-    {
-      border-top: 2px groove #FF9F00;
-      height: 0px;
-      margin-top: 0.4em;
-      margin-bottom: 0.4em;
-    }
+separator.groove,
+separator.groove[orient="horizontal"] {
+  border-top: 2px groove #FF9F00;
+  height: 0px;
+  margin-top: 0.4em;
+  margin-bottom: 0.4em;
+}
   
   
-  separator.groove[orient="vertical"] 
-    {
-      border-left: 2px groove #FF9F00;
-      margin-left: 0.4em;
-      margin-right: 0.4em;
-    }
+separator.groove[orient="vertical"] {
+  border-left: 2px groove #FF9F00;
+  margin-left: 0.4em;
+  margin-right: 0.4em;
+}
   
 /* groove separators (0 padding, for dividing effects) */  
   
 /* groove separators (0 padding, for dividing effects) */  
-  separator.groove-thin 
-    {
-      border-top: 2px groove #FF9F00;
-      height: 0px;
-    }
+separator.groove-thin {
+  border-top: 2px groove #FF9F00;
+  height: 0px;
+}
   
   
-  separator[orient="vertical"].groove-thin 
-    {
-      border-left: 2px groove #FF9F00;
-    }
+separator[orient="vertical"].groove-thin {
+  border-left: 2px groove #FF9F00;
+}
 
 /** text formatting rules **/
 /** Reduced Margin for some UI **/
 
 /** text formatting rules **/
 /** Reduced Margin for some UI **/
-  .small-margin
-    {
-/*      margin              : 1px 2px 1px 2px; */
-    }
+.small-margin {
+  margin: 0px 1px;
+}
     
     
-  label[disabled="true"] 
-    {
-      color               : #8050B0;
-    }    
+label[disabled="true"] {
+  color: #8050B0;
+}    
     
     
-  description, label
-    {
-      cursor              : default;
-    }
+description, label  {
+  cursor: default;
+  margin: 1px 3px;
+}
    
    
-  description
-    {
-/*      margin              : 1px 5px 4px 5px; */
-    }
+description {
+/*  margin: 1px 5px 4px 5px; */
+}
 
 
-  label
-    {
-/*      margin              : 1px 5px 2px 6px; */
-    }
+label {
+/*  margin: 1px 5px 2px 6px; */
+}
 
 
-  .header 
-    {
-      font-weight         : bold;
-    }
+.header {
+  font-weight: bold;
+}
 
 
-  .larger-text 
-    {
-      font-size           : larger;
-    }
+.larger-text {
+  font-size: larger;
+}
 
 
-  .smaller-text 
-    {
-      font-size           : smaller;
-    }
+.smaller-text {
+  font-size: smaller;
+}
    
    
-  .monospace
-    {
-      font-family         : monospace;
-    }
+.monospace {
+  font-family: monospace;
+}
     
     
-  .indent
-    {
-      margin-left         : 23px;
-    }
+.indent {
+/*  margin-left: 23px; */
+  margin-left: 15px;
+}
 
 
-  .box-padded
-    {
-      padding             : 5px;
-    }    
+.box-padded {
+  padding: 5px;
+}    
 
 
-  .spaced
-    {
-      margin              : 3px 5px 4px 5px;
-    }    
+.spaced {
+  margin: 1px 3px;
+}    
 
 
-  .wizard-box
-    {
-      padding             : 20px 44px 10px 44px;
-    }    
+.wizard-box {
+  padding: 15px 35px 10px 35px;
+}    
 
 
-  .caption-text
-    {
-      margin: 0px 2px 0px 1px !important;
-    }
+.caption-text {
+  margin: 0px 2px 0px 1px !important;
+}
index 375c8e0540c535fd9682bb352b29b9de568ba814..68152167ff5d1571fc7c071040b3b02a7eea7190 100644 (file)
@@ -45,9 +45,9 @@
 
 groupbox {
   -moz-border-radius: 5px;
 
 groupbox {
   -moz-border-radius: 5px;
-  margin: 5px;
+  margin: 3px 2px;
   border: 2px solid #9C9CFF;
   border: 2px solid #9C9CFF;
-  padding: 5px;
+  padding: 3px 3px 5px 5px;
 }
 
 .groupbox-body {
 }
 
 .groupbox-body {
index 95e35a56fae21620a72170761f75a60d4c69a8ed..9352a05baa9993f42a9d4d5a436fb99cfdbd96f3 100644 (file)
 
 radio {
   -moz-box-align: center;
 
 radio {
   -moz-box-align: center;
-  margin: 2px 4px;
-  padding: 1px 2px 1px 4px;
+  margin: 1px 2px;
+  padding: 1px;
 }
 
 .radio-label-box {
 }
 
 .radio-label-box {
-  margin-left: 2px;
   border: 1px solid transparent;
   padding: 0px 0px 1px 1px;
   border: 1px solid transparent;
   padding: 0px 0px 1px 1px;
+  -moz-box-align: center;
 }
 
 .radio-icon {
 }
 
 .radio-icon {
index 455ccf3dbce3976d98d65b22f71a59e490b3bc51..c7b009e16b75359798d76cac4f3ba625a9f48c45 100644 (file)
@@ -207,7 +207,7 @@ html|p {
   border: none;
 }
 
   border: none;
 }
 
-#dirTree, #resultsTree { 
+#dirTree, #abResultsOutliner { 
   border: none;
   margin: 0px;
 }
   border: none;
   margin: 0px;
 }
@@ -215,3 +215,12 @@ html|p {
 #resultsTree {
 /*  border-left: 1px solid ThreeDShadow; */
 }
 #resultsTree {
 /*  border-left: 1px solid ThreeDShadow; */
 }
+
+/* ::::: Search Bar  ::::: */
+
+#searchBox {
+/*
+  border-top: 1px solid ThreeDHighlight;
+  border-bottom: 1px solid ThreeDShadow;
+*/
+}
index 5a58b2014e44e7199e8dbc1c49bd5afbb11ab766..75171f309ff698c59fd4aa5ed8c94dda37376e01 100644 (file)
@@ -65,5 +65,5 @@
 
 #threadOutliner {
   min-width: 1px;
 
 #threadOutliner {
   min-width: 1px;
-  border:n none;
+  border: none;
 }
 }
index 85d3a3a7cf92d48c01c2c33aa9190c5c3f81ffbd..8b7e3fa2ac7490861a1b4d1f59983e9f5f8edd26 100644 (file)
@@ -179,6 +179,11 @@ outlinerbody:-moz-outliner-image(remote-err) {
   -moz-binding: url("chrome://messenger/content/messengercompose/mailComposeBindings.xml#fromMenuitem");
 }
 
   -moz-binding: url("chrome://messenger/content/messengercompose/mailComposeBindings.xml#fromMenuitem");
 }
 
+.composemenu-text-2 {
+  font-style: italic;
+  color: #8050B0;
+}
+
 /* ::::: LCARStrek layout corrections ::::: */
 
 #msgheaderstoolbar-box {
 /* ::::: LCARStrek layout corrections ::::: */
 
 #msgheaderstoolbar-box {
@@ -191,6 +196,11 @@ outlinerbody:-moz-outliner-image(remote-err) {
   padding: 1px 5px;
 }
 
   padding: 1px 5px;
 }
 
+#addresses-box > hbox > label,
+#attachments-box > label {
+  margin-left: 0px;
+}
+
 #msgIdentity,
 #msgSubject {
   margin-right: 0px;
 #msgIdentity,
 #msgSubject {
   margin-right: 0px;
index f552fb5f5285097e8a162ca45670de969525f8b8..7c4d04c021de83fce84b068dcd1f1cead7c5b650 100644 (file)
@@ -62,3 +62,7 @@ textbox.header {
   margin: 1em;
   border: 2px solid #9C9CFF;
 }
   margin: 1em;
   border: 2px solid #9C9CFF;
 }
+
+.fixedsize {
+  height: 14.5em;
+}