Changeset 7077
- Timestamp:
- 06/19/11 17:45:18 (2 years ago)
- Location:
- CKEditor/branches/features/v4-panel/_source
- Files:
-
- 4 edited
-
plugins/panel/plugin.js (modified) (1 diff)
-
skins/kama/panel.css (modified) (1 diff)
-
skins/office2003/panel.css (modified) (1 diff)
-
skins/v2/panel.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CKEditor/branches/features/v4-panel/_source/plugins/panel/plugin.js
r7017 r7077 86 86 ' dir=', editor.lang.dir, 87 87 ' role="presentation"' + 88 ' tabIndex="-1"' + // Allow panel to be focused. 88 89 ' class="cke_panel cke_', editor.lang.dir ); 89 90 -
CKEditor/branches/features/v4-panel/_source/skins/kama/panel.css
r7017 r7077 13 13 14 14 overflow: hidden; 15 outline:none; 15 16 16 17 -moz-border-radius: 3px; -
CKEditor/branches/features/v4-panel/_source/skins/office2003/panel.css
r6348 r7077 13 13 14 14 overflow:hidden; 15 outline:none; 15 16 16 17 -moz-border-radius: 3px; -
CKEditor/branches/features/v4-panel/_source/skins/v2/panel.css
r6348 r7077 13 13 14 14 overflow:hidden; 15 outline:none; 16 15 17 16 18 -moz-border-radius: 3px;
Note: See TracChangeset
for help on using the changeset viewer.
