| @@ -95,12 +95,42 @@ | ||
| 95 | 95 | |
| 96 | 96 | body.post-type-wppb-epf-cpt #poststuff, |
| 97 | 97 | body.post-type-wppb-rf-cpt #poststuff, |
| 98 | 98 | body.post-type-wppb-ul-cpt #poststuff { |
| 99 | - max-width: 1200px; | |
| 99 | + max-width: 900px; | |
| 100 | 100 | margin: 0 auto; |
| 101 | 101 | } |
| 102 | 102 | |
| 103 | +@media screen and (min-width: 1402px) { | |
| 104 | + body.post-type-wppb-epf-cpt #poststuff, | |
| 105 | + body.post-type-wppb-rf-cpt #poststuff, | |
| 106 | + body.post-type-wppb-ul-cpt #poststuff { | |
| 107 | + max-width: 1200px; | |
| 108 | + } | |
| 109 | + | |
| 110 | + body.post-type-wppb-epf-cpt #wpbody-content > .wrap, | |
| 111 | + body.post-type-wppb-rf-cpt #wpbody-content > .wrap, | |
| 112 | + body.post-type-wppb-ul-cpt #wpbody-content > .wrap { | |
| 113 | + max-width: 1200px; | |
| 114 | + margin: 0 auto; | |
| 115 | + } | |
| 116 | +} | |
| 117 | + | |
| 118 | +@media screen and (min-width: 1920px) { | |
| 119 | + body.post-type-wppb-epf-cpt #poststuff, | |
| 120 | + body.post-type-wppb-rf-cpt #poststuff, | |
| 121 | + body.post-type-wppb-ul-cpt #poststuff { | |
| 122 | + max-width: 1500px; | |
| 123 | + } | |
| 124 | + | |
| 125 | + body.post-type-wppb-epf-cpt #wpbody-content > .wrap, | |
| 126 | + body.post-type-wppb-rf-cpt #wpbody-content > .wrap, | |
| 127 | + body.post-type-wppb-ul-cpt #wpbody-content > .wrap { | |
| 128 | + max-width: 1500px; | |
| 129 | + margin: 0 auto; | |
| 130 | + } | |
| 131 | +} | |
| 132 | + | |
| 103 | 133 | #poststuff .postbox-header { |
| 104 | 134 | display: flex; |
| 105 | 135 | align-items: center; |
| 106 | 136 | justify-content: space-between; |
| @@ -182,5 +212,15 @@ | ||
| 182 | 212 | |
| 183 | 213 | #wppb-rf-side .cozmoslabs-form-field-wrapper, |
| 184 | 214 | #wppb-epf-side .cozmoslabs-form-field-wrapper { |
| 185 | 215 | margin-top: 10px !important; |
| 216 | +} | |
| 217 | + | |
| 218 | +#mb-ajax-loading { | |
| 219 | + background: url(images/ajax-loader.gif) no-repeat; | |
| 220 | + width: 32px; | |
| 221 | + height: 32px; | |
| 222 | + position: absolute; | |
| 223 | + top: 50%; | |
| 224 | + left: 50%; | |
| 225 | + transform: translate(-50%, -50%); | |
| 186 | 226 | } |