2007-07-19 12:40:05 +02:00
|
|
|
#TreeActions {
|
|
|
|
background-color: #EEE;
|
|
|
|
border-bottom: 1px #CCC solid;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2007-09-27 22:56:55 +02:00
|
|
|
/* height: 23px; */
|
|
|
|
float: left;
|
|
|
|
width: 100%;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2007-11-01 23:39:25 +01:00
|
|
|
|
|
|
|
|
|
|
|
/*#TreeActions li.action {
|
2007-07-19 12:40:05 +02:00
|
|
|
float: left;
|
|
|
|
margin: 0;
|
2007-09-15 02:54:13 +02:00
|
|
|
padding: 2px;
|
2007-07-19 12:40:05 +02:00
|
|
|
list-style-type: none;
|
|
|
|
}
|
2007-09-15 02:54:13 +02:00
|
|
|
#TreeActions li.action button {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
|
|
|
padding: 0pt 0.1em;
|
|
|
|
overflow: visible;
|
|
|
|
width: auto;
|
2007-11-01 23:39:25 +01:00
|
|
|
}*/
|
|
|
|
|
2007-11-02 01:44:00 +01:00
|
|
|
#TreeActions li {
|
|
|
|
float: left;
|
2007-11-02 03:03:18 +01:00
|
|
|
list-style: none;
|
|
|
|
list-style-type: none;
|
2007-11-02 01:44:00 +01:00
|
|
|
}
|
|
|
|
|
2007-11-01 23:39:25 +01:00
|
|
|
#TreeActions li button {
|
|
|
|
cursor: pointer;
|
|
|
|
float: left;
|
|
|
|
height: 25px;
|
|
|
|
background-image: url(../images/textures/ToolBar.png);
|
|
|
|
color: #333333;
|
|
|
|
overflow: visible;
|
|
|
|
width: auto;
|
2007-11-02 03:03:18 +01:00
|
|
|
padding: 0 2px;
|
|
|
|
margin: 0 2px;
|
2007-11-01 23:39:25 +01:00
|
|
|
border-color: #CCCCCC rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
|
|
|
|
border-style: double;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#TreeActions li button:active {
|
|
|
|
background: #F4F4F4 none repeat scroll 0%;
|
|
|
|
border-color: #999999 rgb(204, 204, 204) rgb(204, 204, 204) rgb(153, 153, 153);
|
|
|
|
}
|
|
|
|
|
|
|
|
#TreeActions li button:hover {
|
|
|
|
background: #fff;
|
2007-07-19 12:40:05 +02:00
|
|
|
}
|
2007-11-01 23:39:25 +01:00
|
|
|
|
2007-09-15 02:54:13 +02:00
|
|
|
#TreeActions li.selected {
|
2007-07-19 12:40:05 +02:00
|
|
|
background-color: #CCC;
|
|
|
|
}
|
2007-09-15 02:54:13 +02:00
|
|
|
#TreeActions li.action:hover {
|
2007-07-19 12:40:05 +02:00
|
|
|
background-color: #CCC;
|
|
|
|
}
|
2007-11-01 23:39:25 +01:00
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
#left form.actionparams {
|
|
|
|
background-color: #CCC;
|
|
|
|
border-bottom: 1px #EEE solid;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0.5em;
|
|
|
|
}
|
|
|
|
#left form.actionparams select {
|
|
|
|
width: 75%;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2007-09-27 22:56:55 +02:00
|
|
|
#PageType,
|
|
|
|
#ReportSelector_holder select {
|
2007-09-15 02:50:20 +02:00
|
|
|
width: 75%;
|
|
|
|
float: left;
|
|
|
|
margin-right: 3px;
|
|
|
|
}
|
2007-07-19 12:40:05 +02:00
|
|
|
#left form.actionparms input.action {
|
|
|
|
width: 5%;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Selection Groups
|
|
|
|
*/
|
|
|
|
#left .SelectionGroup {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
#left .SelectionGroup li {
|
|
|
|
list-style-type: none;
|
|
|
|
clear: left;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
border: 1px #CCC solid;
|
|
|
|
}
|
|
|
|
#left .SelectionGroup li input {
|
|
|
|
width: 20px;
|
|
|
|
float: left;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
#left .SelectionGroup li div.field {
|
|
|
|
display: none;
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
#left .SelectionGroup li label {
|
|
|
|
margin: 0 0 0 2px;
|
|
|
|
padding: 0;
|
|
|
|
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.current span#currentNodeActions {
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
background-color: white;
|
|
|
|
padding: 0 3px;
|
|
|
|
}
|
|
|
|
*/
|
|
|
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.tree span.a a.disabled {
|
|
|
|
color: #999;
|
|
|
|
cursor: normal;
|
|
|
|
}
|
|
|
|
ul.tree span.a a.disabled * {
|
|
|
|
padding: 0;
|
|
|
|
background: none;
|
|
|
|
color: #999;
|
|
|
|
cursor: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
ul.tree .deleted {
|
|
|
|
color: red;
|
|
|
|
text-decoration: line-through;
|
|
|
|
}
|
|
|
|
/* Created on stage, never published */
|
|
|
|
ul.tree ins,
|
|
|
|
#publication_key ins {
|
|
|
|
color: orange;
|
|
|
|
padding-left : 16px;
|
|
|
|
background-image : url(../../sapphire/images/NewOnStage.png);
|
|
|
|
background-position : 0px 1px;
|
|
|
|
background-repeat : no-repeat;
|
|
|
|
text-decoration : none;
|
|
|
|
}
|
2007-09-27 22:56:55 +02:00
|
|
|
/* Deleted on stage */
|
2007-07-19 12:40:05 +02:00
|
|
|
ul.tree del,
|
|
|
|
#publication_key del {
|
|
|
|
color: red;
|
|
|
|
padding-left : 16px;
|
|
|
|
background-image : url(../../sapphire/images/TrashedOnStage.png);
|
|
|
|
background-repeat : no-repeat;
|
|
|
|
}
|
|
|
|
ul.tree span.modified,
|
|
|
|
#publication_key span.modified {
|
|
|
|
color: green;
|
|
|
|
padding-left : 16px;
|
|
|
|
background-position : 1px 0px;
|
|
|
|
background-image : url(../../sapphire/images/EditedOnStage.png);
|
|
|
|
background-repeat : no-repeat;
|
|
|
|
text-decoration : none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#left {
|
|
|
|
background-color: #EEE;
|
|
|
|
}
|
|
|
|
|
|
|
|
#treepanes {
|
|
|
|
background-color: #FFF;
|
|
|
|
}
|
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
|
|
|
|
|
|
|
.listpane p {
|
|
|
|
margin: 3px 3px 7px 3px;
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
.listpane ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.listpane ul li {
|
|
|
|
list-style-type: none;
|
|
|
|
padding: 5px 2px 5px 2px;
|
|
|
|
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%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#treepanes .pane_actions {
|
|
|
|
margin: 7px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#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;
|
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;
|
|
|
|
}
|
|
|
|
|
2007-07-19 12:40:05 +02:00
|
|
|
#treepanes table tbody tr.odd td {
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 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;
|
|
|
|
}
|
|
|
|
ul#sitetree.tree ul {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
ul#sitetree.tree ul ul {
|
|
|
|
margin-left: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.contextMenu {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.contextMenu li {
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
.contextMenu li a {
|
|
|
|
display: block;
|
|
|
|
font-family: Tahoma, Verdana, Arial, Helvetica;
|
|
|
|
font-size: 11px;
|
|
|
|
padding: 5px 10px 5px 5px;
|
|
|
|
color: black;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.contextMenu li a:hover {
|
|
|
|
background-color: #B6BDD2;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2007-09-16 18:31:05 +02:00
|
|
|
|
2007-09-27 22:56:55 +02:00
|
|
|
ul.tree li.untranslated a:link,
|
|
|
|
ul.tree li.untranslated a:hover,
|
|
|
|
ul.tree li.untranslated a:visited {
|
2007-09-16 18:31:05 +02:00
|
|
|
color: #CCCCCC
|
|
|
|
}
|
|
|
|
|
2007-09-16 17:19:17 +02:00
|
|
|
#left form.actionparams .SearchCriteria {
|
|
|
|
width: 45%;
|
|
|
|
float: left;
|
2007-09-16 17:20:35 +02:00
|
|
|
}
|
|
|
|
#left form.actionparams #InputSiteTreeFilterDate .calendar {
|
|
|
|
margin-left: -100px;
|
|
|
|
}
|
|
|
|
/* IE7 fix: */
|
|
|
|
#left form.actionparams #InputSiteTreeFilterDate table {
|
|
|
|
width: 70%;
|
2007-09-27 22:56:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#right ins * {
|
|
|
|
background-color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
#right del *{
|
|
|
|
background-color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sitetree a.contents {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* i18n
|
|
|
|
*/
|
|
|
|
#LangSelector_holder {
|
|
|
|
float: none;
|
|
|
|
background-color: #EEEEEE;
|
|
|
|
border-bottom: 1px solid #CCCCCC;
|
|
|
|
border-top: 1px solid #CCCCCC;
|
|
|
|
}
|
|
|
|
#LangSelector_holder select {
|
|
|
|
width: 70%;
|
|
|
|
}
|
|
|
|
#LangSelector_holder.onelang {
|
|
|
|
display: none;
|
2007-09-16 17:19:17 +02:00
|
|
|
}
|