]> 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 172d13a6a2e144d172fd5d2b5c8999205d4d66e5..f70ba607ac109938523d24875ca96ed5b528b032 100644 (file)
@@ -22,7 +22,7 @@
 DIV#rightPanel
 {
   position: absolute;
-  top: 6em;
+  top: 5.5em;
   left: 15em;
   margin-left: 5px;
   right: 0px;
@@ -31,13 +31,13 @@ DIV#rightPanel
 }
 
 DIV#contactsListContent
-{ 
-  position: absolute;
+{ position: absolute;
   background: #fff;
   width: 100%;
   height: 16em;
-  top: 2em;
+  top: 2.5em;
   overflow: auto;
+  overflow-x: hidden;
   left: 0px;
 }
 
@@ -95,9 +95,9 @@ table.titletable td.titlecell SELECT
   border-left: 1px solid #fff;
   border-right: 2px solid #222;
   border-bottom: 2px solid #222;
-  -moz-border-bottom-colors: ThreeDDarkShadow ThreeDShadow transparent;
-  -moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent;
-  background: #DCDAD5;
+  -moz-border-bottom-colors: #000 #9c9a94 transparent;
+  -moz-border-right-colors: #000 #9c9a94 transparent;
+  background-color: #DCDAD5;
 }
 
 .whitesec_title
@@ -115,20 +115,17 @@ DIV#contactFoldersList
   bottom: 0px;
   margin: 0px;
   padding: 0px;
-  overflow: hidden;
-}
+  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;
@@ -138,14 +135,14 @@ UL#contactFolders
   height: 100%;
   margin: 0px;
   padding: 0px;
-  border: 0px;
+  border-top: 2px solid #222;
+  border-left: 2px solid #222;
+  border-right: 1px solid #fff;
+  border-bottom: 1px solid #fff;
+  -moz-border-top-colors: #9c9a94 #000;
+  -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;
@@ -154,12 +151,6 @@ DIV#contactFoldersList LI
   white-space: nowrap;
 }
 
-DIV#contactFoldersList LI._selected
-{ 
-  background: #4b6983;
-  color: #fff;
-}
-
 .treecell
 {
   color: black;
@@ -182,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
 {
@@ -195,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;
@@ -315,19 +304,21 @@ DIV.contactSelection
   left: 0px;
   right: 0px;
   text-align: right;
-  background: #dbdad5;
-  border-top: 1px solid #fffffb;
+  background: #d4d0c8;
+  border-top: 1px solid #fff;
   border-left: 0px;
   border-right: 0px;
   border-bottom: 0px;
-  -moz-border-top-colors: -moz-buttonhoverface;
+  -moz-border-top-colors: #efebe7;
 }
 
 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; }