update both themes for suite default theme changes up to 2010-06-19
[themes.git] / LCARStrek / messenger / addressbook / addressbook.css
index ed4baff9feeaa90b58a40de8b72df02a938e408b..2a02a842e940e6d41c4ed4354ce9fc9dd6b6e7cb 100644 (file)
 
 .CardViewHeading {
   padding: 1px;
-  padding-left: 5px;
-  margin: 0px 0px 1px 0px;
+  -moz-padding-start: 5px;
+  margin: 0 0 1px;
   background-color: #008484;
   color: #000000;
   font-weight: bold;
 }
 
 #cvBuddyIcon {
-  padding-left: 20px;
+  -moz-padding-start: 20px;
   padding-top: 2px;
 }
 
 .CardViewText,
 .CardViewLink {
-  padding-left: 20px;
-  padding-right: 2px;
+  -moz-padding-start: 20px;
+  -moz-padding-end: 2px;
   min-width: 30px;
   margin: 0px;
 }
 }
 
 html|a {
-  padding-left: 0px;
-  padding-right: 2px;
+  -moz-padding-start: 0px;
+  -moz-padding-end: 2px;
   border: none !important;
 }
 
@@ -217,12 +217,3 @@ html|p {
 #resultsTree {
 /*  border-left: 1px solid ThreeDShadow; */
 }
-
-/* ::::: Search Bar  ::::: */
-
-#searchBox {
-/*
-  border-top: 1px solid ThreeDHighlight;
-  border-bottom: 1px solid ThreeDShadow;
-*/
-}