Changeset 5780
- Timestamp:
- 08/02/10 01:56:15 (3 years ago)
- Location:
- CKEditor/trunk
- Files:
-
- 4 edited
-
CHANGES.html (modified) (1 diff)
-
_source/skins/kama/toolbar.css (modified) (2 diffs)
-
_source/skins/office2003/toolbar.css (modified) (2 diffs)
-
_source/skins/v2/toolbar.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/trunk/CHANGES.html
r5779 r5780 102 102 <li><a href="http://dev.fckeditor.net/ticket/6074">#6074</a> : The Insert Table Column command was duplicating the selected column cells ids.</li> 103 103 <li><a href="http://dev.fckeditor.net/ticket/6066">#6066</a> : The toolbar combos had the text cursor instead of the arrow.</li> 104 <li><a href="http://dev.fckeditor.net/ticket/6062">#6062</a> : The toolbar buttons had the text cursor instead of the arrow.</li> 104 105 <li>Updated the following language files:<ul> 105 106 <li>Chinese Simplified;</li> -
CKEditor/trunk/_source/skins/kama/toolbar.css
r5514 r5780 238 238 display: inline-block; 239 239 float: left; 240 cursor: default; 240 241 } 241 242 … … 292 293 background-repeat: no-repeat; 293 294 float: left; 295 cursor: default; 294 296 } 295 297 -
CKEditor/trunk/_source/skins/office2003/toolbar.css
r5514 r5780 306 306 height: 16px; 307 307 display: inline-block; 308 cursor: default; 308 309 } 309 310 … … 360 361 _background-image: url(images/sprites_ie6.png); 361 362 background-repeat: no-repeat; 363 cursor: default; 362 364 } 363 365 -
CKEditor/trunk/_source/skins/v2/toolbar.css
r5514 r5780 279 279 height: 16px; 280 280 display: inline-block; 281 cursor: default; 281 282 } 282 283 … … 318 319 _background-image: url(images/sprites_ie6.png); 319 320 background-repeat: no-repeat; 321 cursor: default; 320 322 } 321 323
Note: See TracChangeset
for help on using the changeset viewer.
