| @@ -1,58 +1,5 @@ | ||
| 1 | -.wck-post-box{ | |
| 2 | - visibility:hidden; | |
| 3 | - height:0; | |
| 4 | -} | |
| 5 | - | |
| 6 | -.mb-list-entry-fields li{ | |
| 7 | - margin-bottom:15px; | |
| 8 | - clear:both; | |
| 9 | - overflow:hidden; | |
| 10 | -} | |
| 11 | - | |
| 12 | -.mb-right-column{ | |
| 13 | - overflow:hidden; | |
| 14 | -} | |
| 15 | - | |
| 16 | -.field-label{ | |
| 17 | - max-width:200px; | |
| 18 | - float:left; | |
| 19 | - min-height:30px; | |
| 20 | - font-weight:bold; | |
| 21 | - padding-right:10px; | |
| 22 | -} | |
| 23 | - | |
| 24 | -.field-label.error{ | |
| 25 | - color:#ff0000; | |
| 26 | -} | |
| 27 | - | |
| 28 | -.field-label .required{ | |
| 29 | - color:#ff0000; | |
| 30 | - padding:0 2px; | |
| 31 | -} | |
| 32 | - | |
| 33 | -.mb-table-container strong{ | |
| 34 | - max-width:200px; | |
| 35 | -} | |
| 36 | - | |
| 37 | -.mb-right-column label{ | |
| 38 | - padding:0 6px 0 0; | |
| 39 | -} | |
| 40 | - | |
| 41 | -.mb-right-column input[type="checkbox"], .mb-right-column input[type="radio"]{ | |
| 42 | - margin-right:3px; | |
| 43 | -} | |
| 44 | - | |
| 45 | -#mb-ajax-loading{ | |
| 46 | - position:absolute; | |
| 47 | - top:0; | |
| 48 | - left:0; | |
| 49 | - width:100%; | |
| 50 | - height:100%; | |
| 51 | - background:url(../../../../../../wp-admin/images/spinner-2x.gif) center center no-repeat; z-index:999; | |
| 52 | -} | |
| 53 | - | |
| 54 | -.mb-table-container pre{ | |
| 1 | +.mb-table-container pre { | |
| 55 | 2 | display:inline-block; |
| 56 | 3 | vertical-align:top; |
| 57 | 4 | margin:0; |
| 58 | 5 | white-space: -moz-pre-wrap; |
| @@ -61,40 +8,53 @@ | ||
| 61 | 8 | white-space: pre-wrap; |
| 62 | 9 | word-wrap: break-word; |
| 63 | 10 | } |
| 64 | 11 | |
| 12 | +.wck-edit, | |
| 13 | +.wck-delete, | |
| 14 | +.wck-number { | |
| 15 | + text-align:center !important; | |
| 16 | +} | |
| 65 | 17 | |
| 66 | -.wck-edit, .wck-delete, .wck-number{ | |
| 67 | - width:50px; | |
| 68 | - text-align:center !important; | |
| 18 | +.wck-number { | |
| 19 | + width:50px; | |
| 69 | 20 | } |
| 70 | 21 | |
| 71 | -td.wck-number{ | |
| 72 | - cursor:move; | |
| 22 | +.wck-edit, | |
| 23 | +.wck-delete{ | |
| 24 | + width:100px; | |
| 73 | 25 | } |
| 74 | 26 | |
| 75 | -.wck-content > ul{ | |
| 76 | - margin:0; | |
| 27 | +td.wck-number { | |
| 28 | + cursor:move; | |
| 77 | 29 | } |
| 78 | 30 | |
| 79 | -.not-sortable td.wck-number{ | |
| 31 | +.not-sortable td.wck-number { | |
| 80 | 32 | cursor:auto; |
| 81 | 33 | } |
| 82 | 34 | |
| 83 | -.wck-edit .button-secondary{ | |
| 84 | - padding:0 15px; | |
| 35 | +.wck-edit .button-secondary { | |
| 36 | + width: 80px; | |
| 37 | + height: 30px; | |
| 38 | + margin: 0 auto; | |
| 85 | 39 | } |
| 86 | 40 | |
| 87 | -.mbdelete, .wck-remove-upload{ | |
| 88 | - color:#BC0B0B; | |
| 41 | +.wppb-delete-all-fields, | |
| 42 | +.mbdelete, | |
| 43 | +.wck-remove-upload { | |
| 44 | + color:#e76054 !important; | |
| 45 | + text-decoration: none; | |
| 89 | 46 | cursor:pointer; |
| 90 | 47 | } |
| 91 | 48 | |
| 92 | -.mbdelete:hover, .wck-remove-upload:hover{ | |
| 93 | - color:#FF0000; | |
| 49 | +.wppb-delete-all-fields:hover, | |
| 50 | +.mbdelete:hover, | |
| 51 | +.wck-remove-upload:hover { | |
| 52 | + color:#e76054; | |
| 53 | + text-decoration: underline; | |
| 94 | 54 | } |
| 95 | 55 | |
| 96 | -.mb-list-entry-fields{ | |
| 56 | +.mb-list-entry-fields { | |
| 97 | 57 | list-style:none; |
| 98 | 58 | } |
| 99 | 59 | |
| 100 | 60 | .mb-table-container tr:nth-child(2n+1) { |
| @@ -124,154 +84,143 @@ | ||
| 124 | 84 | .mb-table-container tr > th:last-child { |
| 125 | 85 | border-right: 0 none; |
| 126 | 86 | } |
| 127 | 87 | |
| 128 | -.mb-textarea{ | |
| 129 | - width:60%; | |
| 130 | - max-width:600px; | |
| 131 | - height:130px; | |
| 88 | +.cozmoslabs-button-group { | |
| 89 | + display: flex; | |
| 90 | + align-items: center; | |
| 91 | + justify-content: flex-start; | |
| 92 | + gap: 35px; | |
| 93 | + margin-top: 35px; | |
| 132 | 94 | } |
| 133 | -.mb-text-input{ | |
| 134 | - width:60%; | |
| 135 | - max-width:600px; | |
| 136 | -} | |
| 137 | 95 | |
| 138 | -.mb-select, .mb-select-2{ | |
| 139 | - min-width:250px; | |
| 96 | +body.post-type-wppb-epf-cpt #poststuff, | |
| 97 | +body.post-type-wppb-rf-cpt #poststuff, | |
| 98 | +body.post-type-wppb-ul-cpt #poststuff { | |
| 99 | + max-width: 900px; | |
| 100 | + margin: 0 auto; | |
| 140 | 101 | } |
| 141 | 102 | |
| 142 | -.mb-table-container .wck-state-highlight{ | |
| 143 | - background-color: #f0fbff !important; | |
| 144 | -} | |
| 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 | + } | |
| 145 | 109 | |
| 146 | -/* upload field */ | |
| 147 | -.upload-field-details{ | |
| 148 | - display:inline-block; | |
| 149 | - vertical-align:middle; | |
| 150 | - min-height:24px; | |
| 151 | - padding:2px 0; | |
| 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 | + } | |
| 152 | 116 | } |
| 153 | 117 | |
| 154 | -.upload-field-details p{ | |
| 155 | - margin:2px 0 0; | |
| 156 | -} | |
| 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 | + } | |
| 157 | 124 | |
| 158 | -.upload-field-details img{ | |
| 159 | - margin:0 5px; | |
| 160 | - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); | |
| 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 | + } | |
| 161 | 131 | } |
| 162 | 132 | |
| 163 | -.upload-field-details > *{ | |
| 164 | - float:left; | |
| 133 | +#poststuff .postbox-header { | |
| 134 | + display: flex; | |
| 135 | + align-items: center; | |
| 136 | + justify-content: space-between; | |
| 137 | + border-bottom: 1px solid #c3c4c7; | |
| 165 | 138 | } |
| 166 | 139 | |
| 167 | -.upload-field-details span{ | |
| 168 | - display:block; | |
| 140 | +#poststuff .hndle { | |
| 141 | + font-weight: 600; | |
| 142 | + font-size: 11px !important; | |
| 143 | + line-height: 40px !important; | |
| 144 | + text-transform: uppercase; | |
| 145 | + color: #1E1E1E !important; | |
| 146 | + padding: 0 12px !important; | |
| 147 | + height: 40px; | |
| 169 | 148 | } |
| 170 | 149 | |
| 171 | -.upload-field-details .file-name{ | |
| 172 | - font-weight:bold; | |
| 173 | - color:#21759B; | |
| 174 | -} | |
| 175 | 150 | |
| 176 | - | |
| 177 | -/* Settings page. */ | |
| 178 | -.side .form-table th { | |
| 179 | - width: 20%; | |
| 180 | - font-weight: bold; | |
| 181 | - text-align: left; | |
| 182 | - padding-left: 0; | |
| 151 | +/* Tables */ | |
| 152 | +.mb-table-container th { | |
| 153 | + font-weight: 600; | |
| 154 | + font-size: 14px; | |
| 155 | + line-height: 40px !important; | |
| 156 | + color: #1E1E1E !important; | |
| 183 | 157 | } |
| 184 | 158 | |
| 185 | -.wck-post-body{ | |
| 186 | - clear: left; | |
| 187 | - float: left; | |
| 188 | - margin-right: -2000px; | |
| 189 | - width: 100%; | |
| 159 | +.mb-table-container td { | |
| 160 | + font-style: normal; | |
| 161 | + font-weight: 400; | |
| 162 | + font-size: 13px; | |
| 163 | + line-height: 25px; | |
| 164 | + color: #1E1E1E !important; | |
| 165 | + vertical-align: middle; | |
| 190 | 166 | } |
| 191 | 167 | |
| 192 | -.metabox-holder .column-1 { | |
| 193 | - margin-right:300px; | |
| 168 | +.mb-table-container th.sortable a { | |
| 169 | + display: flex; | |
| 170 | + align-items: center; | |
| 171 | + gap: 5px; | |
| 194 | 172 | } |
| 195 | -.metabox-holder .column-2 { | |
| 196 | - float: right; | |
| 197 | - width: 280px; | |
| 198 | - clear:right; | |
| 199 | - position:relative; | |
| 200 | -} | |
| 201 | -.metabox-holder .column-3 { | |
| 202 | - clear: both; | |
| 203 | - margin-right:300px; | |
| 204 | -} | |
| 205 | 173 | |
| 206 | -/* wysiwyg */ | |
| 207 | -.mb-right-column .wp_themeSkin table.mceLayout{ | |
| 208 | - border-color: #CCCCCC #CCCCCC #DFDFDF; | |
| 209 | - border-style: solid; | |
| 210 | - border-top-left-radius: 3px; | |
| 211 | - border-top-right-radius: 3px; | |
| 212 | - border-width: 1px; | |
| 213 | - background-color:#fff; | |
| 214 | -} | |
| 215 | 174 | |
| 216 | -/* nested repeater */ | |
| 217 | -.mb-table-container .wck-nested{ | |
| 218 | - background:#F5F5F5; | |
| 219 | - border:1px solid #DFDFDF; | |
| 220 | - box-shadow: 0 1px 0 #FFFFFF; | |
| 175 | +/* MetaBoxes */ | |
| 176 | +#custom-redirects-info .inside, | |
| 177 | +#wppb-rf-side .inside, | |
| 178 | +#wppb-epf-side .inside, | |
| 179 | +#manage-fields-info .inside, | |
| 180 | +#wppb-sc-rf-side .inside, | |
| 181 | +#wppb-sc-epf-side .inside, | |
| 182 | +#pbpl-rf-side .inside, | |
| 183 | +#pbpl-epf-side .inside { | |
| 184 | + padding: 24px 12px; | |
| 221 | 185 | } |
| 222 | 186 | |
| 223 | -.mb-table-container .wck-nested > div{ | |
| 224 | - padding:10px; | |
| 187 | +#wppb-sc-epf-side .cozmoslabs-form-field-wrapper:first-of-type, | |
| 188 | +#wppb-sc-rf-side .cozmoslabs-form-field-wrapper:first-of-type, | |
| 189 | +#pbpl-rf-side .cozmoslabs-form-field-wrapper:first-of-type, | |
| 190 | +#pbpl-epf-side .cozmoslabs-form-field-wrapper:first-of-type { | |
| 191 | + margin-top: 0 !important; | |
| 225 | 192 | } |
| 226 | 193 | |
| 227 | -.mb-table-container li[data-type="nested-repeater"]{ | |
| 228 | - display:none; | |
| 194 | +#manage-fields-info .cozmoslabs-shortcodes-list { | |
| 195 | + font-weight: 400; | |
| 196 | + font-size: 13px; | |
| 197 | + line-height: 20px; | |
| 198 | + color: #757575; | |
| 199 | + padding-left: 20px; | |
| 229 | 200 | } |
| 230 | 201 | |
| 231 | -.wck_page_cptc-page #contextual-help-link-wrap, .wck_page_ctc-page #contextual-help-link-wrap, .wck_page_cfc-page #contextual-help-link-wrap, .wck_page_fep-page #contextual-help-link-wrap, .wck_page_opc-page #contextual-help-link-wrap{ | |
| 232 | - background: rgb(248,79,79); /* Old browsers */ | |
| 233 | - background: -moz-linear-gradient(top, rgba(248,79,79,1) 0%, rgba(210,11,11,1) 100%); /* FF3.6+ */ | |
| 234 | - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,79,79,1)), color-stop(100%,rgba(210,11,11,1))); /* Chrome,Safari4+ */ | |
| 235 | - background: -webkit-linear-gradient(top, rgba(248,79,79,1) 0%,rgba(210,11,11,1) 100%); /* Chrome10+,Safari5.1+ */ | |
| 236 | - background: -o-linear-gradient(top, rgba(248,79,79,1) 0%,rgba(210,11,11,1) 100%); /* Opera 11.10+ */ | |
| 237 | - background: -ms-linear-gradient(top, rgba(248,79,79,1) 0%,rgba(210,11,11,1) 100%); /* IE10+ */ | |
| 238 | - background: linear-gradient(to bottom, rgba(248,79,79,1) 0%,rgba(210,11,11,1) 100%); /* W3C */ | |
| 239 | - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f84f4f', endColorstr='#d20b0b',GradientType=0 ); /* IE6-9 */ | |
| 202 | +#wppb-rf-side .cozmoslabs-description:not(.cozmoslabs-description-space-left, .cozmoslabs-description-align-right), | |
| 203 | +#wppb-epf-side .cozmoslabs-description:not(.cozmoslabs-description-space-left, .cozmoslabs-description-align-right) { | |
| 204 | + flex-basis: 100%; | |
| 240 | 205 | } |
| 241 | 206 | |
| 242 | -.wck_page_cptc-page #contextual-help-link-wrap #contextual-help-link, .wck_page_ctc-page #contextual-help-link-wrap #contextual-help-link, .wck_page_cfc-page #contextual-help-link-wrap #contextual-help-link, .wck_page_fep-page #contextual-help-link-wrap #contextual-help-link, .wck_page_opc-page #contextual-help-link-wrap #contextual-help-link{ | |
| 243 | - padding-left:55px; | |
| 244 | - color: #FFFFFF; | |
| 245 | - text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7); | |
| 207 | +#wppb-rf-side textarea, | |
| 208 | +#wppb-epf-side textarea { | |
| 209 | + height: 40px; | |
| 210 | + flex-basis: 100%; | |
| 246 | 211 | } |
| 247 | 212 | |
| 248 | -.wck_page_cptc-page #contextual-help-link-wrap #contextual-help-link:before, .wck_page_ctc-page #contextual-help-link-wrap #contextual-help-link:before, .wck_page_cfc-page #contextual-help-link-wrap #contextual-help-link:before, .wck_page_fep-page #contextual-help-link-wrap #contextual-help-link:before, .wck_page_opc-page #contextual-help-link-wrap #contextual-help-link:before{ | |
| 249 | - content:"WCK"; | |
| 250 | - width:15px; | |
| 251 | - height:20px; | |
| 252 | - background:url( ../images/wck-icon-dark.png ) no-repeat 0 0; | |
| 253 | - position:absolute; | |
| 254 | - top:4px; | |
| 255 | - left:4px; | |
| 256 | - line-height: 16px; | |
| 257 | - padding-left: 18px; | |
| 213 | +#wppb-rf-side .cozmoslabs-form-field-wrapper, | |
| 214 | +#wppb-epf-side .cozmoslabs-form-field-wrapper { | |
| 215 | + margin-top: 10px !important; | |
| 258 | 216 | } |
| 259 | 217 | |
| 260 | -/*-------------------------------------------------------------- | |
| 261 | -Media Queries | |
| 262 | -@media screen and ( max-width: 878px ) { | |
| 263 | - .wck-post-body{ | |
| 264 | - float:none; | |
| 265 | - margin-right: 0; | |
| 266 | - } | |
| 267 | - | |
| 268 | - .metabox-holder .column-2{ | |
| 269 | - float:none; | |
| 270 | - width:100%; | |
| 271 | - } | |
| 272 | - | |
| 273 | - .metabox-holder .column-1{ | |
| 274 | - margin-right:0; | |
| 275 | - } | |
| 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%); | |
| 276 | 226 | } |