diff --git a/UI/Templates/MainUI/SOGoUserHomePage.wox b/UI/Templates/MainUI/SOGoUserHomePage.wox index c6e38e687..a38fe6935 100644 --- a/UI/Templates/MainUI/SOGoUserHomePage.wox +++ b/UI/Templates/MainUI/SOGoUserHomePage.wox @@ -1,104 +1,63 @@ - - - - - - - - - - - - - - + + + + +
-

- - - - - - -
- : - - - -

-

- -

-
- - - - - - - - -
-
- - - + + + + + + + + + - - - - -
+

+ -

- - -
-
-
- - +

+
+ + + + + + + + + + + +
+
+ + + +
+ + +
+
+
+
+
diff --git a/UI/Templates/SchedulerUI/UIxAppointmentEditor.wox b/UI/Templates/SchedulerUI/UIxAppointmentEditor.wox index a805ff5e3..5500bd9e6 100644 --- a/UI/Templates/SchedulerUI/UIxAppointmentEditor.wox +++ b/UI/Templates/SchedulerUI/UIxAppointmentEditor.wox @@ -36,7 +36,7 @@ type="checkbox" var:selection="isPrivate" var:checked="isPrivate" /> - + - + - + .header { background: #efefef; width: 100%; + white-space: nowrap; vertical-align: middle; text-align: center; padding: .2em 0px; margin: 0px; border: 0px; } -#dateSelector #header A +#dateSelector > .header A { width: 1em; padding: .4em .2em; } -#dateSelector #header #leftArrow +#dateSelector > .header #leftArrow { float: left; } -#dateSelector #header #rightArrow +#dateSelector > .header #rightArrow { float: right; } -#dateSelector #header SPAN +#dateSelector > .header SPAN { cursor: default; font-size: medium; vertical-align: middle; @@ -213,7 +214,7 @@ DIV#calendarView A border: 1px solid transparent; margin: .5em .2em; } -#dateSelector #header SPAN:hover +#dateSelector > .header SPAN:hover { border-left: 1px solid #fff; border-top: 1px solid #fff; border-right: 1px solid #ccc; diff --git a/UI/WebServerResources/UIxAppointmentEditor.css b/UI/WebServerResources/UIxAppointmentEditor.css index 0ae5ad38f..69d42737a 100644 --- a/UI/WebServerResources/UIxAppointmentEditor.css +++ b/UI/WebServerResources/UIxAppointmentEditor.css @@ -6,7 +6,7 @@ DIV.appointmentLabel position: relative; line-height: 1.8em; text-align: right; - width: 10em; } + width: 3em; } DIV.appointmentRightLabel { display: inline; @@ -76,13 +76,13 @@ INPUT#summary, INPUT#location, SPAN.content { position: absolute; top: 0px; - left: 10em; + left: 8em; right: 0px; } DIV#details TEXTAREA { position: absolute; top: 0px; - left: 10em; + left: 8em; vertical-align: bottom; height: 5em; right: 0px; @@ -91,7 +91,7 @@ DIV#details TEXTAREA DIV#details SELECT { position: absolute; top: 0px; - left: 10em; } + left: 8em; } LABEL#isPrivate, LABEL#conflictsLabel { position: absolute; diff --git a/UI/WebServerResources/UIxTaskEditor.css b/UI/WebServerResources/UIxTaskEditor.css index 0ae5ad38f..641a82d8b 100644 --- a/UI/WebServerResources/UIxTaskEditor.css +++ b/UI/WebServerResources/UIxTaskEditor.css @@ -4,9 +4,9 @@ BODY DIV.appointmentLabel { display: block; position: relative; - line-height: 1.8em; + line-height: 1.7.5em; text-align: right; - width: 10em; } + width: 7.5em; } DIV.appointmentRightLabel { display: inline; @@ -76,13 +76,13 @@ INPUT#summary, INPUT#location, SPAN.content { position: absolute; top: 0px; - left: 10em; + left: 7.5em; right: 0px; } DIV#details TEXTAREA { position: absolute; top: 0px; - left: 10em; + left: 7.5em; vertical-align: bottom; height: 5em; right: 0px; @@ -91,7 +91,7 @@ DIV#details TEXTAREA DIV#details SELECT { position: absolute; top: 0px; - left: 10em; } + left: 7.5em; } LABEL#isPrivate, LABEL#conflictsLabel { position: absolute;