]> err.no Git - scalable-opengroupware.org/blob - UI/WebServerResources/iefixes.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1227 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / WebServerResources / iefixes.css
1 /* SOGoRootPage */
2 DIV#loginScreen
3 { border: 2px solid #fff;
4   border-right: 2px solid #666;
5   border-bottom: 2px solid #666;
6 }
7
8 /* generic */
9 SPAN.disabledToolbarButton
10 { filter: alpha(opacity=40); }
11
12 DIV.javascriptPopupBackground
13 { filter: alpha(opacity=60); }
14
15 DIV.javascriptMessagePseudoWindow,
16 DIV.javascriptMessagePseudoTopWindow
17 { filter: alpha(opacity=100); }
18
19 /* MailerUI */
20 IMG.dragMessage
21 { filter: alpha(opacity=70); }
22
23 /* SchedulerUI */
24 DIV[class~="event"]._selected > DIV.eventInside
25 { filter: alpha(opacity=70); }
26
27 DIV.shadow1.css,
28 DIV.shadow2.css,
29 DIV.shadow3.css,
30 { filter: alpha(opacity=10); }
31
32 DIV.shadow4.css
33 { filter: alpha(opacity=40); }
34
35 /* UIxAppointmentEditor */
36
37 SPAN.content A
38 { line-height: 2.5em; }
39
40 SPAN.content > INPUT.textField
41 { width: 99%; }
42
43 /* UIxAttendeesEditor */
44
45 DIV#freeBusyView
46 { border-bottom: 1px solid #fff;
47   border-right: 1px solid #fff;
48   border-top: 2px solid #222;
49   border-left: 2px solid #222;
50   left: 0.5em;
51   margin-left: 0.5em; }
52
53 TABLE#freeBusy TH.attendees,
54 TABLE#freeBusy TD.attendees
55 { background-color: #fff !important;
56   padding-right: 5px;
57   padding-left: 0px; }
58
59 TABLE#freeBusy TD.attendees INPUT
60 { border-bottom: 1px solid #ccc;
61   border-right: 1px solid #ccc; }