]> err.no Git - scalable-opengroupware.org/blobdiff - UI/WebServerResources/ContactsUI.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1153 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / WebServerResources / ContactsUI.css
index e9e3ff35d88b87be7f970924c3646736c2fa9f86..f70ba607ac109938523d24875ca96ed5b528b032 100644 (file)
@@ -31,13 +31,13 @@ DIV#rightPanel
 }
 
 DIV#contactsListContent
-{ 
-  position: absolute;
+{ position: absolute;
   background: #fff;
   width: 100%;
   height: 16em;
   top: 2.5em;
   overflow: auto;
+  overflow-x: hidden;
   left: 0px;
 }
 
@@ -97,7 +97,7 @@ table.titletable td.titlecell SELECT
   border-bottom: 2px solid #222;
   -moz-border-bottom-colors: #000 #9c9a94 transparent;
   -moz-border-right-colors: #000 #9c9a94 transparent;
-  background: #DCDAD5;
+  background-color: #DCDAD5;
 }
 
 .whitesec_title
@@ -117,17 +117,15 @@ DIV#contactFoldersList
   padding: 0px;
   overflow: hidden; }
 
-DIV#contactFoldersList DIV.toolbar
+DIV#contactFoldersList DIV.toolbar
 { width: 100%;
-  background: #f00;
   padding: 0px;
   margin: 0px;
   border-top: 1px solid #aaa;
   border-left: 1px solid #aaa; }
 
 UL#contactFolders
-{ visibility: hidden;
-  list-style-type: none;
+{ list-style-type: none;
   list-style-image: none;
   clear: both;
   cursor: default;
@@ -145,11 +143,6 @@ UL#contactFolders
   -moz-border-left-colors: #9c9a94 #000;
   overflow: auto; }
 
-UL#contactFolders LI.denied
-{ background: #fefefe;
-  font-style: italic;
-  color: #f33; }
-
 DIV#contactFoldersList LI
 {
   padding: .2em 1em;
@@ -158,12 +151,6 @@ DIV#contactFoldersList LI
   white-space: nowrap;
 }
 
-DIV#contactFoldersList LI._selected
-{ 
-  background: #4b6983;
-  color: #fff;
-}
-
 .treecell
 {
   color: black;
@@ -186,11 +173,15 @@ TABLE#contactsList
   color: #000;  
   background: #fff;
   width: 100%;
-  height: 100%;
 }
 
 TABLE#contactsList TD
-{ white-space: nowrap; }
+{ white-space: nowrap;
+  width: 20%; }
+
+TD#nameHeader,
+TD#mailHeader
+{ width: 30%; }
 
 TABLE#contactsList TD IMG
 {
@@ -199,12 +190,6 @@ TABLE#contactsList TD IMG
   margin-right: .2em;
 }
 
-TABLE#contactsList TR._selected TD
-{ 
-  background: #4b6983;
-  color: #fff;
-}
-
 TABLE#contactsList TR._deleted TD
 { 
   text-decoration: line-through;
@@ -331,7 +316,9 @@ DIV.contactSelection > DIV.calendar
 { text-align: center; }
 
 DIV.contactSelection INPUT.button
-{ margin-top: .25em; }
+{ font-size: 8pt;
+  margin-top: .25em;
+  padding: 0px; }
 
 DIV.contactSelection SPAN#selectionLabel
 { float: left; }