mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
29 lines
1.8 KiB
CSS
29 lines
1.8 KiB
CSS
/* #Root_Documents{
|
|
table{
|
|
white-space:normal;
|
|
}
|
|
} */
|
|
#FileP .fieldgroup-field { width: 100%; }
|
|
#FileP .fieldgroup-field .cms-file-info-data { width: 400px; }
|
|
#FileP .fieldgroup-field .fieldholder-small { margin-top: 5px; }
|
|
#FileP .fieldgroup-field .fieldholder-small label { width: auto; margin-left: 0; padding-top: 0; margin-right: 10px; font-weight: bold; }
|
|
#FileP .fieldgroup-field .fieldholder-small .readonly { font-style: italic; color: #666; }
|
|
|
|
#DocumentTypeID ul { padding: 0; }
|
|
#DocumentTypeID ul input[type="radio"] { display: none; }
|
|
#DocumentTypeID ul li { display: inline-block; padding: 0; width: auto; margin-right: 0; border-radius: 0; border-left: 1px solid #C0C0C2; border-right: 1px solid #f4f4f4; }
|
|
#DocumentTypeID ul li:first-child { border-radius: 6px 0 0 6px; }
|
|
#DocumentTypeID ul li:last-child { border-radius: 0 6px 6px 0; border-right: 1px solid #C0C0C2; }
|
|
#DocumentTypeID ul li.selected { border-bottom: 1px solid #e9e9e9; border-right: 1px solid #C0C0C2; background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c0c0c0), color-stop(100%, #e6e6e6)); background: -webkit-linear-gradient(#c0c0c0, #e6e6e6); background: -moz-linear-gradient(#c0c0c0, #e6e6e6); background: -o-linear-gradient(#c0c0c0, #e6e6e6); background: -ms-linear-gradient(#c0c0c0, #e6e6e6); background: linear-gradient(#c0c0c0, #e6e6e6); box-shadow: 0 1px 1px 0 #555 inset; }
|
|
#DocumentTypeID ul li.selected :after { box-shadow: 0 1px 1px 0 #DDD; }
|
|
#DocumentTypeID ul li label { padding: .4em 1em; display: block; line-height: 1.4; }
|
|
|
|
#Actions li { margin-left: 2px; }
|
|
#Actions li:first-child { margin-left: 0; }
|
|
|
|
#ReplaceFile { display: none; }
|
|
|
|
.cms fieldset table.ss-gridfield-table { width: auto; }
|
|
.cms fieldset table.ss-gridfield-table tr th.main { min-width: 200px; }
|
|
.cms fieldset table.ss-gridfield-table tr th.main.col-action_SetOrderID { width: 60px; min-width: 60px; }
|