diff --git a/UI/WebServerResources/SchedulerUI.css b/UI/WebServerResources/SchedulerUI.css index a8f87456e..80aa06218 100644 --- a/UI/WebServerResources/SchedulerUI.css +++ b/UI/WebServerResources/SchedulerUI.css @@ -19,10 +19,9 @@ DIV#tasksListView top: 17em; bottom: 0px; left: .2em; - right: .7em; + right: 0px; padding: 0px; - overflow: hidden; -} + overflow: hidden; } DIV#tasksListView H2 { font-size: 10pt; @@ -55,7 +54,7 @@ DIV.colorBox UL#tasksList, UL#calendarList { cursor: default; - margin: .25em; + margin: 0px; padding: 0px; border-bottom: 1px solid #fff; border-right: 1px solid #fff; @@ -66,7 +65,7 @@ UL#tasksList, UL#calendarList -moz-border-left-colors: #9c9a94 #000 transparent; list-style-type: none; list-style-image: none; - overflow-y: auto; + overflow: auto; overflow-x: hidden; } UL#calendarList @@ -79,10 +78,9 @@ UL#calendarList LI UL#tasksList { position: absolute; - width: 100%; top: 2em; - left: .25em; - right: .25em; + left: 0px; + right: 0px; bottom: .25em; } UL#tasksList LI