widget-conditions-rtl.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. /* Do not modify this file directly. It is concatenated from individual module CSS files. */
  2. .wp-customizer .expanded .widget-conditional .widget-conditional-inner {
  3. width: 98%; /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
  4. box-sizing: border-box;
  5. }
  6. .wp-customizer .expanded .widget-conditional .form{
  7. overflow: scroll;
  8. margin-bottom: 20px;
  9. }
  10. .widget-liquid-right .widget.expanded {
  11. overflow: visible;
  12. }
  13. .widget-conditional-hide {
  14. display: none;
  15. }
  16. .widget-conditional .widget-conditional-inner {
  17. background: #F9F9F9;
  18. border: 1px solid #DFDFDF;
  19. padding: 12px 10px 0;
  20. }
  21. .widget-conditional {
  22. margin-bottom: 12px;
  23. }
  24. .widget-conditional .conditions{
  25. margin-bottom: 12px;
  26. }
  27. .widget-conditional .condition,
  28. .widget-conditional .condition-top {
  29. clear:both;
  30. }
  31. .widget-conditional .condition {
  32. padding-top: 12px;
  33. position: relative;
  34. }
  35. .widget-conditional .condition select {
  36. width: 120px;
  37. position: relative;
  38. z-index: 2;
  39. }
  40. .widget-conditional .condition-top select {
  41. width: auto;
  42. }
  43. .widget-conditional .condition-control {
  44. padding-top: 4px;
  45. clear: both;
  46. margin-top: -20px;
  47. }
  48. .widget-conditional .selection {
  49. margin-left: 50px;
  50. margin-right: 20px;
  51. }
  52. .widget-conditional .conditions-rule-has-children {
  53. display: block;
  54. }
  55. .widget-conditional .condition .actions {
  56. margin-top: -28px;
  57. }.widget-conditional .condition .actions {
  58. margin-top: -28px;
  59. }
  60. .widget-conditional .condition-control a {
  61. text-decoration: none;
  62. position: absolute;
  63. top: 17px;
  64. text-indent: -9999px;
  65. z-index: 1;
  66. }
  67. .widget-conditional .condition-control a:before {
  68. position: absolute;
  69. text-indent: 0;
  70. top: 0;
  71. right: 0;
  72. }
  73. .widget-conditional .condition-control .delete-condition {
  74. right: 0;
  75. color: #f11;
  76. }
  77. .widget-conditional .condition-control .add-condition {
  78. left: 0;
  79. }
  80. .widget-conditional .condition:last-child .condition-conjunction,
  81. .widget-conditional .condition:last-child .condition-intersection {
  82. display: none;
  83. }
  84. .widget-conditional.conjunction .condition-intersection {
  85. display: none;
  86. }
  87. .widget-conditional.intersection .condition-conjunction {
  88. display: none;
  89. }
  90. .wp-core-ui .button.display-options {
  91. margin-left: 5px;
  92. }
  93. .wp-core-ui .button.display-options:hover {
  94. text-decoration: none;
  95. }
  96. .wp-customizer .widget-conditional select {
  97. min-width: 0;
  98. max-width: none;
  99. height: auto;
  100. }
  101. .wp-customizer .widget-conditional .condition-control a {
  102. top: 15px;
  103. }
  104. @media screen and ( max-width: 782px ) {
  105. .widget-conditional .condition-control a {
  106. top: 20px;
  107. }
  108. }