home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Plugins / tinymce-advanced / mce / advlink / css / advlink.css
Encoding:
Cascading Style Sheet File  |  2008-02-20  |  594 b   |  36 lines

  1. /* CSS file for advimage plugin popup */
  2.  
  3. .mceLinkList, .mceAnchorList, #targetlist {
  4.     width: 280px;
  5. }
  6.  
  7. .mceActionPanel {
  8.     margin-top: 7px;
  9. }
  10.  
  11. .panel_wrapper div.current {
  12.     height: 320px;
  13. }
  14.  
  15. #classlist, #title, #href {
  16.     width: 280px;
  17. }
  18.  
  19. #popupurl, #popupname {
  20.     width: 200px;
  21. }
  22.  
  23. #popupwidth, #popupheight, #popupleft, #popuptop {
  24.     width: 30px;
  25.     vertical-align: middle;
  26.     text-align: center;
  27. }
  28.  
  29. #id, #style, #classes, #target, #dir, #hreflang, #lang, #charset, #type, #rel, #rev, #tabindex, #accesskey {
  30.     width: 200px;
  31. }
  32.  
  33. #events_panel input {
  34.     width: 200px;
  35. }
  36.