Changeset 403:f00558014315 for admin/js
- Timestamp:
- 06/22/11 10:33:23 (14 years ago)
- Branch:
- wysiwyg
- Location:
- admin/js/tiny_mce
- Files:
-
- 3 added
- 3 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
admin/js/tiny_mce/plugins/dcControls/editor_plugin.js
r381 r403 73 73 ed.windowManager.open({ 74 74 file: popup_web_media_url, 75 width: 8 20,76 height: 700,75 width: 800, 76 height: 650, 77 77 inline: 1, 78 popup_css : false,79 78 dc_popup: '', 80 79 alwaysRaised: 'yes', -
admin/js/tiny_mce/themes/advanced/skins/dotclear/dialog.css
r382 r403 5 5 div.col { 6 6 width: 100%; 7 } 8 9 /* Web media */ 10 #src { 11 padding-left: 25px; 12 background: transparent url(img/search.png) no-repeat 5px center; 13 } 14 #src.loading { 15 background: #ccc url(img/loader.gif) no-repeat 5px center; 16 } 17 #src.error { 18 background: #ff9999 url(img/cross.png) no-repeat 7px center; 19 } 20 #src.success { 21 background: #99ff99 url(img/tick.png) no-repeat 7px center; 7 22 } 8 23 -
admin/js/tiny_mce/themes/advanced/skins/dotclear/ui.css
r382 r403 49 49 width: 9px; 50 50 height: 9px; 51 background: url(img/c lose.png) no-repeat top left;51 background: url(img/cross.png) no-repeat top left; 52 52 } 53 53 … … 194 194 border: 1px solid #ccc; 195 195 margin-right: 3px; 196 -moz-border-radius-bottom left: 5px;196 -moz-border-radius-bottomright: 5px; 197 197 -webkit-border-bottom-right-radius: 5px; 198 198 -khtml-border-bottom-right-radius: 5px;
Note: See TracChangeset
for help on using the changeset viewer.