MINOR Reordering and indentation in cms_right.css

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92590 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-11-21 02:35:39 +00:00
parent 61be99cf6e
commit 22d4141805

View File

@ -133,44 +133,10 @@
.right form textarea {
font-size: 12px;
}
.right form .mceEditor select.mceNativeListBox {
background: #fff;
padding-top: 2px;
width: 95px; /* Added width to stop sizes jumping and text wrapping */
font-size: 11px;
}
.right form .mceEditor select.mceNativeListBox option {
padding: 0 2px 0 2px;
font-size: 11px;
}
.right form .mceEditor .mceFirst {
background: #f4f4f4;
}
.right form .mceEditor .mceToolbar table {
background: transparent;
}
.right form .mceEditor .mceButton {
padding: 1px;
}
.right form .mceEditor select.mceNativeListBox {
background: #fff;
}
.right form .mceEditor .mceFirst {
background: #fbfbfb url(../images/textures/mce_editor.gif) repeat-x bottom;
}
.right form .mceEditor .mceToolbar table {
background: transparent;
}
.right form .mceEditor select.mceNativeListBox {
background: #fff;
}
.right form input.checkbox,
.right form .optionset input,
.right form .htmleditor select,
.right form input.action {
.right form .htmleditor select {
width: auto;
margin-right: 4px;
}
@ -223,11 +189,41 @@
padding-top: 1em;
}
/* Overflow is handled by tabsets inside the panel */
.ui-layout-center {
overflow: hidden !important;
/**
* Tinymce
*/
.right form .mceEditor select.mceNativeListBox {
background: #fff;
padding-top: 2px;
width: 95px; /* Added width to stop sizes jumping and text wrapping */
font-size: 11px;
}
.right form .mceEditor select.mceNativeListBox option {
padding: 0 2px 0 2px;
font-size: 11px;
}
.right form .mceEditor .mceFirst {
background: #f4f4f4;
}
.right form .mceEditor .mceToolbar table {
background: transparent;
}
.right form .mceEditor .mceButton {
padding: 1px;
}
.right form .mceEditor select.mceNativeListBox {
background: #fff;
}
.right form .mceEditor .mceFirst {
background: #fbfbfb url(../images/textures/mce_editor.gif) repeat-x bottom;
}
.right form .mceEditor .mceToolbar table {
background: transparent;
}
.right form .mceEditor select.mceNativeListBox {
background: #fff;
}
/**
* RHS Action Parameters boxes
@ -243,32 +239,32 @@
padding: 10px;
}
#right form.actionparams div.field {
#right form.actionparams div.field {
margin-left: 6em;
}
}
#right form.actionparams label.left {
#right form.actionparams label.left {
width: 6em;
margin-left: -6em;
}
#right form.actionparams input, #right form.actionparams select, #right form.actionparams textarea {
}
#right form.actionparams input, #right form.actionparams select, #right form.actionparams textarea {
width: 100%;
}
#right form.actionparams input.checkbox, #right form.actionparams .optionset input {
}
#right form.actionparams input.checkbox, #right form.actionparams .optionset input {
width: auto;
}
}
#right form.actionparams p.label {
#right form.actionparams p.label {
margin: 10px 0 0 0;
}
#right form.actionparams .actions {
}
#right form.actionparams .actions {
margin: 10px 0 0 0;
text-align: right;
}
#right form.actionparams .actions input {
}
#right form.actionparams .actions input {
width: auto;
}
#right form.actionparams .sendingText {
}
#right form.actionparams .sendingText {
position: absolute;
left: 0;
top: 0;
@ -280,20 +276,20 @@
font-weight: bold;
color: #fff;
text-align: center;
}
}
#right form.actionparams div.TreeDropdownField {
#right form.actionparams div.TreeDropdownField {
width: 220px;
padding-bottom: 150px;
}
#right form.actionparams div.TreeDropdownField span.items {
}
#right form.actionparams div.TreeDropdownField span.items {
width: 195px;
}
}
#right form.actionparams div.TreeDropdownField div.tree_holder {
#right form.actionparams div.TreeDropdownField div.tree_holder {
width: 214px;
}
}
/**
* Autocomplete
@ -321,10 +317,10 @@
font-style: italic;
}
/*
* Status
/**
* Status Messages
*/
#statusMessage {
#statusMessage {
position: absolute;
z-index: 500;
bottom: 4px;
@ -338,7 +334,7 @@
border: 1px solid #a9a67d;
margin: 0 !important;
line-height: 1.5;
}
}
#statusMessage.good {
padding: 2px 20px 2px 40px;
color: #060;
@ -359,14 +355,14 @@
*/
/* Filter box (for search/filter box above a table on Asset/MemberTableField) */
div.filterBox {
.right div.filterBox {
width: inherit;
margin: 5px 0;
padding: 5px;
background: #EEE;
border: 1px solid #BBB;
}
div.filterBox .middleColumn {
.right div.filterBox .middleColumn {
background: none !important;
}