_rte.scss 656 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // Styles for management of Routines, Triggers and Events for the Metro theme
  2. .rte_table {
  3. table-layout: fixed;
  4. width: 100%;
  5. td {
  6. vertical-align: middle;
  7. padding: 0.2em;
  8. }
  9. tr td:nth-child(1) {
  10. width: 20%;
  11. }
  12. input,
  13. select,
  14. textarea,
  15. .CodeMirror {
  16. width: 100%;
  17. margin: 6px;
  18. box-sizing: border-box;
  19. -ms-box-sizing: border-box;
  20. -moz-box-sizing: border-box;
  21. -webkit-box-sizing: border-box;
  22. }
  23. input {
  24. &[type="checkbox"],
  25. &[type="radio"] {
  26. width: auto;
  27. margin-#{$right}: 6px;
  28. }
  29. }
  30. .routine_params_table {
  31. width: 100%;
  32. }
  33. }
  34. .ui_tpicker_time_input {
  35. width: 100%;
  36. }