| 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: 1200px; |
| 100 |
margin: 0 auto; |
| 101 |
} |
| 102 |
|
| 103 |
#poststuff .postbox-header { |
| 104 |
display: flex; |
| 105 |
align-items: center; |
| 106 |
justify-content: space-between; |
| 107 |
border-bottom: 1px solid #c3c4c7; |
| 108 |
} |
| 109 |
|
| 110 |
#poststuff .hndle { |
| 111 |
font-weight: 600; |
| 112 |
font-size: 11px !important; |
| 113 |
line-height: 40px !important; |
| 114 |
text-transform: uppercase; |
| 115 |
color: #1E1E1E !important; |
| 116 |
padding: 0 12px !important; |
| 117 |
height: 40px; |
| 118 |
} |
| 119 |
|
| 120 |
|
| 121 |
/* Tables */ |
| 122 |
.mb-table-container th { |
| 123 |
font-weight: 600; |
| 124 |
font-size: 14px; |
| 125 |
line-height: 40px !important; |
| 126 |
color: #1E1E1E !important; |
| 127 |
} |
| 128 |
|
| 129 |
.mb-table-container td { |
| 130 |
font-style: normal; |
| 131 |
font-weight: 400; |
| 132 |
font-size: 13px; |
| 133 |
line-height: 25px; |
| 134 |
color: #1E1E1E !important; |
| 135 |
vertical-align: middle; |
| 136 |
} |
| 137 |
|
| 138 |
.mb-table-container th.sortable a { |
| 139 |
display: flex; |
| 140 |
align-items: center; |
| 141 |
gap: 5px; |
| 142 |
} |
| 143 |
|
| 144 |
|
| 145 |
/* MetaBoxes */ |
| 146 |
#custom-redirects-info .inside, |
| 147 |
#wppb-rf-side .inside, |
| 148 |
#wppb-epf-side .inside, |
| 149 |
#manage-fields-info .inside, |
| 150 |
#wppb-sc-rf-side .inside, |
| 151 |
#wppb-sc-epf-side .inside, |
| 152 |
#pbpl-rf-side .inside, |
| 153 |
#pbpl-epf-side .inside { |
| 154 |
padding: 24px 12px; |
| 155 |
} |
| 156 |
|
| 157 |
#wppb-sc-epf-side .cozmoslabs-form-field-wrapper:first-of-type, |
| 158 |
#wppb-sc-rf-side .cozmoslabs-form-field-wrapper:first-of-type, |
| 159 |
#pbpl-rf-side .cozmoslabs-form-field-wrapper:first-of-type, |
| 160 |
#pbpl-epf-side .cozmoslabs-form-field-wrapper:first-of-type { |
| 161 |
margin-top: 0 !important; |
| 162 |
} |
| 163 |
|
| 164 |
#manage-fields-info .cozmoslabs-shortcodes-list { |
| 165 |
font-weight: 400; |
| 166 |
font-size: 13px; |
| 167 |
line-height: 20px; |
| 168 |
color: #757575; |
| 169 |
padding-left: 20px; |
| 170 |
} |
| 171 |
|
| 172 |
#wppb-rf-side .cozmoslabs-description:not(.cozmoslabs-description-space-left, .cozmoslabs-description-align-right), |
| 173 |
#wppb-epf-side .cozmoslabs-description:not(.cozmoslabs-description-space-left, .cozmoslabs-description-align-right) { |
| 174 |
flex-basis: 100%; |
| 175 |
} |
| 176 |
|
| 177 |
#wppb-rf-side textarea, |
| 178 |
#wppb-epf-side textarea { |
| 179 |
height: 40px; |
| 180 |
flex-basis: 100%; |
| 181 |
} |
| 182 |
|
| 183 |
#wppb-rf-side .cozmoslabs-form-field-wrapper, |
| 184 |
#wppb-epf-side .cozmoslabs-form-field-wrapper { |
| 185 |
margin-top: 10px !important; |
| 186 |
} |