keep up with Classic; bump skinVersion to 1.5 and EarlyBlue version to 1.5b (if I...
[themes.git] / EarlyBlue / messenger / messengercompose / messengercompose.css
index 034e3d642bf48d69dd39035d27fad35793ee2d85..12851ba53494730603b00c539c544d34cb4691fa 100644 (file)
   list-style-image: url("chrome://global/skin/icons/stop-disabled.gif") !important;
 } 
 
-/* addressing widget */
-  
-#addressingWidgetTree {
-  height: 80px;
-  width: 0px;
-  margin: 0px;
-  -moz-user-focus: none;
-  background-color: #FFFFFF;
-}  
-  
-#listcol-addressingWidget {
-  width: 9em;
-  border-right: 1px solid #CCD0DD;
-}
-  
-#addressingWidgetTree > treechildren > treeitem > treerow,
-#addressingWidgetTree > treechildren > treeitem[selected="true"] > treerow {
-  border: none;
-  background-color: inherit;
-  color: inherit;
-}
-
-.treecell-addressingWidget {
-  border-bottom: 1px solid #CCD0DD;
-  padding: 0px !important;
-}
-  
-.treecell-addressingWidget:first-child {
-  border-bottom: none;
-}
-
-.textbox-addressingWidget {
-  -moz-box-align: center;
-}
-
-.dummy-row-cell:first-child {
-  border-bottom: 1px solid #CCD0DD;
-}
-
-.person-icon {
-  list-style-image: url("chrome://messenger/skin/addressbook/icons/abcard.gif");
-  margin: 0px 3px 0px 3px;
-}
-
 /* ::::: autocomplete icons ::::: */
 
-outlinerbody:-moz-outliner-cell-text(default-match) {
+treechildren::-moz-tree-cell-text(default-match) {
   margin: 2px -3px 2px 15px;
   border: none;
 }
 
-outlinerbody:-moz-outliner-image(local-abook) {
+treechildren::-moz-tree-image(local-abook) {
   margin: 2px -1px 2px 4px;
-  border: none;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/addrbook.gif");
 }
 
-outlinerbody:-moz-outliner-image(remote-abook) {
+treechildren::-moz-tree-image(remote-abook) {
   margin: 2px -3px 2px 2px;
-  border: none;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook.gif");
 }
 
-outlinerbody:-moz-outliner-image(remote-err) {
+treechildren::-moz-tree-image(remote-err) {
   margin: 2px -3px 2px 2px;
-  border: none;
   list-style-image: url("chrome://messenger/skin/addressbook/icons/remote-addrbook-error.gif");
 }
 
@@ -183,6 +136,11 @@ outlinerbody:-moz-outliner-image(remote-err) {
   -moz-binding: url("chrome://messenger/content/messengercompose/mailComposeBindings.xml#fromMenuitem");
 }
 
+.composemenu-text-2 {
+  font-style: italic;
+  color: #C0C0C0;
+}
+
 /* ::::: EarlyBlue layout corrections ::::: */
 
 #addresses-box,
@@ -190,11 +148,19 @@ outlinerbody:-moz-outliner-image(remote-err) {
   padding: 1px 5px;
 }
 
-#msgIdentity,
-#msgSubject {
+#addresses-box > hbox > label,
+#attachments-box > label {
+  margin-left: 0px;
+}
+
+#msgIdentity{
   margin-right: 0px;
 }
 
+#msgSubject {
+  margin-right: -1px;
+}
+
 #attachmentBucket {
   margin: 3px 0px 2px 0px;
 }