Update of /cvsroot/phpslash/phpslash-dev/public_html/scripts/fckeditor/editor/dialog/css
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12486/phpslash-dev/public_html/scripts/fckeditor/editor/dialog/css
Added Files:
common.css
Log Message:
complete fckeditor addition
--- NEW FILE: common.css ---
.ImagePreviewArea
{
border: #000000 1px solid;
padding: 5px;
overflow: auto;
width: 100%;
height: 170px;
background-color: #ffffff;
}
.BtnReset
{
float: left;
background-position: center center;
background-image: url(../images/reset.gif);
width: 16px;
height: 16px;
background-repeat: no-repeat;
border: 1px none;
font-size: 1px ;
}
.BtnLocked, .BtnUnlocked
{
float: left;
background-position: center center;
background-image: url(../images/locked.gif);
width: 16px;
height: 16px;
background-repeat: no-repeat;
border: 1px none;
font-size: 1px ;
}
.BtnUnlocked
{
background-image: url(../images/unlocked.gif);
}
.BtnOver
{
border: 1px outset;
cursor: pointer;
cursor: hand;
}
|