[svn r17465] FS#2867 - FCKEditor: Synchronizing (formally) content of fck_internal.css with compressed internal styles in fckeditor.html.

skala
Ivan Tcholakov 17 years ago
parent a1a1b4e9d4
commit 09d31fb4b0
  1. 38
      main/inc/lib/fckeditor/editor/css/fck_internal.css

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

Loading…
Cancel
Save