ENHANCEMENT: Styling for Adding document edit panel. Duplicate file type icons and rename with osx extensions

This commit is contained in:
Ryan O'Hara 2012-08-07 12:23:03 +12:00
parent 6c90c89276
commit 5025813d09
7 changed files with 16 additions and 1 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -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;