Changeset 153
- Timestamp:
- 2007-02-24 16:10:03 (3 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 5 modified
-
editor/fckdialog.html (modified) (1 diff)
-
editor/skins/default/fck_dialog.css (modified) (1 diff)
-
editor/skins/office2003/fck_dialog.css (modified) (1 diff)
-
editor/skins/silver/fck_dialog.css (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/fckdialog.html
r132 r153 312 312 <td width="100%"> </td> 313 313 <td nowrap="nowrap"> 314 <input id="btnOk" style="VISIBILITY: hidden; WIDTH: 100px" type="button" value="Ok" class="Button" 315 onclick="Ok();" fckLang="DlgBtnOK" /> <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 316 <input id="btnCancel" type="button" value="Cancel" class="Button" onclick="Cancel();" fckLang="DlgBtnCancel" /> 316 317 </td> 317 318 </tr> -
FCKeditor/trunk/editor/skins/default/fck_dialog.css
r132 r153 63 63 .Button 64 64 { 65 border-right: #737357 1px solid; 66 border-top: #737357 1px solid; 67 border-left: #737357 1px solid; 65 border: #737357 1px solid; 68 66 color: #3b3b1f; 69 border-bottom: #737357 1px solid;70 67 background-color: #c7c78f; 68 } 69 70 #btnOk 71 { 72 width: 100px; 71 73 } 72 74 -
FCKeditor/trunk/editor/skins/office2003/fck_dialog.css
r132 r153 69 69 } 70 70 71 #btnOk 72 { 73 width: 100px; 74 } 75 71 76 .DarkBackground 72 77 { -
FCKeditor/trunk/editor/skins/silver/fck_dialog.css
r132 r153 72 72 } 73 73 74 #btnOk 75 { 76 width: 100px; 77 } 78 74 79 .DarkBackground 75 80 { -
FCKeditor/trunk/_whatsnew.html
r152 r153 64 64 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/118">Ticket-118</a>] 65 65 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> 66 68 </ul> 67 69 <h3>