cell.css 205 B

1234567891011121314151617
  1. /* CSS file for cell 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. #class {
  12. width: 150px;
  13. }