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,11 +189,41 @@
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
@ -321,8 +317,8 @@
font-style: italic; font-style: italic;
} }
/* /**
* Status * Status Messages
*/ */
#statusMessage { #statusMessage {
position: absolute; position: absolute;
@ -359,14 +355,14 @@
*/ */
/* 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;
} }