_rte.scss 563 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .rte_table {
  2. table-layout: auto;
  3. width: 100%;
  4. td {
  5. vertical-align: middle;
  6. padding: 0.2em;
  7. width: 20%;
  8. }
  9. tr td:nth-child(1) {
  10. font-weight: bold;
  11. }
  12. input,
  13. select,
  14. textarea,
  15. .CodeMirror {
  16. width: 100%;
  17. margin: 6px;
  18. box-sizing: border-box;
  19. }
  20. input {
  21. &[type=button],
  22. &[type=checkbox],
  23. &[type=radio] {
  24. width: auto;
  25. margin-#{$right}: 6px;
  26. }
  27. }
  28. .routine_params_table {
  29. width: 100%;
  30. }
  31. }
  32. .isdisableremoveparam_class {
  33. color: gray;
  34. }
  35. .ui_tpicker_time_input {
  36. width: 100%;
  37. }