]> err.no Git - scalable-opengroupware.org/blobdiff - UI/WebServerResources/iefixes.css
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1261 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / UI / WebServerResources / iefixes.css
index fe29000e8e1d854b16384d8599676a081c80272f..ff0757e13726e3ece076e24573840025785d8034 100644 (file)
@@ -1,3 +1,10 @@
+/* SOGoRootPage */
+DIV#loginScreen
+{ border: 2px solid #fff;
+  border-right: 2px solid #666;
+  border-bottom: 2px solid #666;
+}
+
 /* generic */
 SPAN.disabledToolbarButton
 { filter: alpha(opacity=40); }
@@ -24,3 +31,31 @@ DIV.shadow3.css,
 
 DIV.shadow4.css
 { filter: alpha(opacity=40); }
+
+/* UIxAppointmentEditor */
+
+SPAN.content A
+{ line-height: 2.5em; }
+
+SPAN.content > INPUT.textField
+{ width: 99%; }
+
+/* UIxAttendeesEditor */
+
+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;
+  margin-left: 0.5em; }
+
+TABLE#freeBusy TH.attendees,
+TABLE#freeBusy TD.attendees
+{ background-color: #fff !important;
+  padding-right: 5px;
+  padding-left: 0px; }
+
+TABLE#freeBusy TD.attendees INPUT
+{ border-bottom: 1px solid #ccc;
+  border-right: 1px solid #ccc; }
\ No newline at end of file