Changeset 153

Show
Ignore:
Timestamp:
2007-02-24 16:10:03 (3 years ago)
Author:
alfonsoml
Message:

Fix for #110: The OK button had its width set as an inline style.

Location:
FCKeditor/trunk
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/fckdialog.html

    r132 r153  
    312312                                                        <td width="100%">&nbsp;</td> 
    313313                                                        <td nowrap="nowrap"> 
    314                                                                 <input id="btnOk" style="VISIBILITY: hidden; WIDTH: 100px" type="button" value="Ok" class="Button" 
    315                                                                         onclick="Ok();" fckLang="DlgBtnOK" />&nbsp; <input type="button" value="Cancel" class="Button" onclick="Cancel();" fckLang="DlgBtnCancel" /> 
     314                                                                <input id="btnOk" style="VISIBILITY: hidden;" type="button" value="Ok" class="Button" onclick="Ok();" fckLang="DlgBtnOK" /> 
     315                                                                &nbsp;  
     316                                                                <input id="btnCancel" type="button" value="Cancel" class="Button" onclick="Cancel();" fckLang="DlgBtnCancel" /> 
    316317                                                        </td> 
    317318                                                </tr> 
  • FCKeditor/trunk/editor/skins/default/fck_dialog.css

    r132 r153  
    6363.Button 
    6464{ 
    65         border-right: #737357 1px solid; 
    66         border-top: #737357 1px solid; 
    67         border-left: #737357 1px solid; 
     65        border: #737357 1px solid; 
    6866        color: #3b3b1f; 
    69         border-bottom: #737357 1px solid; 
    7067        background-color: #c7c78f; 
     68} 
     69 
     70#btnOk 
     71{ 
     72        width: 100px; 
    7173} 
    7274 
  • FCKeditor/trunk/editor/skins/office2003/fck_dialog.css

    r132 r153  
    6969} 
    7070 
     71#btnOk 
     72{ 
     73        width: 100px; 
     74} 
     75 
    7176.DarkBackground 
    7277{ 
  • FCKeditor/trunk/editor/skins/silver/fck_dialog.css

    r132 r153  
    7272} 
    7373 
     74#btnOk 
     75{ 
     76        width: 100px; 
     77} 
     78 
    7479.DarkBackground 
    7580{ 
  • FCKeditor/trunk/_whatsnew.html

    r152 r153  
    6464                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/118">Ticket-118</a>]  
    6565                        The SelectAll command now is available in Source Mode.</li> 
     66                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/110">Ticket-110</a>]  
     67                        The OK button in dialogs had its width set as an inline style.</li> 
    6668        </ul> 
    6769        <h3>