diff --git a/UI/WebServerResources/MailerUI.css b/UI/WebServerResources/MailerUI.css index f10b370af..4a27af53b 100644 --- a/UI/WebServerResources/MailerUI.css +++ b/UI/WebServerResources/MailerUI.css @@ -452,26 +452,6 @@ table.linked_attachment_meta font-style: italic; } -/* folder tree (js) )*/ -DIV.dTreeNode A SPAN.nodeName -{ - margin: 0px .2em; - padding-left: .2em; - padding-right: .2em; -} - -DIV.dTreeNode A._selected SPAN.nodeName -{ - background: #4b6983; - color: #fff; -} - -DIV.dTreeNode SPAN._dragOver -{ - background: #4b6983; - color: #fff; -} - /* drag-n-drop */ IMG.dragMessage { diff --git a/UI/WebServerResources/SchedulerUI.css b/UI/WebServerResources/SchedulerUI.css index fbf937135..1b51b6f58 100644 --- a/UI/WebServerResources/SchedulerUI.css +++ b/UI/WebServerResources/SchedulerUI.css @@ -859,7 +859,7 @@ DIV.monthView DIV.appointment padding: 1px; height: 1.5em; } -DIV.monthView DIV.appointment DIV.text +DIV.appointment DIV.text { font-size: 80%; } DIV.daysView DIV[class~="appointment"].starts0 diff --git a/UI/WebServerResources/UIxContactsUserFolders.css b/UI/WebServerResources/UIxContactsUserFolders.css new file mode 100644 index 000000000..b502613e1 --- /dev/null +++ b/UI/WebServerResources/UIxContactsUserFolders.css @@ -0,0 +1,41 @@ +DIV#filterPanel +{ position: absolute; + text-align: center; + width: auto; + top: 1em; + left: 1em; + right: 1em; } + +SPAN.searchBox +{ float: none !important; } + +INPUT#searchValue +{ margin: 0px; } + +DIV#folders +{ position: absolute; + left: 1em; + right: 1em; + top: 3em; + bottom: 3em; + background-color: #fff; + padding: .5em; + padding-top: 0px; + overflow: auto; + border-bottom: 1px solid #fff; + border-right: 1px solid #fff; + border-top: 2px solid #222; + border-left: 2px solid #222; + -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow transparent; + -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow transparent; } + +DIV#folders DIV +{ width: auto; } + +DIV#buttons +{ position: absolute; + text-align: center; + height: 1.5em; + left: 1em; + right: 1em; + bottom: 1em; } diff --git a/UI/WebServerResources/generic.css b/UI/WebServerResources/generic.css index b25c6d4a5..4169c19c1 100644 --- a/UI/WebServerResources/generic.css +++ b/UI/WebServerResources/generic.css @@ -720,6 +720,26 @@ A[class~="_disabled"].button:active { color: #999; background: inherit; } +/* folder tree (js) )*/ +DIV.dTreeNode A SPAN.nodeName +{ + margin: 0px .2em; + padding-left: .2em; + padding-right: .2em; +} + +DIV.dTreeNode A._selected SPAN.nodeName +{ + background: #4b6983; + color: #fff; +} + +DIV.dTreeNode SPAN._dragOver +{ + background: #4b6983; + color: #fff; +} + /* tabs */ DIV.tabsContainer {