diff --git a/admin/css/screen.css b/admin/css/screen.css index 008cf6d24..5e6382b17 100644 --- a/admin/css/screen.css +++ b/admin/css/screen.css @@ -582,6 +582,12 @@ form.import-form label.left { width: 250px; } .cms-container .CMSPageHistoryController .cms-edit-form .ui-tabs-nav .ui-state-active, .cms-container .CMSPageHistoryController .cms-edit-form .ui-tabs-nav .ui-widget-content .ui-state-active, .cms-container .CMSPageHistoryController .cms-edit-form .ui-tabs-nav .ui-widget-header .ui-state-active { padding-bottom: 1px; background: #e6eaed; border: 1px solid #c0c0c2; } .cms-container .CMSPageHistoryController .ss-tabset .ui-tabs-panel { background: #e6eaed; clear: both; border-top: 1px solid #c0c0c2; } +/** -------------------------------------------- Page Settings Controller -------------------------------------------- */ +.cms-container .CMSMain.CMSPageSettingsController .tab#Root_Settings .optionset li { white-space: nowrap; padding-top: 8px; } +.cms-container .CMSMain.CMSPageSettingsController .tab#Root_Settings .optionset li label { padding-left: 2px; } +.cms-container .CMSMain.CMSPageSettingsController .tab#Root_Settings .fieldgroup .fieldgroup-field { width: 216px; padding-left: 0; } +.cms-container .CMSMain.CMSPageSettingsController .tab#Root_Settings .TreeDropdownField .treedropdownfield-toggle-panel-link { border-left: none; background: none; background-image: none; } + /** This file defines the jstree base styling (see http://jstree.com), as well as any customizations (see bottom of file). The styles are usually added through jstree.js on DOM load, but we need it earlier in order to correctly display the uninitialized tree. */ .cms .jstree ul, .TreeDropdownField .treedropdownfield-panel .jstree ul { display: block; margin: 0; padding: 0; background: none; list-style-type: none; } .cms .jstree li, .TreeDropdownField .treedropdownfield-panel .jstree li { display: block; margin: 0; padding: 0; list-style-type: none; display: block; min-height: 18px; line-height: 18px; white-space: nowrap; margin-left: 18px; min-width: 18px; } diff --git a/admin/scss/_style.scss b/admin/scss/_style.scss index 9caf17b7f..07e3d1c19 100644 --- a/admin/scss/_style.scss +++ b/admin/scss/_style.scss @@ -1716,4 +1716,27 @@ form.import-form { } } +/** -------------------------------------------- + * Page Settings Controller + * -------------------------------------------- */ +.cms-container .CMSMain.CMSPageSettingsController { + .tab#Root_Settings { + .optionset li { + white-space:nowrap; + padding-top:$grid-y; + label { + padding-left:2px; + } + } + .fieldgroup .fieldgroup-field { + width:$grid-x*27; + padding-left:0; + } + .TreeDropdownField .treedropdownfield-toggle-panel-link { + border-left:none; + background:none; + background-image:none; + } + } +} \ No newline at end of file diff --git a/css/UnitTesting.css b/css/UnitTesting.css index 99224bf62..472b51952 100644 --- a/css/UnitTesting.css +++ b/css/UnitTesting.css @@ -8,17 +8,17 @@ table.details tr { background: #eeeee0; } p { line-height: 1.5em; margin-top: 0.5em; margin-bottom: 1.0em; } -h1 { margin: 0px 0px 5px; font: 165% verdana,arial,helvetica; } +h1 { margin: 0px 0px 5px; font: 165% verdana, arial, helvetica; } -h2 { margin-top: 1em; margin-bottom: 0.5em; font: bold 125% verdana,arial,helvetica; } +h2 { margin-top: 1em; margin-bottom: 0.5em; font: bold 125% verdana, arial, helvetica; } -h3 { margin-bottom: 0.5em; font: bold 115% verdana,arial,helvetica; } +h3 { margin-bottom: 0.5em; font: bold 115% verdana, arial, helvetica; } -h4 { margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica; } +h4 { margin-bottom: 0.5em; font: bold 100% verdana, arial, helvetica; } -h5 { margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica; } +h5 { margin-bottom: 0.5em; font: bold 100% verdana, arial, helvetica; } -h6 { margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica; } +h6 { margin-bottom: 0.5em; font: bold 100% verdana, arial, helvetica; } .Error { font-weight: bold; color: red; }