2007-07-19 12:40:05 +02:00
|
|
|
#left form.actionparams {
|
2009-01-08 00:01:47 +01:00
|
|
|
background: #eee;
|
2009-02-03 04:26:44 +01:00
|
|
|
padding: 0 5px 5px 5px;
|
|
|
|
_padding-left: 5px;
|
2009-02-03 04:22:20 +01:00
|
|
|
float: left;
|
2009-02-03 04:26:44 +01:00
|
|
|
width: 100%;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2009-02-03 04:22:20 +01:00
|
|
|
#left form#search_options {
|
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
2007-11-08 05:43:19 +01:00
|
|
|
#left form.actionparams input,
|
2007-07-19 12:40:05 +02:00
|
|
|
#left form.actionparams select {
|
2007-11-08 02:13:09 +01:00
|
|
|
padding: 1px;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2007-11-08 05:43:19 +01:00
|
|
|
#left form.actionparams select,
|
2007-09-27 22:56:55 +02:00
|
|
|
#PageType,
|
|
|
|
#ReportSelector_holder select {
|
2007-09-15 02:50:20 +02:00
|
|
|
width: 75%;
|
2007-11-08 05:43:19 +01:00
|
|
|
}
|
|
|
|
#PageType,
|
|
|
|
#ReportSelector_holder select {
|
2007-09-15 02:50:20 +02:00
|
|
|
float: left;
|
2009-02-03 04:22:20 +01:00
|
|
|
margin-right: 4px;
|
2009-01-05 07:17:59 +01:00
|
|
|
padding: 1px;
|
2007-09-15 02:50:20 +02:00
|
|
|
}
|
2007-07-19 12:40:05 +02:00
|
|
|
#left form.actionparms input.action {
|
|
|
|
width: 5%;
|
|
|
|
}
|
|
|
|
|
2009-01-06 03:18:33 +01:00
|
|
|
#Form_DeleteItemsForm p {
|
2009-02-03 04:36:47 +01:00
|
|
|
margin: 4px 8px 4px 0;
|
2007-11-02 04:12:12 +01:00
|
|
|
font-size: 11px;
|
|
|
|
color: #666;
|
|
|
|
}
|
2007-07-19 12:40:05 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Selection Groups
|
|
|
|
*/
|
|
|
|
#left .SelectionGroup {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
#left .SelectionGroup li {
|
|
|
|
list-style-type: none;
|
|
|
|
clear: left;
|
2007-11-05 06:03:05 +01:00
|
|
|
border: 1px solid #ccc;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
#left .SelectionGroup li input {
|
|
|
|
width: 20px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
#left .SelectionGroup li div.field {
|
|
|
|
display: none;
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
#left .SelectionGroup li label {
|
|
|
|
margin: 0 0 0 2px;
|
|
|
|
display: block;
|
|
|
|
height: 1.2em;
|
|
|
|
width: auto;
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
#left .SelectionGroup li.selected div.field {
|
|
|
|
margin-left: 23px;
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
#left div.field select {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
#left .SelectionGroup li.selected label.selector {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ul.tree span.a {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2007-09-27 22:56:55 +02:00
|
|
|
.filefolderhover span.a,
|
|
|
|
ul.tree span.a.over {
|
2007-09-15 03:17:58 +02:00
|
|
|
background-color: #FFFFBB !important;
|
2007-07-19 12:40:05 +02:00
|
|
|
/* these push the highlight out to the left of the window */
|
|
|
|
margin-left: -100px;
|
|
|
|
padding-left: 100px;
|
|
|
|
background-position: 100px 50%;
|
|
|
|
}
|
|
|
|
|
2007-09-15 03:17:58 +02:00
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
ul.tree span.a.current {
|
|
|
|
font-weight: bold;
|
2007-09-15 03:17:58 +02:00
|
|
|
background-color: #EEEEFF !important;
|
2007-07-19 12:40:05 +02:00
|
|
|
border-top: 1px #CCCCFF solid;
|
|
|
|
border-bottom: 1px #CCCCFF solid;
|
|
|
|
/* these push the highlight out to the left of the window */
|
|
|
|
margin-left: -100px;
|
|
|
|
padding-left: 100px;
|
|
|
|
background-position: 100px 50%;
|
|
|
|
/*position: relative;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.tree span.a.loading span.b span.c a {
|
|
|
|
background-image: url(../images/network-save.gif) !important;
|
|
|
|
margin-left: -3px;
|
|
|
|
padding-left: 21px;
|
|
|
|
background-position : 2px 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.tree.multiselect span.a span.b a {
|
|
|
|
background-image: url(../images/tickbox-unticked.gif) !important;
|
|
|
|
}
|
2007-09-27 22:56:55 +02:00
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
ul.tree.multiselect span.a.nodelete span.b a {
|
|
|
|
background-image: url(../images/tickbox-canttick.gif) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ul.tree.multiselect span.a.selected span.b span.c a {
|
|
|
|
background-image: url(../images/tickbox-ticked.gif) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.tree.multiselect li.selected ul span.a a {
|
|
|
|
background-image: url(../images/tickbox-greyticked.gif) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Span-B: Plus/Minus icon */
|
2007-09-27 22:56:55 +02:00
|
|
|
ul.tree.multiselect li.selected span.a.children span.b,
|
|
|
|
ul.tree.multiselect li.selected span.a.unexpanded span.b {
|
2007-07-19 12:40:05 +02:00
|
|
|
background-image: none;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
2008-11-18 02:48:50 +01:00
|
|
|
|
2009-04-29 03:44:28 +02:00
|
|
|
ul.tree span.a a.notinmenu, ul.tree span.a a.notinmenu *,
|
|
|
|
#publication_key span.notinmenu {
|
2008-11-18 02:48:50 +01:00
|
|
|
color: #77A;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
ul.tree span.a a.disabled {
|
|
|
|
color: #999;
|
2007-11-05 06:03:05 +01:00
|
|
|
cursor: pointer;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
ul.tree span.a a.disabled * {
|
|
|
|
padding: 0;
|
|
|
|
background: none;
|
|
|
|
color: #999;
|
2007-11-05 06:03:05 +01:00
|
|
|
cursor: pointer;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ul.tree .deleted {
|
|
|
|
color: red;
|
|
|
|
text-decoration: line-through;
|
|
|
|
}
|
2007-11-05 11:10:14 +01:00
|
|
|
|
|
|
|
#publication_key {
|
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
|
background: #eee;
|
|
|
|
padding: 3px;
|
|
|
|
text-align: center;
|
2007-11-08 05:59:19 +01:00
|
|
|
font-weight: bold;
|
2007-11-05 11:10:14 +01:00
|
|
|
}
|
2007-11-08 05:59:19 +01:00
|
|
|
#publication_key ins,
|
|
|
|
#publication_key del,
|
|
|
|
#publication_key span {
|
|
|
|
margin: 0 5px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2007-11-05 11:10:14 +01:00
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
/* Created on stage, never published */
|
2008-11-18 02:48:50 +01:00
|
|
|
ul.tree span.a a ins, ul.tree span.a a.notinmenu ins,
|
2007-07-19 12:40:05 +02:00
|
|
|
#publication_key ins {
|
|
|
|
color: orange;
|
|
|
|
text-decoration : none;
|
|
|
|
}
|
2007-09-27 22:56:55 +02:00
|
|
|
/* Deleted on stage */
|
2008-11-18 02:48:50 +01:00
|
|
|
ul.tree span.a a del, ul.tree span.a a.notinmenu del,
|
2007-07-19 12:40:05 +02:00
|
|
|
#publication_key del {
|
|
|
|
color: red;
|
|
|
|
}
|
2009-05-01 00:47:28 +02:00
|
|
|
/* Deleted on stage & live (when show deleted pages is active) */
|
|
|
|
ul.tree span.a a del, ul.tree span.a a.notinmenu del.deletedOnLive,
|
|
|
|
#publication_key del.deletedOnLive {
|
|
|
|
color: #700;
|
|
|
|
}
|
|
|
|
|
2008-11-18 02:48:50 +01:00
|
|
|
ul.tree span.a span.modified,
|
2007-07-19 12:40:05 +02:00
|
|
|
#publication_key span.modified {
|
|
|
|
color: green;
|
|
|
|
text-decoration : none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#left {
|
2007-11-05 06:03:05 +01:00
|
|
|
background-color: #eee;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#treepanes {
|
2007-11-05 06:03:05 +01:00
|
|
|
background-color: #fff;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2007-09-14 21:37:48 +02:00
|
|
|
#treepanes h2 {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2007-11-01 22:54:24 +01:00
|
|
|
|
2007-11-01 23:21:45 +01:00
|
|
|
#treepanes h2 img {
|
2007-09-14 21:37:48 +02:00
|
|
|
float:right;
|
2007-11-01 23:21:45 +01:00
|
|
|
margin-right: 2px;
|
|
|
|
}
|
2007-07-19 12:40:05 +02:00
|
|
|
|
2009-01-06 03:18:33 +01:00
|
|
|
#treepanes form .field {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
.listpane p {
|
2009-01-15 22:27:32 +01:00
|
|
|
display: block;
|
|
|
|
margin: 0px 4px 0px 4px;
|
|
|
|
padding: 3px 0px;
|
2007-07-19 12:40:05 +02:00
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
.listpane ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.listpane ul li {
|
|
|
|
list-style-type: none;
|
|
|
|
font-size: 10px;
|
|
|
|
border-bottom: 1px #CCC dotted;
|
|
|
|
background-color: #FFF;
|
|
|
|
}
|
|
|
|
.listpane ul li.odd {
|
|
|
|
background-color: #EEE;
|
|
|
|
}
|
|
|
|
|
|
|
|
.listpane ul li .extra {
|
|
|
|
font-style: italic;
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
.listpane div.unitBody {
|
|
|
|
overflow: auto;
|
|
|
|
width: 100%;
|
2009-02-03 04:46:15 +01:00
|
|
|
clear: left;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
|
2009-01-05 07:17:59 +01:00
|
|
|
.listpane li a {
|
|
|
|
display: block;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.listpane input.action {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.listpane p.message {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
|
|
|
|
#treepanes .pane_actions {
|
2009-01-15 22:27:32 +01:00
|
|
|
margin: 0px 4px 0px 4px;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#treepanes .pane_actions a {
|
|
|
|
margin: 4px;
|
|
|
|
padding: 3px;
|
|
|
|
background-color: #EEE;
|
|
|
|
border: 1px #CCC solid;
|
|
|
|
}
|
|
|
|
#treepanes .pane_actions a.current {
|
|
|
|
background-color: #CCC;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#treepanes table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#treepanes table thead td {
|
2007-11-01 23:31:27 +01:00
|
|
|
background-color: #aaa;
|
|
|
|
color: #fff;
|
|
|
|
border-bottom: 2px #ccc solid;
|
2009-02-03 04:26:44 +01:00
|
|
|
padding: 0 3px;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#treepanes table tbody tr {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2007-11-01 23:31:27 +01:00
|
|
|
#treepanes table tbody td {
|
|
|
|
font-size: 11px;
|
2009-02-03 04:26:44 +01:00
|
|
|
padding: 1px 3px;
|
2007-11-01 23:31:27 +01:00
|
|
|
}
|
|
|
|
|
2009-02-03 04:26:44 +01:00
|
|
|
#treepanes table tbody tr.even td {
|
2007-07-19 12:40:05 +02:00
|
|
|
background-color: #EEE;
|
|
|
|
}
|
|
|
|
#treepanes table tbody tr.over td {
|
|
|
|
background-color: #FFFFBB;
|
|
|
|
}
|
|
|
|
|
|
|
|
#treepanes table tbody tr.current td {
|
|
|
|
background-color: #BBBBFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
#treepanes #Versions tbody tr.internal {
|
|
|
|
color: #777;
|
|
|
|
}
|
|
|
|
#treepanes #Versions tbody tr.published {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
2009-02-03 04:26:44 +01:00
|
|
|
.SideReport_RecentlyEdited li a:hover {
|
|
|
|
background-color: #FFFFBB;
|
|
|
|
}
|
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
/**
|
|
|
|
* Change the styling of the root tree node
|
|
|
|
*/
|
2007-09-27 22:56:55 +02:00
|
|
|
ul.tree span.a.Root,
|
|
|
|
ul.tree span.a.last.Root,
|
|
|
|
ul.tree span.a.children.Root {
|
2007-07-19 12:40:05 +02:00
|
|
|
background-image: none;
|
|
|
|
}
|
2007-09-27 22:56:55 +02:00
|
|
|
ul.tree span.a.Root span.c,
|
|
|
|
ul.tree span.a.last.Root span.c,
|
|
|
|
ul.tree span.a.children.Root span.c {
|
2007-07-19 12:40:05 +02:00
|
|
|
margin: 0;
|
|
|
|
}
|
2009-02-03 04:22:20 +01:00
|
|
|
|
|
|
|
ul.tree span.a.Root span.c {
|
|
|
|
background: url(../../jsparty/tree/images/i-bottom.gif) no-repeat scroll 0 50%;
|
|
|
|
}
|
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
ul#sitetree.tree ul {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
ul#sitetree.tree ul ul {
|
2009-02-03 04:22:20 +01:00
|
|
|
padding-left: 16px;
|
|
|
|
background: url(../../jsparty/tree/images/i-repeater.gif) repeat-y scroll 0 50%;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2008-02-25 03:10:37 +01:00
|
|
|
/* This applies to both the LHS context menu and the TinyMCE context menu */
|
2008-02-25 02:06:39 +01:00
|
|
|
.contextMenu {
|
2008-02-25 03:10:37 +01:00
|
|
|
z-index: 1000;
|
|
|
|
background-color: white;
|
|
|
|
border: 1px #CCC solid;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.contextMenu {
|
2007-07-19 12:40:05 +02:00
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2008-02-25 03:10:37 +01:00
|
|
|
ul.contextMenu li {
|
2007-07-19 12:40:05 +02:00
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
2008-02-25 03:10:37 +01:00
|
|
|
ul.contextMenu li a {
|
2007-07-19 12:40:05 +02:00
|
|
|
display: block;
|
|
|
|
font-family: Tahoma, Verdana, Arial, Helvetica;
|
|
|
|
font-size: 11px;
|
|
|
|
padding: 5px 10px 5px 5px;
|
|
|
|
color: black;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2008-02-25 03:10:37 +01:00
|
|
|
ul.contextMenu li a:hover {
|
2007-07-19 12:40:05 +02:00
|
|
|
background-color: #B6BDD2;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2007-09-16 18:31:05 +02:00
|
|
|
|
Merged, debugged and enhanced Translatable patches from branches/translatable at r64523, r64523, 64523, thanks wakeless!
API CHANGE Changed Translatable schema from auxilliary tables (SiteTree_lang, SiteTree_lang_Live) to automatically filtered records on the original table (SiteTree, SiteTree_Live), using $Lang and $OriginalID properties. Incompatible update to old schema, migration script is in the works.
API CHANGE Removed Translatable::get_one(), Translatable::write()
ENHANCEMENT Simplified Translatable tree generation by using getSiteTreeFor() in CMSMain->createtranslation()
ENHANCEMENT Added AllChildrenIncludingDeleted(), augmentNumChildrenCountQuery(), augmentAllChildrenIncludingDeleted(), augmentStageChildren() to Translatable class to allow for more stable tree generation.
ENHANCEMENT Moved definition of Translatable schema from augmentDatabase() to Translatable->extraStatics()
ENHANCEMENT Changes to the CMS language selection refresh the whole admin interface instead of the tree only. This way we can add a URL parameter ?lang=<lang> to /admin, which makes the specific language bookmarkable and reloadable. Changes to LangSelector.js
ENHANCEMENT Added fallback to ModelAsController->getNestedController() to fetch page with matching URLSegment but different language in case no page is found in the current language.
ENHANCEMENT Added helper methods to Translatable: getTranslation(), hasTranslation(), isTranslation(), findOriginalIDs()
ENHANCEMENT Getters and setters for Translatable->getOriginalPage() etc.
ENHANCEMENT Hooking Translatable into ModelAsController and ContentController initialization in order to call choose_site_lang()
ENHANCEMENT Simplified Translatable->augmentSQL(), augmentWrite() by not using auxilliary tables
ENHANCEMENT Showing clickable links for Translations in Translatable->updateCMSFields()
BUGFIX Modifying Hierarchy/SiteTree Children getters to accept optional "context" which can be used to set a language explicitly through the $Lang property, rather than implicitly reyling on the static Translatable::current_lang()
BUGFIX Fixed TranslatableTest to work with new datamodel
BUGFIX Temporarily disabled cookie/session selection in Translatable::choose_site_lang() until we have a good test suite for the side effects.
MINOR Added "untranslated" CSS styles to tree nodes and marking them as inactive/grey
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@69959 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-01-10 13:15:30 +01:00
|
|
|
ul.tree span.untranslated a:link,
|
|
|
|
ul.tree span.untranslated a:hover,
|
|
|
|
ul.tree span.untranslated a:visited {
|
2007-11-05 23:08:12 +01:00
|
|
|
color: #ccc
|
2007-09-16 18:31:05 +02:00
|
|
|
}
|
|
|
|
|
2007-11-08 05:43:19 +01:00
|
|
|
#left form.actionparams div.SearchCriteria {
|
2009-05-14 08:11:18 +02:00
|
|
|
width: 28%;
|
2007-11-08 05:43:19 +01:00
|
|
|
overflow: hidden;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2009-05-14 08:11:18 +02:00
|
|
|
#left form.actionparams input.SearchCriteria, #left form.actionparams #InputSiteTreeFilterClassName select {
|
|
|
|
width: 60%;
|
2007-09-16 17:19:17 +02:00
|
|
|
float: left;
|
2009-05-14 08:11:18 +02:00
|
|
|
margin: 0;
|
2007-09-16 17:20:35 +02:00
|
|
|
}
|
|
|
|
#left form.actionparams #InputSiteTreeFilterDate .calendar {
|
2009-02-03 04:22:20 +01:00
|
|
|
margin-left: -96px;
|
|
|
|
width: 190px;
|
|
|
|
height: 141px;
|
2007-09-16 17:20:35 +02:00
|
|
|
}
|
|
|
|
/* IE7 fix: */
|
|
|
|
#left form.actionparams #InputSiteTreeFilterDate table {
|
|
|
|
width: 70%;
|
2007-09-27 22:56:55 +02:00
|
|
|
}
|
|
|
|
|
2009-05-23 05:30:57 +02:00
|
|
|
/* Change detection CSS */
|
2008-11-18 02:48:50 +01:00
|
|
|
#right ins, #right ins * {
|
2009-05-23 05:30:57 +02:00
|
|
|
background-color: #99EE66;
|
2008-11-18 02:48:50 +01:00
|
|
|
text-decoration: none;
|
2007-09-27 22:56:55 +02:00
|
|
|
}
|
|
|
|
|
2008-11-18 02:48:50 +01:00
|
|
|
#right del, #right del *{
|
2009-05-23 05:30:57 +02:00
|
|
|
background-color: #FF9999;
|
2008-11-18 02:48:50 +01:00
|
|
|
text-decoration: strikethough;
|
2007-09-27 22:56:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#sitetree a.contents {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2009-05-06 07:16:53 +02:00
|
|
|
#ShowDrafts {
|
|
|
|
float: none;
|
|
|
|
}
|
|
|
|
|
2009-08-04 06:41:32 +02:00
|
|
|
.noBottomBorder {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
|
2009-05-01 00:47:28 +02:00
|
|
|
.checkboxAboveTree {
|
2009-02-03 04:22:20 +01:00
|
|
|
border-top: 1px solid #cccccc;
|
|
|
|
padding: 5px 0 0 0;
|
|
|
|
overflow: hidden;
|
|
|
|
clear: left;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2009-05-06 07:01:51 +02:00
|
|
|
.checkboxAboveTree div {
|
|
|
|
clear: left;
|
|
|
|
}
|
2009-05-06 07:16:53 +02:00
|
|
|
.checkboxAboveTree input, #ShowChanged input, #ShowDrafts input {
|
2009-02-03 04:22:20 +01:00
|
|
|
float: left;
|
|
|
|
margin: 0 3px 0 0;
|
|
|
|
}
|
2009-02-03 04:26:44 +01:00
|
|
|
|
|
|
|
#versions_actions {
|
|
|
|
float: left;
|
|
|
|
width: 100%;
|
|
|
|
border-bottom:1px solid #CCC;
|
|
|
|
}
|
2009-02-03 04:22:20 +01:00
|
|
|
#versions_actions .versionChoice {
|
|
|
|
float: left;
|
|
|
|
display: block;
|
|
|
|
margin: 0 0 5px 0;
|
|
|
|
}
|
|
|
|
|
2009-02-03 04:26:44 +01:00
|
|
|
.versionChoice label {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
margin-top: 3px;
|
|
|
|
_margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
2009-02-03 04:22:20 +01:00
|
|
|
#versions_actions input, #Remember input {
|
|
|
|
float: left;
|
|
|
|
display: block;
|
|
|
|
margin: 0 3px 0 0;
|
|
|
|
}
|
|
|
|
|
2009-02-03 04:26:44 +01:00
|
|
|
#ReportSelector_holder {
|
|
|
|
background: #EEE;
|
|
|
|
margin: 0 !important;
|
|
|
|
padding: 3px 3px 7px;
|
|
|
|
border-bottom: 1px solid #CCC;
|
|
|
|
}
|
|
|
|
#versions_actions {
|
|
|
|
background: #EEE;
|
|
|
|
overflow: hidden;
|
|
|
|
margin: 0 !important;
|
|
|
|
padding: 4px 7px;
|
|
|
|
}
|
|
|
|
|
2009-10-16 00:44:24 +02:00
|
|
|
form#SideReportForm label.left {
|
|
|
|
margin-left: 0em;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2007-09-27 22:56:55 +02:00
|
|
|
|
|
|
|
/**
|
|
|
|
* i18n
|
|
|
|
*/
|
|
|
|
#LangSelector_holder {
|
|
|
|
float: none;
|
|
|
|
background-color: #EEEEEE;
|
|
|
|
border-bottom: 1px solid #CCCCCC;
|
|
|
|
border-top: 1px solid #CCCCCC;
|
2009-01-16 05:17:37 +01:00
|
|
|
padding: 3px 0 3px 7px;
|
2008-02-25 03:10:37 +01:00
|
|
|
}
|