mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Clean up insert flash pane
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44496 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
4921e0380a
commit
86c7247621
@ -111,11 +111,10 @@ class ThumbnailStripField extends FormField {
|
||||
// </object>
|
||||
//</a>
|
||||
//HTML;
|
||||
$mceRoot = MCE_ROOT .
|
||||
$result .= <<<HTML
|
||||
<li>
|
||||
<a href="$flashObject->URL">
|
||||
<img src="{$mceRoot}themes/advanced/images/spacer_flash.jpg" alt="spacer" width="$width" height="$height" />
|
||||
<img src="cms/images/flash_small.jpg" alt="spacer" />
|
||||
<br />
|
||||
$flashObject->Name
|
||||
</a>
|
||||
|
@ -506,13 +506,15 @@ iframe {
|
||||
outline: 3px solid #E9E9E9;
|
||||
}
|
||||
|
||||
#Form_EditorToolbarImageForm #Image img {
|
||||
#Form_EditorToolbarImageForm #Image img,
|
||||
#Form_EditorToolbarFlashForm #Flash img {
|
||||
border: 2px solid #e4e3e3;
|
||||
}
|
||||
#contentPanel div.Actions {
|
||||
margin: 2px 0 0 5px;
|
||||
}
|
||||
#contentPanel #Image a.selectedImage img {
|
||||
#contentPanel #Image a.selectedImage img,
|
||||
#contentPanel #Flash a.selectedFlash img {
|
||||
border: 2px solid #222;
|
||||
}
|
||||
/* going to use this */
|
||||
|
BIN
images/flash_large.jpg
Normal file
BIN
images/flash_large.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
BIN
images/flash_small.jpg
Normal file
BIN
images/flash_small.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 994 B |
Loading…
Reference in New Issue
Block a user