2007-11-05 11:10:14 +01:00
|
|
|
/**
|
|
|
|
* General
|
|
|
|
*/
|
2007-11-07 02:00:07 +01:00
|
|
|
#right p/*,
|
|
|
|
#right .optionset*/ {
|
2007-11-05 11:10:14 +01:00
|
|
|
margin: 7px 0;
|
|
|
|
}
|
2007-11-05 21:38:25 +01:00
|
|
|
#right .optionset li {
|
2009-02-03 04:26:44 +01:00
|
|
|
margin: 8px 0;
|
2007-11-05 21:38:25 +01:00
|
|
|
}
|
2007-11-05 11:10:14 +01:00
|
|
|
|
2007-09-27 22:56:55 +02:00
|
|
|
/**
|
|
|
|
* Forms
|
|
|
|
*/
|
2007-07-19 12:40:05 +02:00
|
|
|
.right form {
|
|
|
|
margin: 1em;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2009-02-03 04:22:20 +01:00
|
|
|
/* legend tag shows up annoying spacing in IE6/7 */
|
|
|
|
.right form legend {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2007-09-27 22:56:55 +02:00
|
|
|
.right form .field {
|
2009-02-03 04:46:15 +01:00
|
|
|
border: none;
|
2007-11-02 03:03:18 +01:00
|
|
|
margin: 0;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2007-11-01 22:31:26 +01:00
|
|
|
.right form .text,
|
2007-11-03 04:44:21 +01:00
|
|
|
.right form .field span.readonly,
|
2007-11-07 03:08:01 +01:00
|
|
|
.right form .field span.readonly i,
|
|
|
|
.right form div.TableListField table i,
|
2007-11-06 02:31:01 +01:00
|
|
|
.right form .calendardate input,
|
|
|
|
.right form .dropdowntime input {
|
2009-05-19 12:42:35 +02:00
|
|
|
font-size: 12px;
|
2007-11-01 22:31:26 +01:00
|
|
|
}
|
2007-11-06 04:57:40 +01:00
|
|
|
.right form .field span.readonly {
|
|
|
|
margin: 0;
|
|
|
|
width: auto;
|
|
|
|
}
|
2007-11-07 02:00:07 +01:00
|
|
|
.right form #URL .fieldgroup * {
|
2009-05-19 12:42:35 +02:00
|
|
|
font-size: 12px;
|
2007-11-07 02:00:07 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2008-09-23 00:51:18 +02:00
|
|
|
.right form .fieldgroupField {
|
|
|
|
display: inline;
|
|
|
|
}
|
2007-11-07 02:00:07 +01:00
|
|
|
.right form #URL .fieldgroup {
|
|
|
|
display:block;
|
|
|
|
height: 16px;
|
|
|
|
background-color:#F7F7F7;
|
|
|
|
border:1px dotted #CCCCCC;
|
|
|
|
padding:3px;
|
|
|
|
}
|
2007-11-12 01:49:09 +01:00
|
|
|
.right form #URL .originallang_holder {
|
|
|
|
display: inline;
|
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2007-11-07 02:00:07 +01:00
|
|
|
.right form #URL .fieldgroup input {
|
|
|
|
border: 1px solid #A7A7A7;
|
|
|
|
padding: 2px;
|
|
|
|
margin-top: -3px;
|
2007-11-06 04:57:40 +01:00
|
|
|
}
|
|
|
|
.right form #URL .fieldgroup span.readonly {
|
|
|
|
display: inline;
|
|
|
|
border: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2009-11-21 03:39:18 +01:00
|
|
|
|
|
|
|
.right form .parentTypeSelector {
|
2009-11-21 04:16:13 +01:00
|
|
|
margin-left: 0 !important;
|
|
|
|
}
|
|
|
|
.right form .parentTypeSelector label.left {
|
|
|
|
float: none !important;
|
|
|
|
margin-left: 0 !important;
|
|
|
|
width: auto !important;
|
2009-11-21 03:39:18 +01:00
|
|
|
}
|
2007-11-07 02:00:07 +01:00
|
|
|
|
2007-11-12 05:01:28 +01:00
|
|
|
.right form .dropdown,
|
|
|
|
.right form .countrydropdown {
|
2007-11-01 22:31:26 +01:00
|
|
|
font-size: 12px;
|
|
|
|
}
|
2007-11-12 05:01:28 +01:00
|
|
|
.right form .dropdown select,
|
|
|
|
.right form .countrydropdown select {
|
2007-11-07 04:00:17 +01:00
|
|
|
font-size: 12px;
|
|
|
|
height: 19px;
|
|
|
|
}
|
2007-11-12 05:01:28 +01:00
|
|
|
.right form .dropdown select option,
|
|
|
|
.right form .countrydropdown select option {
|
2007-11-07 04:00:17 +01:00
|
|
|
font-size: 12px;
|
|
|
|
}
|
2008-07-28 09:41:50 +02:00
|
|
|
.right form .field .middleColumn {
|
2007-11-01 22:31:26 +01:00
|
|
|
display: block;
|
|
|
|
background: #e9e9e9;
|
2007-11-02 03:03:18 +01:00
|
|
|
padding: 3px;
|
2007-11-09 04:53:15 +01:00
|
|
|
width: 97%;
|
2007-11-01 22:31:26 +01:00
|
|
|
}
|
2008-07-28 09:41:50 +02:00
|
|
|
.right form .field.image .middleColumn,
|
|
|
|
.right form .field.simpleimagefield_disabled .middleColumn {
|
2007-11-12 05:29:29 +01:00
|
|
|
padding-bottom:0;
|
|
|
|
}
|
2007-11-01 22:31:26 +01:00
|
|
|
|
2007-11-06 22:02:04 +01:00
|
|
|
.right form .htmleditorfield span.readonly *,
|
|
|
|
#right form .htmleditorfield span.readonly * {
|
|
|
|
margin: 0;
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
2007-11-01 22:31:26 +01:00
|
|
|
.right form .checkbox input,
|
|
|
|
.right form .optionset input {
|
|
|
|
border: none;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2007-11-07 03:08:01 +01:00
|
|
|
|
|
|
|
.right form .field label {
|
|
|
|
font-size: 11px;
|
2009-02-12 03:47:50 +01:00
|
|
|
color: #666;
|
2007-11-07 03:08:01 +01:00
|
|
|
}
|
2007-11-01 22:31:26 +01:00
|
|
|
.right form .field label.left {
|
|
|
|
float: none;
|
|
|
|
display: block;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-bottom: 3px;
|
2007-11-07 03:08:01 +01:00
|
|
|
/*font-size: 11px;*/
|
2007-09-16 04:32:58 +02:00
|
|
|
width: 96%;
|
|
|
|
}
|
2007-11-02 04:10:31 +01:00
|
|
|
#right .TreeDropdownField {
|
2007-11-06 04:04:04 +01:00
|
|
|
width: 27.7em;
|
2007-11-02 04:10:31 +01:00
|
|
|
background: #fff;
|
2007-11-02 03:09:34 +01:00
|
|
|
font-size: 12px;
|
2007-11-06 04:04:04 +01:00
|
|
|
height: 21px;
|
2007-11-02 03:09:34 +01:00
|
|
|
}
|
2007-11-06 04:04:04 +01:00
|
|
|
|
2007-11-01 22:31:26 +01:00
|
|
|
.right form textarea,
|
2007-11-02 03:03:18 +01:00
|
|
|
.right form input.text,
|
2007-07-19 12:40:05 +02:00
|
|
|
.right form textarea.htmleditor {
|
2007-11-01 22:31:26 +01:00
|
|
|
border: 1px solid #a7a7a7;
|
|
|
|
padding: 3px;
|
2007-11-02 03:03:18 +01:00
|
|
|
width: 99%;
|
2007-11-07 03:08:01 +01:00
|
|
|
}
|
|
|
|
.right form textarea {
|
|
|
|
font-size: 12px;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2009-02-03 04:46:15 +01:00
|
|
|
|
2007-11-01 22:31:26 +01:00
|
|
|
.right form input.checkbox,
|
2007-09-27 22:56:55 +02:00
|
|
|
.right form .optionset input,
|
2009-11-21 03:35:39 +01:00
|
|
|
.right form .htmleditor select {
|
2007-07-19 12:40:05 +02:00
|
|
|
width: auto;
|
2009-02-03 04:26:44 +01:00
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right form #Root_Access input {
|
|
|
|
float: left;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2007-09-27 22:56:55 +02:00
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
.right form ul.optionset {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.right form .optionset li {
|
|
|
|
list-style: none;
|
|
|
|
}
|
2007-09-14 21:27:34 +02:00
|
|
|
.right form .optionset li.cancel {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
.right form .optionset li.submit {
|
2009-02-03 04:46:15 +01:00
|
|
|
float: right;
|
2007-09-14 21:27:34 +02:00
|
|
|
}
|
2007-07-19 12:40:05 +02:00
|
|
|
|
2007-11-02 04:28:51 +01:00
|
|
|
.right form h1 {
|
2007-11-06 06:02:12 +01:00
|
|
|
font-size: 20px;
|
2007-11-02 04:28:51 +01:00
|
|
|
}
|
2007-07-19 12:40:05 +02:00
|
|
|
.right form h2 {
|
2007-11-06 06:02:12 +01:00
|
|
|
font-size: 18px;
|
2007-07-19 12:40:05 +02:00
|
|
|
clear: both;
|
|
|
|
}
|
2008-08-20 07:24:03 +02:00
|
|
|
.right form h3 {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
.right form h4 {
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
.right form h5 {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2007-07-19 12:40:05 +02:00
|
|
|
|
2007-09-27 22:56:55 +02:00
|
|
|
.right form .fieldgroup input,
|
|
|
|
.right form .fieldgroup select {
|
2007-07-19 12:40:05 +02:00
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2009-11-21 03:35:37 +01:00
|
|
|
.right form fieldset {
|
|
|
|
height: 100%;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2007-09-27 22:56:55 +02:00
|
|
|
|
2009-11-21 03:35:37 +01:00
|
|
|
.right form .Actions {
|
|
|
|
text-align: right;
|
|
|
|
padding-top: 1em;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
|
2009-11-21 03:36:03 +01:00
|
|
|
.right form .Actions input {
|
|
|
|
padding: .5em;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
2009-11-21 04:17:04 +01:00
|
|
|
|
|
|
|
.right form.loading {
|
|
|
|
margin-left: -1000em;
|
|
|
|
margin-right: 1000em;
|
|
|
|
}
|
2009-11-21 03:36:03 +01:00
|
|
|
|
2009-11-21 03:35:39 +01:00
|
|
|
/**
|
|
|
|
* Tinymce
|
|
|
|
*/
|
2009-11-21 03:39:26 +01:00
|
|
|
/* Ensure icons in toolbar float and adjust to smaller widths */
|
|
|
|
.right table.mceToolbar,
|
|
|
|
.right tr.mceFirst .mceToolbar tr td,
|
|
|
|
.right tr.mceLast .mceToolbar tr td {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2009-11-21 03:35:39 +01:00
|
|
|
.right form .mceEditor select.mceNativeListBox {
|
|
|
|
background: #fff;
|
|
|
|
padding-top: 2px;
|
|
|
|
width: 95px; /* Added width to stop sizes jumping and text wrapping */
|
|
|
|
font-size: 11px;
|
ENHANCEMENT Using jQuery layout manager plugin to size panels in main CMS interface. Removed custom javascript resizing and CSS rules.
API CHANGE Removed custom resizing javascript methods: window.ontabschanged, window.onresize, fixRightWidth(), fixHeight_left()
API CHANGE Removed DraggableSeparator, SideTabs, SideTabItem javascript classes
API CHANGE Removed Effect.ReSize and Highlighter javascript helper classes
API CHANGE Modified template structure in CMSMain_left.ss, CMSMain_right.ss and LeftAndMain.ss
API CHANGE Modified markup IDs in LeftAndMain/CMSMain templates, removed "left", "right", "contentPanel", "bottom"
ENHANCEMENT Using jquery-latest (currently 1.3) in CMSMain and LeftAndMain
ENHANCEMENT Added jQuery UI library and "smoothness" theme to default CMS interface
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92581 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:35:20 +01:00
|
|
|
}
|
2009-11-21 03:35:39 +01:00
|
|
|
.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;
|
|
|
|
}
|
ENHANCEMENT Using jQuery layout manager plugin to size panels in main CMS interface. Removed custom javascript resizing and CSS rules.
API CHANGE Removed custom resizing javascript methods: window.ontabschanged, window.onresize, fixRightWidth(), fixHeight_left()
API CHANGE Removed DraggableSeparator, SideTabs, SideTabItem javascript classes
API CHANGE Removed Effect.ReSize and Highlighter javascript helper classes
API CHANGE Modified template structure in CMSMain_left.ss, CMSMain_right.ss and LeftAndMain.ss
API CHANGE Modified markup IDs in LeftAndMain/CMSMain templates, removed "left", "right", "contentPanel", "bottom"
ENHANCEMENT Using jquery-latest (currently 1.3) in CMSMain and LeftAndMain
ENHANCEMENT Added jQuery UI library and "smoothness" theme to default CMS interface
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92581 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:35:20 +01:00
|
|
|
|
2009-11-21 03:35:39 +01:00
|
|
|
.right form .mceEditor select.mceNativeListBox {
|
|
|
|
background: #fff;
|
|
|
|
}
|
ENHANCEMENT Using jQuery layout manager plugin to size panels in main CMS interface. Removed custom javascript resizing and CSS rules.
API CHANGE Removed custom resizing javascript methods: window.ontabschanged, window.onresize, fixRightWidth(), fixHeight_left()
API CHANGE Removed DraggableSeparator, SideTabs, SideTabItem javascript classes
API CHANGE Removed Effect.ReSize and Highlighter javascript helper classes
API CHANGE Modified template structure in CMSMain_left.ss, CMSMain_right.ss and LeftAndMain.ss
API CHANGE Modified markup IDs in LeftAndMain/CMSMain templates, removed "left", "right", "contentPanel", "bottom"
ENHANCEMENT Using jquery-latest (currently 1.3) in CMSMain and LeftAndMain
ENHANCEMENT Added jQuery UI library and "smoothness" theme to default CMS interface
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92581 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-11-21 03:35:20 +01:00
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
/**
|
2009-11-21 03:35:39 +01:00
|
|
|
* RHS Action Parameters boxes
|
2007-07-19 12:40:05 +02:00
|
|
|
*/
|
|
|
|
#right form.actionparams {
|
2007-11-01 22:31:26 +01:00
|
|
|
border: 1px solid #777;
|
|
|
|
background: #ccc;
|
2007-07-19 12:40:05 +02:00
|
|
|
position: absolute;
|
2007-09-15 03:02:11 +02:00
|
|
|
bottom: 32px;
|
|
|
|
right: 11px;
|
2007-07-19 12:40:05 +02:00
|
|
|
width: 300px;
|
|
|
|
z-index: 200;
|
2007-11-05 11:10:14 +01:00
|
|
|
padding: 10px;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2007-11-05 11:10:14 +01:00
|
|
|
|
2009-11-21 03:35:39 +01:00
|
|
|
#right form.actionparams div.field {
|
|
|
|
margin-left: 6em;
|
|
|
|
}
|
2007-07-19 12:40:05 +02:00
|
|
|
|
2009-11-21 03:35:39 +01:00
|
|
|
#right form.actionparams label.left {
|
|
|
|
width: 6em;
|
|
|
|
margin-left: -6em;
|
|
|
|
}
|
|
|
|
#right form.actionparams input, #right form.actionparams select, #right form.actionparams textarea {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
#right form.actionparams input.checkbox, #right form.actionparams .optionset input {
|
|
|
|
width: auto;
|
|
|
|
}
|
2007-07-19 12:40:05 +02:00
|
|
|
|
2009-11-21 03:35:39 +01:00
|
|
|
#right form.actionparams p.label {
|
|
|
|
margin: 10px 0 0 0;
|
|
|
|
}
|
|
|
|
#right form.actionparams .actions {
|
|
|
|
margin: 10px 0 0 0;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
#right form.actionparams .actions input {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
#right form.actionparams .sendingText {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
padding: 10% 0 0 0;
|
|
|
|
height: 60%;
|
|
|
|
background: #ccc;
|
|
|
|
font-size: 25px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #fff;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2007-07-19 12:40:05 +02:00
|
|
|
|
2009-11-21 03:35:39 +01:00
|
|
|
#right form.actionparams div.TreeDropdownField {
|
|
|
|
width: 220px;
|
|
|
|
padding-bottom: 150px;
|
2007-07-19 12:40:05 +02:00
|
|
|
|
2009-11-21 03:35:39 +01:00
|
|
|
}
|
|
|
|
#right form.actionparams div.TreeDropdownField span.items {
|
|
|
|
width: 195px;
|
|
|
|
}
|
2007-07-19 12:40:05 +02:00
|
|
|
|
2009-11-21 03:35:39 +01:00
|
|
|
#right form.actionparams div.TreeDropdownField div.tree_holder {
|
|
|
|
width: 214px;
|
|
|
|
}
|
2007-07-19 12:40:05 +02:00
|
|
|
|
|
|
|
/**
|
2007-09-27 22:56:55 +02:00
|
|
|
* Autocomplete
|
2007-07-19 12:40:05 +02:00
|
|
|
*/
|
|
|
|
.autocomplete {
|
2009-02-03 04:46:15 +01:00
|
|
|
margin-left: 1px;
|
2008-10-08 04:00:39 +02:00
|
|
|
background: white;
|
2009-02-03 04:46:15 +01:00
|
|
|
overflow: visible;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2007-09-27 22:56:55 +02:00
|
|
|
.autocomplete ul {
|
2007-11-01 22:31:26 +01:00
|
|
|
border: 1px solid #aaa;
|
2009-02-03 04:46:15 +01:00
|
|
|
background: #FFFFBB;
|
2007-09-27 22:56:55 +02:00
|
|
|
}
|
|
|
|
.autocomplete li {
|
|
|
|
list-style-type: none;
|
|
|
|
cursor: pointer;
|
2007-11-01 22:31:26 +01:00
|
|
|
font-size: 12px;
|
|
|
|
padding: 3px;
|
|
|
|
white-space: nowrap;
|
2007-09-27 22:56:55 +02:00
|
|
|
}
|
|
|
|
.autocomplete .data {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.autocomplete .informal {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2007-07-19 12:40:05 +02:00
|
|
|
|
2009-11-21 04:14:36 +01:00
|
|
|
|
2009-11-21 03:35:39 +01:00
|
|
|
/**
|
|
|
|
* Status Messages
|
|
|
|
*/
|
2009-11-21 04:14:36 +01:00
|
|
|
.notice-wrap {
|
2009-11-21 03:35:39 +01:00
|
|
|
position: absolute;
|
|
|
|
z-index: 500;
|
|
|
|
bottom: 4px;
|
|
|
|
left: 10px;
|
2009-11-21 04:14:36 +01:00
|
|
|
z-index: 9999;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
* html .notice-wrap {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notice-item {
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
width: auto;
|
2009-11-21 03:35:39 +01:00
|
|
|
background: #f4f3eb;
|
|
|
|
border: 1px solid #a9a67d;
|
2009-11-21 04:14:36 +01:00
|
|
|
padding: 2px 20px 2px 20px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
2009-11-21 03:35:39 +01:00
|
|
|
line-height: 1.5;
|
2009-11-21 04:17:23 +01:00
|
|
|
-moz-border-radius: 6px;
|
|
|
|
-webkit-border-radius: 6px;
|
2009-11-21 03:35:39 +01:00
|
|
|
}
|
2009-11-21 04:14:36 +01:00
|
|
|
|
|
|
|
.notice-item-close {
|
|
|
|
position: absolute;
|
|
|
|
font-family: Arial;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
right: 6px;
|
|
|
|
top: 6px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notice-wrap .good {
|
|
|
|
padding-left: 40px;
|
2009-11-21 03:35:39 +01:00
|
|
|
color: #060;
|
|
|
|
background: #E2F9E3 url(../images/alert-good.gif) 7px 50% no-repeat;
|
|
|
|
border: 1px solid #8dd38d;
|
|
|
|
}
|
2009-11-21 04:14:36 +01:00
|
|
|
.notice-wrap .bad {
|
|
|
|
padding-left: 40px;
|
2009-11-21 03:35:39 +01:00
|
|
|
color: #c80700;
|
|
|
|
background: #ffe9e9 url(../images/alert-bad.gif) 7px 50% no-repeat;
|
2009-11-21 04:14:36 +01:00
|
|
|
border: 1px solid #ff8e8e;
|
2009-11-21 03:35:39 +01:00
|
|
|
}
|
2007-07-19 12:40:05 +02:00
|
|
|
|
2007-09-27 22:56:55 +02:00
|
|
|
/**
|
|
|
|
* TableField Subclasses
|
|
|
|
*/
|
2008-11-04 00:09:49 +01:00
|
|
|
|
|
|
|
/* Filter box (for search/filter box above a table on Asset/MemberTableField) */
|
2009-11-21 03:35:39 +01:00
|
|
|
.right div.filterBox {
|
2009-02-03 04:46:15 +01:00
|
|
|
width: inherit;
|
2007-07-19 12:40:05 +02:00
|
|
|
margin: 5px 0;
|
|
|
|
padding: 5px;
|
2009-02-03 04:46:15 +01:00
|
|
|
background: #EEE;
|
|
|
|
border: 1px solid #BBB;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2009-11-21 03:35:39 +01:00
|
|
|
.right div.filterBox .middleColumn {
|
2008-11-04 00:09:49 +01:00
|
|
|
background: none !important;
|
2007-11-02 01:44:00 +01:00
|
|
|
}
|
2007-07-19 12:40:05 +02:00
|
|
|
|
2008-11-04 00:09:49 +01:00
|
|
|
.right form div.filterBox label {
|
2007-07-19 12:40:05 +02:00
|
|
|
display: block;
|
2007-11-02 01:44:00 +01:00
|
|
|
width: 5em;
|
2007-07-19 12:40:05 +02:00
|
|
|
float: left;
|
2007-11-05 21:38:25 +01:00
|
|
|
margin-left: 0;
|
2007-11-02 01:44:00 +01:00
|
|
|
line-height: 2.3;
|
2007-11-05 21:38:25 +01:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 12px;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
|
2009-11-21 03:35:35 +01:00
|
|
|
.right div.filterBox div.field {
|
2007-10-30 06:32:50 +01:00
|
|
|
margin-left: 0 !important;
|
2008-11-04 00:09:49 +01:00
|
|
|
padding: 0;
|
2007-10-30 06:32:50 +01:00
|
|
|
font-size: 12px;
|
|
|
|
display: inline;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
|
2009-11-21 03:35:35 +01:00
|
|
|
.right div.filterBox input,
|
|
|
|
.right div.filterBox select {
|
2007-07-19 12:40:05 +02:00
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-09-16 18:31:05 +02:00
|
|
|
/**
|
2007-09-27 22:56:55 +02:00
|
|
|
* i18n
|
2007-09-16 18:31:05 +02:00
|
|
|
*/
|
2009-05-19 12:42:35 +02:00
|
|
|
.right form div.originallang_holder {
|
2007-11-05 06:03:05 +01:00
|
|
|
border: 1px dashed #aaa;
|
2007-09-16 18:31:05 +02:00
|
|
|
margin-bottom: 10px;
|
2009-05-19 12:42:35 +02:00
|
|
|
margin-left: 0 !important;
|
2007-11-05 06:03:05 +01:00
|
|
|
padding: 8px 0 6px 5px;
|
2007-09-16 18:31:05 +02:00
|
|
|
}
|
|
|
|
|
2007-11-05 06:03:05 +01:00
|
|
|
.originallang,
|
2007-09-16 18:31:05 +02:00
|
|
|
#Form_EditForm_URLSegment_original {
|
2007-11-01 22:31:26 +01:00
|
|
|
color: #666;
|
2007-09-16 18:31:05 +02:00
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2009-05-19 12:42:35 +02:00
|
|
|
.right form .CompositeField .originallang label.left,
|
|
|
|
.right form div.originallang_holder label.left {
|
|
|
|
margin-left: 0 !important;
|
|
|
|
width: auto !important;
|
|
|
|
float: none !important;
|
2009-01-10 12:36:30 +01:00
|
|
|
}
|
|
|
|
|
2009-05-19 12:42:35 +02:00
|
|
|
.right form div.CompositeField .originallang .middleColumn {
|
2009-01-10 12:36:30 +01:00
|
|
|
clear: left;
|
|
|
|
}
|
|
|
|
|
2007-09-16 18:31:05 +02:00
|
|
|
.right form div.languageDropdown {
|
|
|
|
clear: right;
|
|
|
|
float: left;
|
2007-11-05 06:03:05 +01:00
|
|
|
padding-right: 4px;
|
2007-09-16 18:31:05 +02:00
|
|
|
}
|
|
|
|
|
2009-05-19 12:42:35 +02:00
|
|
|
.right form .createTranslationButton .middleColumn {
|
2009-01-10 12:36:30 +01:00
|
|
|
background: none;
|
2007-09-16 18:31:05 +02:00
|
|
|
}
|
|
|
|
|
2009-11-21 03:35:28 +01:00
|
|
|
/**
|
|
|
|
* Content Panel
|
|
|
|
*/
|
2007-11-07 04:19:11 +01:00
|
|
|
#contentPanel div.TreeDropdownField a.editLink {
|
|
|
|
float: left;
|
|
|
|
margin: 0px;
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
#contentPanel div.tree_holder {
|
|
|
|
width: 184px;
|
2007-11-15 23:46:16 +01:00
|
|
|
height: 260px;
|
2008-02-28 01:39:20 +01:00
|
|
|
/* Keep a scrollbar in the RHS tree dropdowns, in case the content is too wide for the column */
|
|
|
|
overflow-x: scroll;
|
2007-11-07 04:19:11 +01:00
|
|
|
}
|
|
|
|
#contentPanel ul.tree a {
|
2009-02-03 04:26:44 +01:00
|
|
|
padding-left: 20px;
|
2007-11-07 06:26:16 +01:00
|
|
|
}
|
|
|
|
#contentPanel h2 img {
|
|
|
|
float: right;
|
|
|
|
margin-right: 2px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2008-10-08 04:00:39 +02:00
|
|
|
.right form .field.confirmedpassword.nolabel .middleColumn {
|
|
|
|
background-color: #fff;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right form .field.confirmedpassword.nolabel .middleColumn .middleColumn {
|
|
|
|
background-color: #e9e9e9;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.autocompleteoptions {
|
|
|
|
background-color: white;
|
2009-05-19 12:42:35 +02:00
|
|
|
}
|
2009-11-21 03:35:30 +01:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Tabs
|
|
|
|
*/
|
|
|
|
.right form .ss-tabset {
|
|
|
|
/* Need this to stop tabs from disappearing sometimes */
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right form .ss-tabset .tab {
|
|
|
|
position: relative;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
2009-11-21 03:36:26 +01:00
|
|
|
|
|
|
|
/**
|
|
|
|
* "Insert Image" forms etc.
|
|
|
|
*/
|
|
|
|
#Form_EditorToolbarImageForm .field,
|
|
|
|
#Form_EditorToolbarFlashForm .field,
|
|
|
|
#Form_EditorToolbarLinkForm .field {
|
|
|
|
margin-left: 0;
|
2009-11-21 03:37:23 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* jQuery UI Datepicker - necessary because of custom
|
|
|
|
* z-indexing performed in jQuery.layout
|
|
|
|
*/
|
|
|
|
#ui-datepicker-div {
|
|
|
|
z-index: 1002;
|
2009-11-21 03:36:26 +01:00
|
|
|
}
|