]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/UIxContactEditor.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1052 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / WebServerResources / UIxContactEditor.css
1 DIV#editorTabs
2 { position: absolute;
3   top: .5em;
4   left: .5em;
5   right: .5em;
6   bottom: 2.5em;
7   margin-bottom: 1em; }
8
9 DIV#editorTabs DIV.tab
10 { padding: .5em;
11   overflow: hidden; }
12
13 SELECT
14 { width: 8em; }
15
16 DIV.tab TABLE
17 { border: 1px solid #aaa;
18   margin-top: -.5em;
19   margin-left: auto;
20   margin-right: auto;
21   margin-bottom: 1em;
22   padding: 1em;
23   -moz-border-radius: 6px;
24   display: table;
25   text-align: right;
26   width: 100%; }
27
28 SPAN.caption
29 { text-align: center;
30   cursor: default;
31   background: #999;
32   width: auto;
33   padding: .25em;
34   margin-left: 7px;
35   border-top: 2px solid #fff;
36   border-left: 2px solid #fff;
37   border-bottom: 2px solid #888;
38   border-right: 2px solid #888;
39   background-color: #d4d0c8;
40   -moz-border-top-colors: #efebe7 #fff;
41   -moz-border-left-colors: #efebe7 #fff;
42   -moz-border-bottom-colors: #000 #9c9a94 transparent;
43   -moz-border-right-colors: #000 #9c9a94 transparent; }
44
45 DIV#buttons
46 { visibility: visible;
47   position: absolute;
48   right: 1em;
49   bottom: 1em; }
50
51 TR
52 { width: 100% !important;
53   border: 2px solid #0ff; }
54
55 DIV#editorTabs DIV.tab TD.titleCell
56 { text-align: left;
57   font-weight: bold; }
58
59 /* DIV#contactInfos INPUT.textField,
60 DIV#contactInfos TABLE
61 { width: 100%; }
62  */
63
64 DIV#contactInfos INPUT.textField
65 { width: 60%; }
66
67 TD#htmlMailFormat
68 { text-align: left !important; }
69
70 TABLE#emailInfos TD
71 { width: 90%; }
72
73 TABLE#emailInfos TD.preferred
74 { width: 10% !important;
75   overflow: visible;
76   text-align: center; }
77
78 DIV.tab TD INPUT.textField
79 { width: 60%;
80   margin-left: .5em; }
81
82 DIV.tab TD.firstColumn INPUT.textField,
83 DIV.tab TD.secondColumn INPUT.textField
84 { width: 35%; }
85
86 #otherInfos TEXTAREA
87 { width: 70%; }