adopting to recent XUL changes
[themes.git] / LCARStrek / skin / LCARStrek / messenger / addressbook / addressbook.css
index a708f7384c87b255a946b7ef2f7d4a976b291f17..53e78db3c9983c6185f2b40ba7928bb37ec69a9d 100644 (file)
@@ -179,13 +179,20 @@ sidebarheader {
        min-width: 30px;
 }
 
-.CardViewText {
+.CardViewText,
+.CardViewLink {
        padding-left: 20px;
        padding-right: 2px;
        min-width: 30px;
        margin: 0px;
 }
 
+.CardViewLink {
+       color: blue;
+       text-decoration: underline;
+       cursor: pointer;
+}
+
 html|a {
        padding-left: 0px;
        padding-right: 2px;
@@ -211,10 +218,9 @@ html|p {
 
 #dirTree, #resultsTree { 
   border: none;
+  margin: 0px;
 }
 
 #resultsTree {
 /*  border-left: 1px solid ThreeDShadow; */
 }
-
-