Dotclear

Changeset 403:f00558014315


Ignore:
Timestamp:
06/22/11 10:33:23 (14 years ago)
Author:
Tomtom33 <tbouron@…>
Branch:
wysiwyg
Message:

Fixed CSS bugs

Location:
admin
Files:
3 added
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • admin/js/tiny_mce/plugins/dcControls/editor_plugin.js

    r381 r403  
    7373                    ed.windowManager.open({ 
    7474                         file: popup_web_media_url, 
    75                          width: 820, 
    76                          height: 700, 
     75                         width: 800, 
     76                         height: 650, 
    7777                         inline: 1, 
    78                          popup_css : false, 
    7978                         dc_popup: '', 
    8079                         alwaysRaised: 'yes', 
  • admin/js/tiny_mce/themes/advanced/skins/dotclear/dialog.css

    r382 r403  
    55div.col { 
    66     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; 
    722} 
    823 
  • admin/js/tiny_mce/themes/advanced/skins/dotclear/ui.css

    r382 r403  
    4949     width: 9px; 
    5050     height: 9px; 
    51      background: url(img/close.png) no-repeat top left; 
     51     background: url(img/cross.png) no-repeat top left; 
    5252} 
    5353 
     
    194194     border: 1px solid #ccc; 
    195195     margin-right: 3px; 
    196      -moz-border-radius-bottomleft: 5px; 
     196     -moz-border-radius-bottomright: 5px; 
    197197     -webkit-border-bottom-right-radius: 5px; 
    198198     -khtml-border-bottom-right-radius: 5px; 
  • admin/popup_web_media.php

    r399 r403  
    1818     dcPage::jsOEmbed(). 
    1919     dcPage::jsLoad('js/tiny_mce/tiny_mce_popup.js'). 
    20      dcPage::jsLoad('js/tiny_mce/plugins/dcControls/js/popup_web_media.js'). 
    21      '<style type="text/css"> 
    22      #src { 
    23           padding-left: 25px; 
    24           background: transparent url(images/menu/search.png) no-repeat 5px center; 
    25      } 
    26      #src.loading { 
    27           background-color: #ccc; 
    28      } 
    29      #src.error { 
    30           background: #ff9999 url(images/check-off.png) no-repeat 5px center; 
    31      } 
    32      #src.success { 
    33           background: #99ff99 url(images/check-on.png) no-repeat 5px center; 
    34      } 
    35      </style>' 
     20     dcPage::jsLoad('js/tiny_mce/plugins/dcControls/js/popup_web_media.js') 
    3621); 
    3722 
     
    5338'<form id="video-insert-form" action="#" method="get">'. 
    5439'<p><label class="required"><abbr title="'.__('Required field').'">*</abbr> '.__('Source URL:').'</label>'. 
    55 form::field('src',85,512,'').'&nbsp;'. 
     40form::field('src',65,512,'').'&nbsp;'. 
    5641'<a class="button" href="#" id="webmedia-insert-search">'.__('search').'</a> - '. 
    5742'<strong><a class="button" href="#" id="webmedia-insert-ok">'.__('insert').'</a></strong> - '. 
Note: See TracChangeset for help on using the changeset viewer.

Sites map