sogo/UI/WebServerResources/iefixes.css
Francis Lachapelle 0c7f3b90b7 Monotone-Parent: 4bfedf0d0ab8fc8042756a4922e29e7270a9c9c0
Monotone-Revision: ad74fe2a39d0af65f91d5693fada5eaec21e1c0d

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-01-04T20:58:52
Monotone-Branch: ca.inverse.sogo
2008-01-04 20:58:52 +00:00

97 lines
1.6 KiB
CSS

/* SOGoRootPage */
DIV#loginScreen
{ border: 2px solid #fff;
border-right: 2px solid #666;
border-bottom: 2px solid #666;
}
/* generic */
SPAN.disabledToolbarButton
{ filter: alpha(opacity=40); }
DIV.javascriptPopupBackground
{ filter: alpha(opacity=60); }
DIV.javascriptMessagePseudoWindow,
DIV.javascriptMessagePseudoTopWindow
{ filter: alpha(opacity=100); }
TD.headerCell,
TD.tbtv_headercell,
TD.tbtv_navcell
{ border: 1px solid #fff;
border-right: 1px solid #666;
border-bottom: 1px solid #666; }
A.button,
INPUT.button
{ border: 1px solid #fff;
border-right: 1px solid #666;
border-bottom: 1px solid #666;
margin: 0px;
padding: 0px; }
A.button IMG
{ margin: 1px; }
/* UIxAclEditor */
DIV#userRoles
{ }
UL#userList
{ top: 3em; }
/* MailerUI */
IMG.dragMessage
{ filter: alpha(opacity=70); }
TD.mailer_fieldname
{ width: 8em; }
/* SchedulerUI */
DIV[class~="event"]._selected > DIV.eventInside
{ filter: alpha(opacity=70); }
DIV.shadow1.css,
DIV.shadow2.css,
DIV.shadow3.css,
{ filter: alpha(opacity=10); }
DIV.shadow4.css
{ filter: alpha(opacity=40); }
/* UIxAppointmentEditor */
SPAN.content A
{ line-height: 2.5em; }
SPAN.content > INPUT.textField
{ width: 99%; }
/* UIxAttendeesEditor */
DIV#attendeesMenu
{ overflow: scroll;
overflow-x: hidden; }
DIV#attendeesView
{ left: 0.5em; }
DIV#freeBusyView
{ border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
border-top: 2px solid #222;
border-left: 2px solid #222;
left: 0.5em; }
TABLE#freeBusyData TD.noFreeBusy
{ height: 2.2em; }
TABLE#freeBusyData TD SPAN.freeBusyZoneElement
{ height: 103%; }
TABLE
{ empty-cells: show; }