/static/scripts/tiny_mce/plugins/table/css/row.css

http://n23.googlecode.com/ · CSS · 25 lines · 18 code · 6 blank · 1 comment · 0 complexity · 81a75523c1e83be93e524c8bb901a089 MD5 · raw file

  1. /* CSS file for row dialog in the table plugin */
  2. .panel_wrapper div.current {
  3. height: 200px;
  4. }
  5. .advfield {
  6. width: 200px;
  7. }
  8. #action {
  9. margin-bottom: 3px;
  10. }
  11. #rowtype,#align,#valign,#class,#height {
  12. width: 150px;
  13. }
  14. #height {
  15. width: 50px;
  16. }
  17. .col2 {
  18. padding-left: 20px;
  19. }