big changes to get this baby running again. It's not perfect, but it's up\! yay\!
[themes.git] / LCARStrek / messenger / skin / addressbook / addressbook.css
index 9188ba87e0bb574a0199969f75a60090aba8ff59..1fbc962dd58c0ac1e97ac1432cc4fe94514c8e61 100755 (executable)
@@ -76,6 +76,14 @@ html|a[class="CardViewText"] {
        min-width: 30px;
 }
 
+html|p {
+    border: none !important;
+}
+
+[hide] {
+  visibility: collapse;
+}
+
 
 /* CardEdit styles - used in the Card Edit Dialog */
 
@@ -112,7 +120,7 @@ treeitem[selected="true"] > treerow {
        background-color: #CCCCDD; */
 }
 
-tree[class="abDirectory"] treeitem > treerow > treecell > .tree-icon {
+tree[class="abDirectory"] treeitem > treerow > treecell > .tree-cell-primary-icon {
        list-style-image: url("chrome://messenger/skin/addressbook/myaddrbk.gif");
 }
 
@@ -122,16 +130,18 @@ tree[class="abResults"] treeitem > treerow > treecell.cardicon {
        min-height: 14px;
 }
 
+treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {               
+  list-style-image: none !important;
+  padding-left: 12px;
+}
 
 /* Address Book specific style */
 
 #results_box {
        border-left: 8px solid #CCCCDD;
 }
-[hide] {
-  visibility: collapse;
-}
+
+/* Toolbar buttons */
 
 #button-newcard {
        list-style-image:url("chrome://messenger/skin/addressbook/newcard.gif");
@@ -207,47 +217,103 @@ tree[class="abResults"] treeitem > treerow > treecell.cardicon {
 }
 */
 
-#button-stop {
-       list-style-image:url("chrome://global/skin/stop.gif");
+#searchlabel {
+       padding: 0px;
+       padding-left: 5px;
+       padding-bottom:2px;
+       white-space: nowrap;
+       font-size: smaller;
+       min-width: 20px;
 }
 
-#button-stop:hover {
-       list-style-image:url("chrome://global/skin/stop-hover.gif");
+#searchtext {
+       min-width: 20px;
+       padding: 0px;
 }
 
-#button-stop[disabled="true"] {
-       list-style-image:url("chrome://global/skin/stop_dis.gif");
++/* ==FOR abSelectAddressesDialog.xul =======*/
+
+#3PaneBox {
 }
 
-#button-search {
-       list-style-image:url("chrome://global/skin/search.gif");
+#dirTreeBox {
+       width                               : 180px;
+       height                            : 100%; 
+/*     background-color      : window; */
+  border           : none;
 }
 
-#button-search:hover {
-       list-style-image:url("chrome://global/skin/search-hover.gif");
+/* -note- #dirTree#resultsTree is shared with addressbook.xul */
+
+#sidebar-box {
+  border: none;
 }
 
-#button-search[disabled="true"] {
-       list-style-image:url("chrome://global/skin/search_dis.gif");
+tree > treehead > treerow {
+  border: none;
 }
 
-#searchlabel {
-       padding: 0px;
-       padding-left: 5px;
-       padding-bottom:2px;
-       white-space: nowrap;
-       font-size: smaller;
-       min-width: 20px;
+#dirTree { // Tree that lists different Address Books
+  min-width               : 10px;
+  border     : none;
 }
+                                                                                                                                                
+#dirTreeBox {
+  border     : none;
+ }    
 
-#searchtext {
-       min-width: 20px;
-       padding: 0px;
+#dirTree[type="dialog"] {
 }
 
-treeitem[empty="true"] > treerow > treecell > .tree-cell-twisty {               
-                                                                                                                                               
-  list-style-image: none !important;                                             
-                                                                                                                                               
-}    
+#resultsTree {
+  border-top        : none;
+  border-bottom     : none;
+}
+#results-bucket-tree-box {
+}
+
+#resultsTreeBox {
+/*     background-color: window;  */
+}
 
+#vertical-splitter {
+  min-width     : 4px;
+}
+
+#addToBucketButtonBox { // Row of "To" "CC" and "Bcc" buttons
+       padding                 : 0.3em; 
+       min-width               : 10px;
+  border-top: 1px solid ThreeDHighlight;
+}
+
+#bucketBox {
+       height                  : 170px;
+}
+
+#addressBucket {
+       height                  : 100px; 
+       min-width               : 10px;
+}
+
+#rightColumnButtonBox { // Column with "New", "Edit" and "Remove" buttons
+       padding                 : .5em; 
+       padding-right   : 0px;
+}
+
+.3rd-column-spring {  // Vertical Springs between 3rd column buttons
+       height                  : 10px;
+}
+
+.middle-button-spring { // Springs between To, CC, and BCC buttons
+       width                   : 10px;
+}
+
+#bucket-splitter {
+  border: none;
+  min-height: 4px;
+}
+
+#sidebar-panels-splitter {
+    border-top            : none;
+}