correcting message header display, better spacing of sidebar splitter
authorrobert <robert>
Sat, 28 Apr 2001 15:51:18 +0000 (15:51 +0000)
committerrobert <robert>
Sat, 28 Apr 2001 15:51:18 +0000 (15:51 +0000)
LCARStrek/communicator/skin/sidebar/sidebar.css
LCARStrek/messenger/skin/msgHdrViewOverlay.css

index e5c241cfdb03591ba795d32fe9d5d7aca6768545..1550b94e44c9ceeeaf0462980468633454260837 100755 (executable)
 }
 
 #sidebar-splitter {
-    -moz-border-radius: 0px 5px 5px 0px;
-    margin: 0px 3px 3px 0px;
+    border-top: none;
 }
 
 #sidebar-box {
-    margin: 0px 3px 3px 0px;
+    margin-bottom: 3px;
     border: none;
 }
 
@@ -87,7 +86,7 @@
  * texttab folder lookalike e.g. for sidebar panel headers
  */
   .box-texttab
-    {
+   {
       -moz-binding        : url("chrome://communicator/content/sidebar/sidebarBindings.xml#texttab");
       -moz-border-radius  : 5px;
       border-top          : 3px solid black;
       font-weight         : bold;
     }
     
+
+
index c5a04d32ede09ce10dd663b00fff613dbaf651da..79989b201ea14c4e616d2d21a22a6885aea2d909 100755 (executable)
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to HTML */
 @namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for XUL elements */
 
-toolbar > .toolbar-holder {
-  background-color: #FF9F00;
+#msgHeaderView
+  {
+  background-color: #E7ADE7;
   background-image: none;
-  -moz-border-radius: 0px 8px 8px 0px;
+  -moz-border-radius: 8px 8px 8px 8px;
   padding-right: 12px;
-}
+  margin-bottom: 3px;
+  }
 
 mail-emailaddress 
   {
@@ -83,11 +85,11 @@ mail-emailaddress
 
 .emailDisplayButton 
    {
-    color                 : #FFCF00;
+    color                 : black;
     cursor                : pointer;
     min-height            : 16px;
     -moz-border-radius:   : 3px;
-    background-color      : black;
+    background-color      : transparent;
   }
 
 .emailDisplayButton:hover
@@ -110,19 +112,23 @@ mail-emailaddress
 
 html.headerValue   
   { 
+    color                 : black;
     white-space           : normal;
     min-width             : 50px; 
     margin                : 0px;
+    padding-top           : 1px;
   }
 
 html.subjectvalue  
   { 
     font-weight           : bold; 
+    color                 : black;
   }
 
 text.headerdisplayname 
   { 
     font-weight           : bold; 
+    color                 : black;
     margin-right          : 0.5em; 
     margin-left           : 0.5em; 
     min-height            : 18px 
@@ -130,20 +136,21 @@ text.headerdisplayname
 
 text.headerValue 
   { 
+    color                 : black;
     white-space           : normal; 
     min-width             : 50px; 
 /*    border-bottom         : 1px solid #9999CC; */
   }
 
 .expandHeaderViewButton {
-  list-style-image: url("chrome://global/skin/twisty-open.gif");
+  list-style-image: url("chrome://global/skin/twisty-open-selected.gif");
   margin-left: .5em;
   margin-right: .5em;
 }
 
 .collapsedHeaderViewButton 
 {
-  list-style-image: url("chrome://global/skin/twisty-closed.gif");
+  list-style-image: url("chrome://global/skin/twisty-closed-selected.gif");
   margin-left: .5em;
    }
 
@@ -175,11 +182,17 @@ text.headerValue
 
 text.collapsedHeaderDisplayName 
 { 
+  color: black;
   font-weight: bold; 
   margin-left: .7em;
   min-height: 16px;
 }
 
+text.collapsedHeaderValue 
+{ 
+  color: black;
+}
+
 .collapsedAttachmentButton
 {
   list-style-image: url("chrome://messenger/skin/message-mail-attach.gif");
@@ -191,3 +204,4 @@ text.collapsedHeaderDisplayName
   visibility: hidden;
 }
 
+