Нет описания

admin.css 7.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  1. .arrow-rotate {
  2. transform: rotate(90deg);
  3. -webkit-transform: rotate(90deg);
  4. -ms-transform: rotate(90deg);
  5. }
  6. /*.colorpicker_field_brand {
  7. width: 2em;
  8. height: 1.5em;
  9. border: 1px solid black;
  10. }*/
  11. .br_nowrap_label label {
  12. white-space: nowrap;
  13. }
  14. .br_nowrap_label input[type=number],
  15. .br_nowrap_label select {
  16. margin: 3px 0;
  17. }
  18. .br_image_options > td > label:nth-of-type(2) .br_label_for,
  19. .br_image_options > td > label:nth-of-type(4) .br_label_for {
  20. margin: 0;
  21. }
  22. .br_image_options > td > .br_line_delimiter:nth-of-type(2),
  23. .br_image_options > td > .br_line_delimiter:nth-of-type(4) {
  24. display: none !important;
  25. }
  26. .br_brand_product_categories_container {
  27. margin-bottom: 0;
  28. }
  29. .br_brand_product_categories {
  30. background: #FFF;
  31. border: 1px solid #444;
  32. border-radius: 3px;
  33. margin-top: 0;
  34. max-height: 150px;
  35. overflow: auto;
  36. padding: 5px;
  37. }
  38. .br_brand_product_categories.width100 {
  39. width: 100%;
  40. }
  41. .br_brand_product_categories .children {
  42. margin-left: 20px;
  43. }
  44. .br_brand_hide_option {
  45. display: none !important;
  46. }
  47. /*.br_brand_number {
  48. height: 30px;
  49. width: 65px;
  50. }*/
  51. .br_brand_widget_oprions p.br_brands_order,
  52. .br_brand_widget_oprions p.br_brands_orderby,
  53. .br_brand_widget_oprions p.br_brands_checkbox_block,
  54. .br_brand_widget_oprions p.width50,
  55. .br_brand_widget_oprions p.width50 input,
  56. .br_brand_widget_oprions p.width50 label,
  57. .br_brand_widget_oprions p.width50 select {
  58. float: left;
  59. }
  60. .br_brand_widget_oprions p.br_brands_checkbox_block {
  61. margin-right: 10px !important;
  62. }
  63. .br_brand_widget_oprions p.width50 {
  64. padding: 0 2px;
  65. width: 50%;
  66. }
  67. .br_brand_widget_oprions p.br_brands_orderby,
  68. .br_brand_widget_oprions .br_brand_fieldset p.width50 input.br_brand_number,
  69. .br_brand_widget_oprions .br_brand_fieldset p.width50 select {
  70. width: 80%;
  71. }
  72. .br_brand_widget_oprions p.br_brands_order,
  73. .br_brand_widget_oprions .br_brand_fieldset p.width50.br_brands_sizebox select,
  74. .br_brand_widget_oprions .br_brand_fieldset p.width50 label {
  75. width: 20%;
  76. }
  77. .br_brand_widget_oprions p.width50.br_brands_sizebox input.br_brand_number {
  78. width: 60%;
  79. }
  80. .wp-block-legacy-widget__edit-form .widget-inside.widget-inside .br_brand_widget_oprions .br_brand_fieldset p.width50.br_brands_sizebox select,
  81. .wp-block-legacy-widget__edit-form .widget-inside.widget-inside .br_brand_widget_oprions p.br_brands_selectbox select {
  82. padding: 0;
  83. }
  84. .br_brand_widget_oprions > .br_brand_autocomplete_container,
  85. .br_brand_widget_oprions > .br_brands_numberbox,
  86. .br_brand_widget_oprions > .br_brands_textfield,
  87. .br_brand_widget_oprions > .br_brands_selectbox {
  88. display: -webkit-box;
  89. display: -ms-flexbox;
  90. display: flex;
  91. }
  92. .br_brand_widget_oprions > .br_brand_autocomplete_container label,
  93. .br_brand_widget_oprions > .br_brands_colorbox label,
  94. .br_brand_widget_oprions > .br_brands_numberbox label,
  95. .br_brand_widget_oprions > .br_brands_textfield label,
  96. .br_brand_widget_oprions > .br_brands_selectbox label {
  97. margin-right: 3px;
  98. white-space: nowrap;
  99. }
  100. .br_brand_widget_oprions > .br_brands_colorbox .wp-picker-container {
  101. width: 75%;
  102. }
  103. .br_brand_widget_oprions > .br_brands_colorbox .wp-picker-input-wrap label {
  104. width: 70%;
  105. }
  106. .br_brand_widget_oprions > .br_brands_colorbox .wp-picker-input-wrap label,
  107. .br_brand_widget_oprions > .br_brands_colorbox .wp-picker-input-wrap .wp-picker-clear {
  108. float: left;
  109. }
  110. .br_brand_widget_oprions > .br_brands_colorbox.br_brand_colorpalette .wp-picker-holder {
  111. position: relative;
  112. }
  113. .br_brand_widget_oprions p.br_brands_numberbox label,
  114. .br_brand_widget_oprions p.br_brands_selectbox label,
  115. .br_brand_widget_oprions p.br_brands_sizebox label {
  116. line-height: 30px;
  117. }
  118. .br_brand_widget_oprions input[type=number],
  119. .br_brand_widget_oprions input[type=text],
  120. .br_brand_widget_oprions select {
  121. height: 30px;
  122. }
  123. .br_brand_fieldset p {
  124. margin: 3px 0;
  125. }
  126. .br_brand_widget_oprions p.width100 {
  127. clear: both;
  128. }
  129. .br_brand_fieldset {
  130. border: 1px solid #777;
  131. border-radius: 3px;
  132. margin-bottom: 3px;
  133. padding: 5px;
  134. width: 100%;
  135. }
  136. .br_brand_fieldset legend {
  137. font-weight: bold;
  138. padding: 0 5px;
  139. }
  140. .br_brand_widget_color .brand_label {
  141. float: left;
  142. height: 28px;
  143. line-height: 28px;
  144. padding-right: 1em;
  145. }
  146. .br_shortcode_info ul{
  147. margin-left: 2em;
  148. margin-bottom: 1em;
  149. margin-top: 0.3em;
  150. }
  151. .br_brands_image img {
  152. border: 1px solid #7e8993;
  153. border-radius: 3px;
  154. margin: 0 3px;
  155. max-height: 100px;
  156. max-width: 200px;
  157. }
  158. .column-taxonomy-berocket_brand {
  159. width: 10%;
  160. }
  161. .product_brand_submit_form .br_label_be_for {
  162. /*margin-right: 5px;*/
  163. white-space: nowrap;
  164. }
  165. .product_brand_submit_form input[type=checkbox] {
  166. margin: 0 5px;
  167. }
  168. #br_brands_clear_cache.active {
  169. opacity: 0.5;
  170. }
  171. .br-sortable-placeholder {
  172. border: 1px solid #CCC;
  173. }
  174. .taxonomy-berocket_brand #brand_description {
  175. width: 30%;
  176. }
  177. .taxonomy-berocket_brand .column-order {
  178. width: 131px;
  179. }
  180. .taxonomy-berocket_brand .column-slug {
  181. width: auto;
  182. }
  183. .taxonomy-berocket_brand .column-order .berocket_post_set_new_sortable_input {
  184. display: inline-block;
  185. position: relative;
  186. }
  187. .taxonomy-berocket_brand .column-order .berocket_post_set_new_sortable_input input {
  188. padding-right: 20px;
  189. width: 65px;
  190. }
  191. .taxonomy-berocket_brand .column-order .berocket_post_set_new_sortable_input .berocket_post_set_new_sortable_set {
  192. position: absolute;
  193. right: 9px;
  194. top: 9px;
  195. }
  196. .taxonomy-berocket_brand .column-order .berocket_post_set_new_sortable_input .br_brand_order_wait {
  197. background: rgba(255, 255, 255, 0.5);
  198. bottom: 0;
  199. color: #777;
  200. display: none;
  201. left: 0;
  202. line-height: 2em;
  203. position: absolute;
  204. right: 0;
  205. text-align: center;
  206. top: 0;
  207. }
  208. .br_toggleswitch {
  209. position: relative;
  210. display: inline-block;
  211. width: 60px;
  212. height: 34px;
  213. }
  214. .br_toggleswitch input {
  215. opacity: 0;
  216. width: 0;
  217. height: 0;
  218. }
  219. .br_toggleswitch_slider {
  220. position: absolute;
  221. cursor: pointer;
  222. top: 0;
  223. left: 0;
  224. right: 0;
  225. bottom: 0;
  226. background-color: #2196F3;
  227. -webkit-transition: .4s;
  228. transition: .4s;
  229. border-radius: 34px;
  230. }
  231. .br_toggleswitch_slider:before {
  232. position: absolute;
  233. content: "";
  234. height: 26px;
  235. width: 26px;
  236. left: 4px;
  237. bottom: 4px;
  238. background-color: white;
  239. -webkit-transition: .4s;
  240. transition: .4s;
  241. border-radius: 50%;
  242. }
  243. input:checked + .br_toggleswitch_slider {
  244. background-color: #2196F3;
  245. }
  246. input:focus + .br_toggleswitch_slider {
  247. box-shadow: 0 0 1px #2196F3;
  248. }
  249. input:checked + .br_toggleswitch_slider:before {
  250. -webkit-transform: translateX(26px);
  251. -ms-transform: translateX(26px);
  252. transform: translateX(26px);
  253. }
  254. .br_toggleswitch_slider_container {
  255. display: inline-block;
  256. height: 34px;
  257. margin: 0 5px;
  258. position: relative;
  259. top: 12px;
  260. width: 60px;
  261. }
  262. .br_toggleswitch input {
  263. display: none;
  264. }
  265. .berocket_framework_menu_slider .berocket_color .colpick {
  266. left: auto !important;
  267. top: auto !important;
  268. }
  269. .berocket_framework_menu_slider-block {
  270. min-height: 730px;
  271. }
  272. .br_use_cache .button.action {
  273. margin: 0;
  274. }
  275. .br_use_cache label:first-of-type {
  276. line-height: 50px;
  277. }
  278. .br_shortcode_title {
  279. cursor: pointer;
  280. }
  281. .br_shortcode_attributes {
  282. display: none;
  283. }
  284. .br_brand_colorpalette .wp-picker-holder {
  285. position: absolute;
  286. }
  287. .version-5-8 .br_brand_colorpalette .wp-picker-holder {
  288. position: relative;
  289. }
  290. .taxonomy-berocket_brand #the-list .column-order {
  291. cursor: move;
  292. }
  293. .br-brands-ui-autocomplete {
  294. height: 100px;
  295. max-height: 100px;
  296. overflow-x: hidden;
  297. overflow-y: auto;
  298. }
  299. .br-brands-ui-autocomplete li:hover {
  300. background: #EEE;
  301. }