|
|
|
@ -56,6 +56,30 @@ form |
|
|
|
|
height: 80px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
FCK__Video and FCK__MP3 classes - added by Julio Montoya |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
.FCK__Video |
|
|
|
|
{ |
|
|
|
|
border: #a9a9a9 1px solid; |
|
|
|
|
background-position: center center; |
|
|
|
|
background-image: url(images/fck_video.gif); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
width: 80px; |
|
|
|
|
height: 80px |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.FCK__MP3 |
|
|
|
|
{ |
|
|
|
|
border:none; |
|
|
|
|
background-position: center center; |
|
|
|
|
background-image: url(images/fck_mp3.gif); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
width: 302px; |
|
|
|
|
height: 19px |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.FCK__UnknownObject |
|
|
|
|
{ |
|
|
|
|
border: #a9a9a9 1px solid; |
|
|
|
@ -197,17 +221,3 @@ a[name] |
|
|
|
|
{ |
|
|
|
|
background-image: url(images/block_h6.png); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* This is the MP3 fckeditor image |
|
|
|
|
Added by Julio Montoya |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
.FCK__MP3 |
|
|
|
|
{ |
|
|
|
|
border: darkgray 1px solid; |
|
|
|
|
background-position: center center; |
|
|
|
|
background-image: url(images/fck_mp3.gif); |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
width: 300px; |
|
|
|
|
height: 20px; |
|
|
|
|
} |
|
|
|
|