Changeset 447

Show
Ignore:
Timestamp:
2007-07-14 10:34:58 (17 months ago)
Author:
alfonsoml
Message:

Fix for #299. Change the stylesheets to align the browse server button.

Location:
FCKeditor/trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/skins/default/fck_dialog.css

    r153 r447  
    105105        border-top: #d5d59d 1px solid; 
    106106        border-left: #d5d59d 1px solid; 
    107         padding-right: 5px; 
    108         padding-left: 5px; 
    109         padding-bottom: 3px; 
    110         padding-top: 3px; 
     107        padding: 3px 5px 3px 5px; 
    111108        color: #737357; 
    112109} 
     
    136133        cursor: hand; 
    137134} 
     135 
     136#tdBrowse  
     137{ 
     138        vertical-align: bottom; 
     139} 
  • FCKeditor/trunk/editor/skins/office2003/fck_dialog.css

    r153 r447  
    106106        border-top: #466ca6 1px solid; 
    107107        border-left: #466ca6 1px solid; 
    108         padding-right: 5px; 
    109         padding-left: 5px; 
    110         padding-bottom: 3px; 
    111         padding-top: 3px; 
     108        padding: 3px 5px 3px 5px; 
    112109        color: #0e3460; 
    113110} 
     
    137134        cursor: hand; 
    138135} 
     136 
     137#tdBrowse  
     138{ 
     139        vertical-align: bottom; 
     140} 
  • FCKeditor/trunk/editor/skins/silver/fck_dialog.css

    r153 r447  
    109109        border-top: #cec6b5 1px solid; 
    110110        border-left: #cec6b5 1px solid; 
    111         padding-right: 5px; 
    112         padding-left: 5px; 
    113         padding-bottom: 3px; 
    114         padding-top: 3px; 
     111        padding: 3px 5px 3px 5px; 
    115112        color: #504845; 
    116113} 
     
    140137        cursor: hand; 
    141138} 
     139 
     140#tdBrowse  
     141{ 
     142        vertical-align: bottom; 
     143} 
  • FCKeditor/trunk/_whatsnew.html

    r445 r447  
    116116                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/321">#321</a>] If FCKeditor is initially hidden in Firefox 
    117117                        it will no longer be neccesary to call the oEditor.MakeEditable() function.</li> 
     118                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/299">#299</a>] The 'Browse Server' button in the Image 
     119                        and Flash dialogs was a little too high.</li> 
    118120        </ul> 
    119121        <h3>