mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
ENHANCEMENT: Styling for Adding document edit panel. Duplicate file type icons and rename with osx extensions
This commit is contained in:
parent
6c90c89276
commit
5025813d09
@ -1,7 +1,10 @@
|
||||
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%; }
|
||||
|
||||
#FileP .fieldgroup-field { width: 100%; }
|
||||
#FileP .fieldgroup-field .cms-file-info-preview { box-shadow: none; }
|
||||
#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 label { width: auto; margin-left: 0; padding-top: 0; margin-right: 10px; font-weight: bold; float: left; }
|
||||
#FileP .fieldgroup-field .fieldholder-small .readonly { font-style: italic; color: #666; }
|
||||
|
||||
#DocumentTypeID ul { padding: 0; }
|
||||
|
BIN
images/app_icons/docx_32.png
Executable file
BIN
images/app_icons/docx_32.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
images/app_icons/jpg_32.png
Executable file
BIN
images/app_icons/jpg_32.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
images/app_icons/pptx_32.png
Executable file
BIN
images/app_icons/pptx_32.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
images/app_icons/pubx_32.png
Executable file
BIN
images/app_icons/pubx_32.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
BIN
images/app_icons/xlsx_32.png
Executable file
BIN
images/app_icons/xlsx_32.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
@ -3,10 +3,21 @@
|
||||
|
||||
$color-button-generic: #e6e6e6 !default;
|
||||
|
||||
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%;
|
||||
}
|
||||
|
||||
#FileP{
|
||||
.fieldgroup-field{
|
||||
width:100%;
|
||||
.cms-file-info-preview{
|
||||
box-shadow:none;
|
||||
}
|
||||
.cms-file-info-data{
|
||||
width:400px;
|
||||
}
|
||||
@ -18,6 +29,7 @@ $color-button-generic: #e6e6e6 !default;
|
||||
padding-top: 0;
|
||||
margin-right: 10px;
|
||||
font-weight: bold;
|
||||
float: left;
|
||||
}
|
||||
.readonly{
|
||||
font-style:italic;
|
||||
|
Loading…
Reference in New Issue
Block a user