]> git.donarmstrong.com Git - roundcube.git/blob - skins/default/ldapsearchform.css
Merge commit 'debian/0.1_beta2.2_dfsg-1' into debian
[roundcube.git] / skins / default / ldapsearchform.css
1 /***** RoundCube|Mail address book task styles *****/
2
3
4 body.iframe,
5 {
6   background-color: #F9F9F9;
7 }
8
9 #ldapsearch-title
10 {
11   height: 12px !important;
12 /*  height: 20px; */
13   padding: 4px 20px 3px 20px;
14   border-bottom: 1px solid #999999;
15   color: #333333;
16   font-size: 11px;
17   font-weight: bold;
18   background-color: #EBEBEB;
19   background-image: url(images/listheader_aqua.gif); 
20 }
21
22 #ldapsearch-details
23 {
24   padding: 15px 20px 10px 20px;
25 }
26
27 #ldapsearch-details table td.title
28 {
29   color: #666666;
30   font-weight: bold;
31   text-align: right;
32   padding-right: 10px;
33 }
34
35 #ldapAddressList 
36 {
37   width: 100%;
38   table-layout: fixed;
39   /* css hack for IE */
40   width: expression(document.getElementById('addresslist').clientWidth);
41 }
42
43 #ldapAddressList table 
44 {
45   border-top: 1px solid #999999;
46 }
47
48 #ldap-search-results div
49 {
50   width: 100%;
51   color: red;
52   background-color: green;
53 }
54