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;
|
|
|
|
}
|
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
|
|
|
.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;
|
2009-03-09 06:20:49 +01:00
|
|
|
}
|
2009-02-03 04:46:15 +01:00
|
|
|
|
|
|
|
.right form .mceEditor select.mceNativeListBox {
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
.right form .mceEditor .mceFirst {
|
2009-04-29 03:44:28 +02:00
|
|
|
background: #fbfbfb url(../images/textures/mce_editor.gif) repeat-x bottom;
|
2009-02-03 04:46:15 +01:00
|
|
|
}
|
|
|
|
.right form .mceEditor .mceToolbar table {
|
|
|
|
background: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.right form .mceEditor select.mceNativeListBox {
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
2007-11-01 22:31:26 +01:00
|
|
|
.right form input.checkbox,
|
2007-09-27 22:56:55 +02:00
|
|
|
.right form .optionset input,
|
|
|
|
.right form .htmleditor select,
|
|
|
|
.right form input.action {
|
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;
|
|
|
|
}
|
|
|
|
|
2007-09-27 22:56:55 +02:00
|
|
|
/**
|
|
|
|
* Tabs
|
|
|
|
*/
|
2007-07-19 12:40:05 +02:00
|
|
|
.right form div.tab {
|
2007-11-02 03:03:18 +01:00
|
|
|
background: #fff;
|
2007-07-19 12:40:05 +02:00
|
|
|
clear: left;
|
|
|
|
overflow: auto;
|
2007-11-01 22:31:26 +01:00
|
|
|
border: 1px solid #aaa;
|
2007-07-19 12:40:05 +02:00
|
|
|
border-top: none;
|
|
|
|
position: relative;
|
2007-11-01 22:31:26 +01:00
|
|
|
top: 0;
|
2007-07-19 12:40:05 +02:00
|
|
|
padding: 10px;
|
|
|
|
}
|
2007-09-27 22:56:55 +02:00
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
.right form div.tabset {
|
|
|
|
border: 1px solid #fff; /* Hack for FF1.5/Win Float-Bug */
|
|
|
|
clear: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* RHS Action Parameters boxes
|
|
|
|
*/
|
|
|
|
#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
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
#right form.actionparams div.field {
|
|
|
|
margin-left: 6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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;
|
|
|
|
}
|
|
|
|
|
|
|
|
#right form.actionparams p.label {
|
|
|
|
margin: 10px 0 0 0;
|
|
|
|
}
|
2007-10-18 03:07:35 +02:00
|
|
|
#right form.actionparams .actions {
|
2007-07-19 12:40:05 +02:00
|
|
|
margin: 10px 0 0 0;
|
|
|
|
text-align: right;
|
|
|
|
}
|
2007-10-18 03:07:35 +02:00
|
|
|
#right form.actionparams .actions input {
|
2007-07-19 12:40:05 +02:00
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
#right form.actionparams .sendingText {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
padding: 10% 0 0 0;
|
|
|
|
height: 60%;
|
2007-11-01 22:31:26 +01:00
|
|
|
background: #ccc;
|
2007-07-19 12:40:05 +02:00
|
|
|
font-size: 25px;
|
|
|
|
font-weight: bold;
|
2007-11-01 22:31:26 +01:00
|
|
|
color: #fff;
|
2007-07-19 12:40:05 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#right form.actionparams div.TreeDropdownField {
|
2007-09-15 03:00:52 +02:00
|
|
|
width: 220px;
|
2007-09-15 03:02:11 +02:00
|
|
|
padding-bottom: 150px;
|
2007-07-19 12:40:05 +02:00
|
|
|
|
|
|
|
}
|
2010-01-12 03:05:59 +01:00
|
|
|
#right form.actionparams div.TreeDropdownField .items {
|
2007-09-15 03:00:52 +02:00
|
|
|
width: 195px;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
#right form.actionparams div.TreeDropdownField div.tree_holder {
|
|
|
|
width: 214px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
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
|
|
|
}
|
2009-12-16 05:17:52 +01:00
|
|
|
.autocomplete li.selected {
|
|
|
|
background: Highlight;
|
|
|
|
color: HighlightText;
|
|
|
|
}
|
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
|
|
|
|
2007-11-01 22:31:26 +01:00
|
|
|
/*
|
|
|
|
* Status
|
|
|
|
*/
|
|
|
|
#statusMessage {
|
2007-09-27 22:56:55 +02:00
|
|
|
position: absolute;
|
2007-11-01 22:31:26 +01:00
|
|
|
z-index: 500;
|
2007-11-05 21:38:25 +01:00
|
|
|
bottom: 4px;
|
|
|
|
left: 10px;
|
2007-11-01 22:31:26 +01:00
|
|
|
text-align: left;
|
|
|
|
padding: 2px 20px 2px 20px;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #660;
|
|
|
|
background: #f4f3eb;
|
|
|
|
border: 1px solid #a9a67d;
|
2007-11-05 21:38:25 +01:00
|
|
|
margin: 0 !important;
|
2007-11-01 22:31:26 +01:00
|
|
|
line-height: 1.5;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2007-11-01 22:31:26 +01:00
|
|
|
#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;
|
2007-11-02 01:44:00 +01:00
|
|
|
border-color: #ff8e8e;
|
2007-11-01 22:31:26 +01:00
|
|
|
color: #c80700;
|
2007-11-02 01:44:00 +01:00
|
|
|
background: #ffe9e9 url(../images/alert-bad.gif) 7px 50% no-repeat;
|
2007-11-01 22:31:26 +01:00
|
|
|
max-height: 300px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
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) */
|
|
|
|
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
|
|
|
}
|
2008-11-04 00:09:49 +01:00
|
|
|
div.filterBox .middleColumn {
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2008-11-04 00:09:49 +01:00
|
|
|
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
|
|
|
}
|
|
|
|
|
2008-11-04 00:09:49 +01:00
|
|
|
div.filterBox input,
|
|
|
|
div.filterBox select {
|
2007-07-19 12:40:05 +02:00
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-09-27 22:56:55 +02:00
|
|
|
/* Makes room for AJAX Action buttons */
|
|
|
|
#right {
|
|
|
|
padding-bottom: 20px;
|
2007-11-09 03:58:25 +01:00
|
|
|
overflow: hidden;
|
2007-09-27 22:56:55 +02:00
|
|
|
/* HACK: any IE */
|
|
|
|
padding-bottom: expression('35px');
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
|
2007-09-27 22:56:55 +02:00
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
.translatingMessage {
|
2007-11-01 22:31:26 +01:00
|
|
|
background: #F9F9E3;
|
2007-09-16 18:31:05 +02:00
|
|
|
border: 1px solid #CCCC99;
|
2007-11-01 22:31:26 +01:00
|
|
|
font-size: 12px;
|
2007-09-16 18:31:05 +02:00
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nonTranslating {
|
|
|
|
display: none;
|
2007-11-01 22:31:26 +01:00
|
|
|
}
|
2007-11-06 06:39:14 +01:00
|
|
|
|
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
|
|
|
}
|
2010-01-25 22:10:43 +01:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Upload Image (Image Toolbar)
|
|
|
|
*/
|
|
|
|
#Form_EditorToolbarImageForm .file,
|
|
|
|
#Form_EditorToolbarImageForm #UploadFormResponse {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.showUploadField {
|
|
|
|
font-size: 11px;
|
|
|
|
padding: 1px 3px;
|
|
|
|
}
|
|
|
|
.showUploadField a {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#UploadFormResponse {
|
|
|
|
padding: 6px 0;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
#UploadFormResponse.loading
|
|
|
|
.loading#UploadFormResponse {
|
|
|
|
background: url(../../cms/images/network-save.gif) no-repeat left center;
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|