row.css 306 B

12345678910111213141516171819202122232425
  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. }