| 1 |
.mb-table-container pre { |
| 2 |
display:inline-block; |
| 3 |
vertical-align:top; |
| 4 |
margin:0; |
| 5 |
white-space: -moz-pre-wrap; |
| 6 |
white-space: -pre-wrap; |
| 7 |
white-space: -o-pre-wrap; |
| 8 |
white-space: pre-wrap; |
| 9 |
word-wrap: break-word; |
| 10 |
} |
| 11 |
|
| 12 |
.wck-edit, |
| 13 |
.wck-delete, |
| 14 |
.wck-number { |
| 15 |
text-align:center !important; |
| 16 |
} |
| 17 |
|
| 18 |
.wck-number { |
| 19 |
width:50px; |
| 20 |
} |
| 21 |
|
| 22 |
.wck-edit, |
| 23 |
.wck-delete{ |
| 24 |
width:100px; |
| 25 |
} |
| 26 |
|
| 27 |
td.wck-number { |
| 28 |
cursor:move; |
| 29 |
} |
| 30 |
|
| 31 |
.not-sortable td.wck-number { |
| 32 |
cursor:auto; |
| 33 |
} |
| 34 |
|
| 35 |
.wck-edit .button-secondary { |
| 36 |
width: 80px; |
| 37 |
height: 30px; |
| 38 |
margin: 0 auto; |
| 39 |
} |
| 40 |
|
| 41 |
.wppb-delete-all-fields, |
| 42 |
.mbdelete, |
| 43 |
.wck-remove-upload { |
| 44 |
color:#e76054 !important; |
| 45 |
text-decoration: none; |
| 46 |
cursor:pointer; |
| 47 |
} |
| 48 |
|
| 49 |
.wppb-delete-all-fields:hover, |
| 50 |
.mbdelete:hover, |
| 51 |
.wck-remove-upload:hover { |
| 52 |
color:#e76054; |
| 53 |
text-decoration: underline; |
| 54 |
} |
| 55 |
|
| 56 |
.mb-list-entry-fields { |
| 57 |
list-style:none; |
| 58 |
} |
| 59 |
|
| 60 |
.mb-table-container tr:nth-child(2n+1) { |
| 61 |
background-color:#FCFCFC; |
| 62 |
} |
| 63 |
|
| 64 |
.mb-table-container tr:last-child td { |
| 65 |
border-bottom: 0 none; |
| 66 |
} |
| 67 |
|
| 68 |
.mb-table-container tr td { |
| 69 |
background: none repeat scroll 0 0 transparent; |
| 70 |
border-bottom: 1px solid #EDEDED; |
| 71 |
border-right: 1px solid #EDEDED; |
| 72 |
padding: 8px; |
| 73 |
position: relative; |
| 74 |
} |
| 75 |
|
| 76 |
.mb-table-container tr td:last-child { |
| 77 |
border-right: 0 none; |
| 78 |
} |
| 79 |
|
| 80 |
.mb-table-container thead > tr > th { |
| 81 |
border-right: 1px solid #E1E1E1; |
| 82 |
} |
| 83 |
|
| 84 |
.mb-table-container tr > th:last-child { |
| 85 |
border-right: 0 none; |
| 86 |
} |
| 87 |
|
| 88 |
.cozmoslabs-button-group { |
| 89 |
display: flex; |
| 90 |
align-items: center; |
| 91 |
justify-content: flex-start; |
| 92 |
gap: 35px; |
| 93 |
margin-top: 35px; |
| 94 |
} |
| 95 |
|
| 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; |
| 101 |
} |
| 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 |
|
| 133 |
#poststuff .postbox-header { |
| 134 |
display: flex; |
| 135 |
align-items: center; |
| 136 |
justify-content: space-between; |
| 137 |
border-bottom: 1px solid #c3c4c7; |
| 138 |
} |
| 139 |
|
| 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; |
| 148 |
} |
| 149 |
|
| 150 |
|
| 151 |
/* Tables */ |
| 152 |
.mb-table-container th { |
| 153 |
font-weight: 600; |
| 154 |
font-size: 14px; |
| 155 |
line-height: 40px !important; |
| 156 |
color: #1E1E1E !important; |
| 157 |
} |
| 158 |
|
| 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; |
| 166 |
} |
| 167 |
|
| 168 |
.mb-table-container th.sortable a { |
| 169 |
display: flex; |
| 170 |
align-items: center; |
| 171 |
gap: 5px; |
| 172 |
} |
| 173 |
|
| 174 |
|
| 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; |
| 185 |
} |
| 186 |
|
| 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; |
| 192 |
} |
| 193 |
|
| 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; |
| 200 |
} |
| 201 |
|
| 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%; |
| 205 |
} |
| 206 |
|
| 207 |
#wppb-rf-side textarea, |
| 208 |
#wppb-epf-side textarea { |
| 209 |
height: 40px; |
| 210 |
flex-basis: 100%; |
| 211 |
} |
| 212 |
|
| 213 |
#wppb-rf-side .cozmoslabs-form-field-wrapper, |
| 214 |
#wppb-epf-side .cozmoslabs-form-field-wrapper { |
| 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%); |
| 226 |
} |