2012-08-23 05:44:47 +02:00
|
|
|
@import '_mixins';
|
|
|
|
|
2012-08-07 01:55:05 +02:00
|
|
|
//data-icon="cross-circle"
|
2012-08-14 03:03:35 +02:00
|
|
|
$gf_colour_zebra: #F0F4F7;
|
2012-08-07 01:55:05 +02:00
|
|
|
|
2012-08-10 05:12:41 +02:00
|
|
|
.ui-autocomplete{
|
|
|
|
border: 1px solid #DDD;
|
|
|
|
box-shadow: 0 1px 2px 0px #AFAFAF;
|
2012-08-22 01:06:13 +02:00
|
|
|
max-height: 300px;
|
|
|
|
overflow: scroll;
|
2012-08-10 04:58:26 +02:00
|
|
|
}
|
|
|
|
|
2012-09-11 07:29:52 +02:00
|
|
|
.cms fieldset.documents, .cms fieldset.relatedLinks{
|
2012-08-07 01:55:05 +02:00
|
|
|
table{
|
|
|
|
td{
|
|
|
|
white-space:normal;
|
|
|
|
}
|
|
|
|
td.col-buttons{
|
|
|
|
white-space:nowrap;
|
|
|
|
.dms-delete-link-only{
|
|
|
|
.ui-icon{
|
|
|
|
background: url(../images/chain-unchain.png) no-repeat;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-08-14 03:03:35 +02:00
|
|
|
tr.dms-document-hidden-row {
|
|
|
|
&.odd {
|
|
|
|
background-color: mix($gf_colour_zebra, rgba(255, 4, 0, 0.2));
|
|
|
|
}
|
|
|
|
&.even {
|
|
|
|
background-color: mix($gf_colour_zebra, rgba(255, 4, 0, 0.35));
|
|
|
|
}
|
|
|
|
&:hover {
|
|
|
|
background-color: mix($gf_colour_zebra, rgba(255, 4, 0, 0.6)) !important;
|
|
|
|
}
|
|
|
|
}
|
2012-08-07 01:55:05 +02:00
|
|
|
}
|
|
|
|
}
|
2012-08-07 06:51:39 +02:00
|
|
|
|
|
|
|
|
|
|
|
.DMSDocumentAddController .ui-tabs{
|
|
|
|
ul.ui-tabs-nav{
|
|
|
|
border-bottom:none;
|
|
|
|
float: right;
|
|
|
|
margin: 8px 0 -1px 0;
|
|
|
|
padding: 0 24px 0 0;
|
|
|
|
li{
|
|
|
|
padding-bottom: 1px;
|
|
|
|
border: 1px solid #C0C0C2;
|
|
|
|
a{
|
|
|
|
padding: 8px 20px 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-08-07 07:38:57 +02:00
|
|
|
}
|
|
|
|
|
2012-08-21 05:40:34 +02:00
|
|
|
.ss-add{
|
2012-08-17 06:48:09 +02:00
|
|
|
.document-add-existing{
|
|
|
|
input{
|
|
|
|
position: absolute;
|
|
|
|
z-index: 9999;
|
2012-08-21 05:40:34 +02:00
|
|
|
//top: 70px;
|
2012-08-20 05:53:03 +02:00
|
|
|
width: 390px;
|
2012-08-17 06:48:09 +02:00
|
|
|
padding: 9px 7px;
|
|
|
|
border-bottom-right-radius:0;
|
|
|
|
border-top-right-radius:0;
|
2012-08-21 05:40:34 +02:00
|
|
|
outline:none;
|
|
|
|
box-sizing:border-box;
|
2012-09-07 01:31:32 +02:00
|
|
|
-moz-box-sizing: border-box;
|
2012-08-20 05:53:03 +02:00
|
|
|
&[disabled]{
|
2012-08-17 06:48:09 +02:00
|
|
|
color: #C0C0C2;
|
|
|
|
text-shadow: 0 -1px 0 #FFF;
|
|
|
|
background: #EEE;
|
2012-08-20 05:53:03 +02:00
|
|
|
background-image:none;
|
2012-08-17 06:48:09 +02:00
|
|
|
box-shadow: inset 0 1px 8px 0 #C4C4C4;
|
2012-08-20 05:53:03 +02:00
|
|
|
border-bottom-left-radius:0;
|
|
|
|
border-bottom-right-radius:0;
|
2012-08-17 06:48:09 +02:00
|
|
|
}
|
|
|
|
}
|
2012-08-20 05:53:03 +02:00
|
|
|
.TreeDropdownField{
|
|
|
|
border:none;
|
2012-08-21 05:40:34 +02:00
|
|
|
width: 100%;
|
|
|
|
max-width: 512px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
cursor:pointer;
|
|
|
|
overflow:hidden;
|
2012-08-20 05:53:03 +02:00
|
|
|
}
|
2012-08-17 06:48:09 +02:00
|
|
|
.treedropdownfield-toggle-panel-link{
|
|
|
|
padding: 5px 9px 9px;
|
2012-08-20 05:53:03 +02:00
|
|
|
border: 1px solid #B3B3B3;
|
2012-08-21 04:17:36 +02:00
|
|
|
float: right;
|
2012-09-07 01:31:32 +02:00
|
|
|
z-index: 99999;
|
|
|
|
position: relative;
|
2012-08-22 01:06:13 +02:00
|
|
|
&.treedropdownfield-open-tree{
|
|
|
|
background:transparent;
|
|
|
|
border: 1px solid #B3B3B3;
|
|
|
|
border-bottom:none;
|
|
|
|
border-bottom-right-radius:0;
|
|
|
|
}
|
2012-08-17 06:48:09 +02:00
|
|
|
}
|
|
|
|
.treedropdownfield-title{
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
.treedropdownfield-toggle-panel-link a{
|
|
|
|
display: inline-block;
|
|
|
|
top: 4px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
.document-list{
|
|
|
|
position: absolute;
|
|
|
|
z-index: 9999;
|
2012-08-20 05:53:03 +02:00
|
|
|
width: 510px;
|
2012-08-17 06:48:09 +02:00
|
|
|
border: 1px solid #DDD;
|
2012-08-20 05:53:03 +02:00
|
|
|
border-top:none;
|
2012-08-17 06:48:09 +02:00
|
|
|
background: #ffffff;
|
2012-08-20 00:49:35 +02:00
|
|
|
display: none;
|
2012-08-17 06:48:09 +02:00
|
|
|
box-shadow:0 2px 4px 1px #DDD;
|
|
|
|
max-height:300px;
|
2012-08-20 05:53:03 +02:00
|
|
|
border-radius: 6px;
|
|
|
|
background-clip: padding-box;
|
2012-08-17 06:48:09 +02:00
|
|
|
overflow:scroll;
|
|
|
|
ul{
|
2012-08-28 00:53:16 +02:00
|
|
|
padding: 4px 0;
|
2012-08-17 06:48:09 +02:00
|
|
|
li{
|
|
|
|
line-height:18px;
|
2012-08-28 00:53:16 +02:00
|
|
|
a{
|
|
|
|
display: block;
|
|
|
|
padding: 4px 8px;
|
|
|
|
border: 1px solid #FFF;
|
|
|
|
color: black;
|
|
|
|
&:hover{
|
|
|
|
border: 1px solid #CCC;
|
|
|
|
border-radius: 4px;
|
|
|
|
background: rgba(203, 203, 203, 0.4);
|
|
|
|
cursor: pointer;
|
|
|
|
text-decoration:none;
|
|
|
|
outline:none;
|
|
|
|
text-shadow:none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-09-07 01:31:32 +02:00
|
|
|
&.link-editor-context{
|
|
|
|
label{
|
|
|
|
float: left;
|
|
|
|
display: block;
|
|
|
|
width: 176px;
|
|
|
|
padding:8px 8px 8px 0;
|
|
|
|
line-height: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
text-shadow: 1px 1px 0 white;
|
|
|
|
}
|
|
|
|
.middleColumn{
|
|
|
|
margin-left: 184px;
|
|
|
|
input{
|
|
|
|
background:white;
|
|
|
|
border: 1px solid #B3B3B3;
|
|
|
|
line-height: 16px;
|
|
|
|
margin: 0;
|
|
|
|
border-radius: 4px;
|
|
|
|
background-size: 100%;
|
|
|
|
max-width: 512px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.ss-assetuploadfield{
|
|
|
|
&.link-editor-context{
|
|
|
|
label{
|
|
|
|
float: left;
|
|
|
|
display: block;
|
|
|
|
width: 176px;
|
|
|
|
padding:8px 8px 8px 0;
|
|
|
|
line-height: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
text-shadow: 1px 1px 0 white;
|
|
|
|
}
|
|
|
|
.middleColumn{
|
|
|
|
margin-left: 184px;
|
|
|
|
display: block;
|
|
|
|
padding: 8px 8px 8px 0;
|
|
|
|
font-style: italic;
|
|
|
|
min-height:20px;
|
|
|
|
}
|
|
|
|
}
|
2012-09-07 01:46:24 +02:00
|
|
|
.step4{
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2012-08-28 00:53:16 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
//Styling for tree dropdown field
|
|
|
|
.cms{
|
|
|
|
.ss-add, .selectiongroup{
|
|
|
|
.treedropdownfield-panel{
|
|
|
|
margin: -1px 0 0 0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
ul{
|
|
|
|
padding: 4px 0;
|
|
|
|
li{
|
|
|
|
border: 1px solid #ffffff;
|
|
|
|
a{
|
|
|
|
display: block;
|
|
|
|
padding: 4px 2px;
|
|
|
|
&.jstree-hovered{
|
|
|
|
background: rgba(203, 203, 203, 0.4);
|
|
|
|
border: 1px solid #CCC;
|
|
|
|
}
|
2012-08-17 06:48:09 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-08-07 07:38:57 +02:00
|
|
|
|
2012-08-28 00:53:16 +02:00
|
|
|
|
2012-08-20 05:53:03 +02:00
|
|
|
// Hack for Firefox to fix padding on adding document input.
|
|
|
|
// FF renders the size different and pushes it out by 2px compared to webkit
|
|
|
|
@-moz-document url-prefix() {
|
2012-08-22 01:06:13 +02:00
|
|
|
.ss-add{
|
2012-08-20 05:53:03 +02:00
|
|
|
.document-add-existing{
|
|
|
|
input{
|
|
|
|
padding: 10px 7px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-08-23 05:44:47 +02:00
|
|
|
#Form_EditForm_Documents{
|
2012-08-08 02:17:20 +02:00
|
|
|
padding: 1em 0;
|
|
|
|
input[name="filter[LastChanged]"] {
|
|
|
|
display: none;
|
|
|
|
}
|
2012-08-23 05:44:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#Form_EditForm_RelatedLinks{
|
|
|
|
table{
|
|
|
|
padding: 1em 0;
|
|
|
|
thead{
|
|
|
|
h2{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-09-12 01:57:30 +02:00
|
|
|
#SectionID, #DocumentTypeID{
|
2012-08-23 05:44:47 +02:00
|
|
|
@include tabButtons;
|
|
|
|
}
|
|
|
|
|
|
|
|
#Form_ItemEditForm{
|
|
|
|
h3:first-child{
|
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
2012-08-27 01:49:09 +02:00
|
|
|
width: 184px;
|
2012-08-23 05:44:47 +02:00
|
|
|
}
|
|
|
|
ul.SelectionGroup{
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
padding: 0;
|
|
|
|
margin-top: 9px;
|
2012-08-27 01:49:09 +02:00
|
|
|
margin-left: 0;
|
|
|
|
height: 110px;
|
|
|
|
background: none;
|
|
|
|
border: none;
|
2012-08-23 05:44:47 +02:00
|
|
|
li{
|
|
|
|
width: auto;
|
|
|
|
clear: none;
|
|
|
|
display: inline;
|
|
|
|
margin-right: 4px;
|
|
|
|
input{
|
|
|
|
&.selector{
|
|
|
|
display:none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
label{
|
|
|
|
&.ui-button{
|
2012-08-31 04:15:35 +02:00
|
|
|
@include background(
|
|
|
|
linear-gradient(color-stops(
|
|
|
|
lighten($color-button-generic, 10%),
|
|
|
|
darken($color-button-generic, 5%)
|
|
|
|
))
|
|
|
|
);
|
|
|
|
font-weight: bold;
|
|
|
|
border: 1px solid #C0C0C2;
|
|
|
|
border-radius: 3px;
|
|
|
|
padding: 0.8em 1.5em;
|
|
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
box-shadow: 0 0 5px rgba(0,0,0,0.3);
|
|
|
|
}
|
2012-08-23 05:44:47 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
div.field{
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
width: 600px;
|
|
|
|
position: absolute;
|
|
|
|
left:0;
|
|
|
|
margin-top: 13px;
|
|
|
|
padding: 10px;
|
|
|
|
background: white;
|
|
|
|
border: 1px solid #B3B3B3;
|
|
|
|
@include border-radius(4px);
|
|
|
|
@include background-image(linear-gradient(#efefef, #fff 10%, #fff 90%, #efefef));
|
|
|
|
}
|
|
|
|
&.selected{
|
|
|
|
label.ui-button{
|
|
|
|
@include active-actions-btn;
|
2012-08-31 04:15:35 +02:00
|
|
|
|
|
|
|
&:after {
|
|
|
|
top: 43px;
|
|
|
|
}
|
2012-08-23 05:44:47 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-08-27 01:49:09 +02:00
|
|
|
.treedropdownfield-panel{
|
2012-08-28 00:53:16 +02:00
|
|
|
margin: 1px 0 0 -1px;
|
|
|
|
box-sizing: content-box;
|
2012-08-27 01:49:09 +02:00
|
|
|
ul{
|
|
|
|
li{
|
|
|
|
display: block;
|
|
|
|
clear: both;
|
2012-08-28 00:53:16 +02:00
|
|
|
width: 100%;
|
|
|
|
margin: 0;
|
2012-08-31 04:15:35 +02:00
|
|
|
|
|
|
|
li {
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
2012-08-27 01:49:09 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-08-23 05:44:47 +02:00
|
|
|
}
|
2012-08-07 06:51:39 +02:00
|
|
|
}
|