readonly_rules.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. #addRule {
  2. float: right;
  3. border-bottom-width: 0 !important;
  4. width: 130px;
  5. height: 25px;
  6. margin-top: -37px;
  7. }
  8. .active {
  9. background-color: #FFF;
  10. }
  11. .new_rule_operations {
  12. position: fixed;
  13. display: none;
  14. width: 40px;
  15. height: 30px;
  16. padding-top: 10px;
  17. }
  18. .new_rule_operations img {
  19. cursor: pointer;
  20. width: 10px;
  21. }
  22. .operations {
  23. position: fixed;
  24. display: none;
  25. width: 20px;
  26. height: 30px;
  27. padding-top: 5px;
  28. }
  29. .operations img {
  30. cursor: pointer;
  31. }
  32. .domain_field {
  33. padding-left: 30px !important;
  34. width: 25%;
  35. }
  36. .name_field {
  37. width: 25%;
  38. }
  39. .value_field {
  40. width: 40%;
  41. }
  42. .popup {
  43. position: fixed;
  44. display: none;
  45. top: 35%;
  46. left: 35%;
  47. height: 21%;
  48. width: 30%;
  49. }
  50. #submitDiv {
  51. float: right;
  52. margin-right: 5px;
  53. margin-top: 5px;
  54. }
  55. #submitButton {
  56. right: 0;
  57. height: 30px;
  58. margin-bottom: 5px;
  59. margin-top: 5px;
  60. padding-bottom: 5px;
  61. padding-top: 5px;
  62. }