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

  1. /* CSS file for advimage plugin popup */
  2.  
  3. .mceImageList {
  4.     width: 280px;
  5. }
  6.  
  7. .mceActionPanel {
  8.     margin-top: 7px;
  9. }
  10.  
  11. .alignPreview {
  12.     border: 1px solid black;
  13.     width: 140px;
  14.     height: 140px;
  15.     overflow: hidden;
  16.     padding: 5px;
  17. }
  18.  
  19. .checkbox {
  20.     border: 0;
  21. }
  22.  
  23. .panel_wrapper div.current {
  24.     height: 305px;
  25. }
  26.  
  27. #prev {
  28.     margin: 0;
  29.     border: 1px
  30.     solid black;
  31.     width: 99%;
  32.     height: 150px;
  33.     overflow: auto;
  34. }
  35.  
  36. #align, #classlist {
  37.     width: 150px;
  38. }
  39.  
  40. #width, #height {
  41.     vertical-align: middle;
  42.     width: 50px;
  43.     text-align: center;
  44. }
  45.  
  46. #vspace, #hspace, #border {
  47.     vertical-align: middle;
  48.     width: 30px;
  49.     text-align: center;
  50. }
  51.  
  52. #classlist {
  53.     width: 180px;
  54. }
  55.  
  56. input {
  57.     width: 280px;
  58. }
  59.  
  60. #constrain, #onmousemovecheck {
  61.     width: auto;
  62. }
  63.  
  64. #id, #dir, #lang, #usemap, #longdesc {
  65.     width: 200px;
  66. }
  67.