block_rules.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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: #F7F7F7;
  10. }
  11. .new_rule_operations {
  12. position: fixed;
  13. display: none;
  14. width: 40px;
  15. height: 30px;
  16. padding-top: 5px;
  17. }
  18. .new_rule_operations>* {
  19. cursor: pointer;
  20. width: 10px;
  21. }
  22. .table {
  23. position: relative;
  24. }
  25. .operations {
  26. display: none;
  27. position: absolute;
  28. left: 5px;
  29. width: 20px;
  30. height: 30px;
  31. }
  32. .operations>* {
  33. cursor: pointer;
  34. }
  35. .domain_field {
  36. padding-left: 30px !important;
  37. width: 25%;
  38. }
  39. .name_field {
  40. width: 25%;
  41. }
  42. .value_field {
  43. width: 40%;
  44. }
  45. .popup {
  46. position: fixed;
  47. display: none;
  48. top: 35%;
  49. left: 35%;
  50. height: 21%;
  51. width: 30%;
  52. }
  53. #submitDiv {
  54. float: right;
  55. margin-right: 5px;
  56. margin-top: 5px;
  57. }
  58. #submitButton {
  59. right: 0;
  60. height: 30px;
  61. margin-bottom: 5px;
  62. margin-top: 5px;
  63. padding-bottom: 5px;
  64. padding-top: 5px;
  65. }