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 { .right form textarea {
font-size: 12px; 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 input.checkbox,
.right form .optionset input, .right form .optionset input,
.right form .htmleditor select, .right form .htmleditor select {
.right form input.action {
width: auto; width: auto;
margin-right: 4px; margin-right: 4px;
} }
@ -223,14 +189,44 @@
padding-top: 1em; padding-top: 1em;
} }
/* Overflow is handled by tabsets inside the panel */ /**
.ui-layout-center { * Tinymce
overflow: hidden !important; */
.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 * RHS Action Parameters boxes
*/ */
#right form.actionparams { #right form.actionparams {
border: 1px solid #777; border: 1px solid #777;
@ -243,57 +239,57 @@
padding: 10px; padding: 10px;
} }
#right form.actionparams div.field { #right form.actionparams div.field {
margin-left: 6em; margin-left: 6em;
} }
#right form.actionparams label.left { #right form.actionparams label.left {
width: 6em; width: 6em;
margin-left: -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%; width: 100%;
} }
#right form.actionparams input.checkbox, #right form.actionparams .optionset input { #right form.actionparams input.checkbox, #right form.actionparams .optionset input {
width: auto; width: auto;
} }
#right form.actionparams p.label { #right form.actionparams p.label {
margin: 10px 0 0 0; margin: 10px 0 0 0;
} }
#right form.actionparams .actions { #right form.actionparams .actions {
margin: 10px 0 0 0; margin: 10px 0 0 0;
text-align: right; text-align: right;
} }
#right form.actionparams .actions input { #right form.actionparams .actions input {
width: auto; width: auto;
} }
#right form.actionparams .sendingText { #right form.actionparams .sendingText {
position: absolute; position: absolute;
left: 0; left: 0;
top: 0; top: 0;
width: 100%; width: 100%;
padding: 10% 0 0 0; padding: 10% 0 0 0;
height: 60%; height: 60%;
background: #ccc; background: #ccc;
font-size: 25px; font-size: 25px;
font-weight: bold; font-weight: bold;
color: #fff; color: #fff;
text-align: center; text-align: center;
} }
#right form.actionparams div.TreeDropdownField { #right form.actionparams div.TreeDropdownField {
width: 220px; width: 220px;
padding-bottom: 150px; padding-bottom: 150px;
} }
#right form.actionparams div.TreeDropdownField span.items { #right form.actionparams div.TreeDropdownField span.items {
width: 195px; width: 195px;
} }
#right form.actionparams div.TreeDropdownField div.tree_holder { #right form.actionparams div.TreeDropdownField div.tree_holder {
width: 214px; width: 214px;
} }
/** /**
* Autocomplete * Autocomplete
@ -321,52 +317,52 @@
font-style: italic; font-style: italic;
} }
/* /**
* Status * Status Messages
*/ */
#statusMessage { #statusMessage {
position: absolute; position: absolute;
z-index: 500; z-index: 500;
bottom: 4px; bottom: 4px;
left: 10px; left: 10px;
text-align: left; text-align: left;
padding: 2px 20px 2px 20px; padding: 2px 20px 2px 20px;
font-size: 14px; font-size: 14px;
font-weight: bold; font-weight: bold;
color: #660; color: #660;
background: #f4f3eb; background: #f4f3eb;
border: 1px solid #a9a67d; border: 1px solid #a9a67d;
margin: 0 !important; margin: 0 !important;
line-height: 1.5; line-height: 1.5;
}
#statusMessage.good {
padding: 2px 20px 2px 40px;
color: #060;
background: #E2F9E3 url(../images/alert-good.gif) 7px 50% no-repeat;
border: 1px solid #8dd38d;
}
#statusMessage.bad {
padding: 2px 20px 2px 40px;
border-color: #ff8e8e;
color: #c80700;
background: #ffe9e9 url(../images/alert-bad.gif) 7px 50% no-repeat;
max-height: 300px;
overflow: auto;
} }
#statusMessage.good {
padding: 2px 20px 2px 40px;
color: #060;
background: #E2F9E3 url(../images/alert-good.gif) 7px 50% no-repeat;
border: 1px solid #8dd38d;
}
#statusMessage.bad {
padding: 2px 20px 2px 40px;
border-color: #ff8e8e;
color: #c80700;
background: #ffe9e9 url(../images/alert-bad.gif) 7px 50% no-repeat;
max-height: 300px;
overflow: auto;
}
/** /**
* TableField Subclasses * TableField Subclasses
*/ */
/* Filter box (for search/filter box above a table on Asset/MemberTableField) */ /* Filter box (for search/filter box above a table on Asset/MemberTableField) */
div.filterBox { .right div.filterBox {
width: inherit; width: inherit;
margin: 5px 0; margin: 5px 0;
padding: 5px; padding: 5px;
background: #EEE; background: #EEE;
border: 1px solid #BBB; border: 1px solid #BBB;
} }
div.filterBox .middleColumn { .right div.filterBox .middleColumn {
background: none !important; background: none !important;
} }