2012-08-06 06:55:57 +02:00
|
|
|
@import "compass/css3";
|
2012-08-23 05:44:47 +02:00
|
|
|
@import '_mixins';
|
2012-08-06 06:55:57 +02:00
|
|
|
|
|
|
|
$color-button-generic: #e6e6e6 !default;
|
|
|
|
|
2012-08-07 02:23:03 +02:00
|
|
|
form.small .field input.text,
|
|
|
|
form.small .field textarea,
|
|
|
|
form.small .field select,
|
|
|
|
form.small .field .TreeDropdownField,
|
|
|
|
.field.small input.text, .field.small textarea,
|
|
|
|
.field.small select, .field.small .TreeDropdownField{
|
|
|
|
width: 100%;
|
|
|
|
}
|
2012-08-06 06:55:57 +02:00
|
|
|
|
2012-08-03 02:18:55 +02:00
|
|
|
#FileP{
|
|
|
|
.fieldgroup-field{
|
|
|
|
width:100%;
|
2012-08-07 02:23:03 +02:00
|
|
|
.cms-file-info-preview{
|
|
|
|
box-shadow:none;
|
|
|
|
}
|
2012-08-03 02:18:55 +02:00
|
|
|
.cms-file-info-data{
|
|
|
|
width:400px;
|
|
|
|
}
|
|
|
|
.fieldholder-small{
|
|
|
|
margin-top: 5px;
|
|
|
|
label{
|
|
|
|
width:auto;
|
|
|
|
margin-left: 0;
|
|
|
|
padding-top: 0;
|
|
|
|
margin-right: 10px;
|
|
|
|
font-weight: bold;
|
2012-08-07 02:23:03 +02:00
|
|
|
float: left;
|
2012-08-03 02:18:55 +02:00
|
|
|
}
|
|
|
|
.readonly{
|
|
|
|
font-style:italic;
|
|
|
|
color: #666;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#DocumentTypeID{
|
2012-08-23 05:44:47 +02:00
|
|
|
@include tabButtons;
|
2012-08-03 06:17:19 +02:00
|
|
|
}
|
2012-09-12 01:57:30 +02:00
|
|
|
|
2012-08-06 06:55:57 +02:00
|
|
|
#Actions{
|
2012-08-08 04:18:29 +02:00
|
|
|
box-shadow:none;
|
|
|
|
border:none;
|
|
|
|
padding:0;
|
2012-08-06 06:55:57 +02:00
|
|
|
li{
|
|
|
|
margin-left: 2px;
|
|
|
|
&:first-child{
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2012-08-13 07:51:59 +02:00
|
|
|
&.delete-button-appended{
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
&.dms-active{
|
2012-08-23 05:44:47 +02:00
|
|
|
@include active-actions-btn;
|
2012-08-13 07:51:59 +02:00
|
|
|
}
|
2012-08-06 06:55:57 +02:00
|
|
|
}
|
|
|
|
}
|
2012-08-08 02:17:20 +02:00
|
|
|
|
|
|
|
#ActionsPanel{
|
|
|
|
.middleColumn{
|
|
|
|
margin-left:184px;
|
2012-08-16 07:01:57 +02:00
|
|
|
width: 510px;
|
2012-08-13 07:56:41 +02:00
|
|
|
form.small &{
|
|
|
|
margin-left: 120px;
|
|
|
|
}
|
2012-08-08 02:17:20 +02:00
|
|
|
}
|
|
|
|
label.fieldholder-small-label{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.fieldgroup-field{
|
|
|
|
float:none;
|
|
|
|
width:auto;
|
|
|
|
.fieldholder-small{
|
|
|
|
label{
|
|
|
|
float:none;
|
|
|
|
width:auto;
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
&.ss-ui-button{
|
|
|
|
float: left;
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-08-16 06:18:41 +02:00
|
|
|
.embargo, .expiry{
|
|
|
|
li{
|
|
|
|
float: none;
|
|
|
|
width: 100%;
|
|
|
|
margin-left: 8px;
|
|
|
|
label{
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.embargoDatetime, .expiryDatetime{
|
|
|
|
margin-top: 0;
|
|
|
|
margin-left: 34px;
|
|
|
|
.field{
|
|
|
|
&.date, &.time{
|
|
|
|
display: inline-block;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
&.date{
|
|
|
|
.middleColumn{
|
|
|
|
background: url('../images/calendar-month.png') 90px 7px no-repeat;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&.time{
|
|
|
|
.middleColumn{
|
|
|
|
background: url('../images/clock-frame.png') 90px 7px no-repeat;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.middleColumn{
|
|
|
|
margin-left: 0;
|
|
|
|
width: auto;
|
|
|
|
border: none;
|
|
|
|
input{
|
|
|
|
width: 80px;
|
|
|
|
margin-right: 40px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-08-08 02:17:20 +02:00
|
|
|
}
|
2012-08-13 02:46:56 +02:00
|
|
|
.ss-uploadfield-files{
|
|
|
|
.ss-uploadfield-item-preview{
|
|
|
|
background: url('../images/app_icons/generic_32.png') -10px -6px no-repeat;
|
|
|
|
}
|
|
|
|
.ss-uploadfield-item-name{
|
|
|
|
span.name{
|
|
|
|
width: 260px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.ss-uploadfield-item-actions{
|
|
|
|
.ss-uploadfield-item-cancel{
|
|
|
|
width: auto;
|
|
|
|
text-indent:0;
|
|
|
|
.btn-icon-deleteLight{
|
|
|
|
background-position: 0 -128px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
.ui-button-text{
|
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
float: right;
|
|
|
|
color: #555;
|
|
|
|
padding:0;
|
|
|
|
padding-left: 2em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2012-08-03 06:17:19 +02:00
|
|
|
}
|
|
|
|
|
2012-08-07 06:58:38 +02:00
|
|
|
#Form_ItemEditForm{
|
2012-08-06 06:55:57 +02:00
|
|
|
fieldset{
|
|
|
|
table.ss-gridfield-table{
|
2012-08-21 04:48:18 +02:00
|
|
|
width: 494px;
|
2012-08-13 02:46:56 +02:00
|
|
|
//max-width:508px;
|
2012-08-06 07:55:04 +02:00
|
|
|
tr{
|
|
|
|
th.main{
|
2012-08-08 04:18:29 +02:00
|
|
|
min-width:175px;
|
2012-08-06 07:55:04 +02:00
|
|
|
&.col-action_SetOrderID{
|
|
|
|
width:60px;
|
|
|
|
min-width:60px;
|
|
|
|
}
|
|
|
|
}
|
2012-08-13 02:46:56 +02:00
|
|
|
td{
|
|
|
|
white-space:normal;
|
|
|
|
}
|
2012-08-06 07:55:04 +02:00
|
|
|
}
|
2012-08-06 06:55:57 +02:00
|
|
|
}
|
|
|
|
}
|
2012-08-16 06:18:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#ui-datepicker-div{
|
|
|
|
border: 1px solid #DDD;
|
2012-08-01 06:12:11 +02:00
|
|
|
}
|