editor-inline-editing-style-rtl.css
3 years ago
editor-inline-editing-style-rtl.min.css
3 years ago
editor-inline-editing-style.css
3 years ago
editor-inline-editing-style.min.css
3 years ago
editor-style-rtl.css
3 years ago
editor-style-rtl.min.css
3 years ago
editor-style.css
3 years ago
editor-style.min.css
3 years ago
editor-ui-rtl.css
4 years ago
editor-ui-rtl.min.css
4 years ago
editor-ui.css
5 years ago
editor-ui.min.css
4 years ago
grunion-admin.css
3 years ago
grunion-rtl.css
3 years ago
grunion.css
3 years ago
jquery-ui-datepicker.css
5 years ago
jquery-ui-selectmenu.css
3 years ago
grunion-admin.css
246 lines
| 1 | .add-new-h2, .view-switch, body.no-js .tablenav select[name^=action], body.no-js #doaction, body.no-js #doaction2 { |
| 2 | display: none |
| 3 | } |
| 4 | |
| 5 | .column-feedback_from img { |
| 6 | float:left; |
| 7 | margin-right:10px; |
| 8 | margin-top:3px; |
| 9 | } |
| 10 | |
| 11 | .widefat .column-feedback_from, |
| 12 | .widefat .column-feedback_date, |
| 13 | .widefat .column-feedback_source { |
| 14 | width: 17%; |
| 15 | } |
| 16 | .widefat .column-feedback_response { |
| 17 | width: 100%; |
| 18 | } |
| 19 | |
| 20 | .widefat .column-feedback_response::before { |
| 21 | display: none !important; |
| 22 | } |
| 23 | |
| 24 | @media screen and (max-width: 782px) { |
| 25 | .widefat .column-feedback_response { |
| 26 | padding-left: 8px !important; |
| 27 | } |
| 28 | } |
| 29 | |
| 30 | .column-feedback_response .feedback_response__item { |
| 31 | display: grid; |
| 32 | grid-template-columns: 35% 1fr; |
| 33 | grid-row-gap: 8px; |
| 34 | } |
| 35 | .column-feedback_response .feedback_response__item-key, |
| 36 | .column-feedback_response .feedback_response__item-value { |
| 37 | align-items: flex-start; |
| 38 | display: flex; |
| 39 | word-break: break-word; |
| 40 | } |
| 41 | .column-feedback_response .feedback_response__item-value { |
| 42 | font-weight: bold; |
| 43 | } |
| 44 | |
| 45 | .column-feedback_response .feedback_response__mobile-separator { |
| 46 | display: block; |
| 47 | } |
| 48 | |
| 49 | @media screen and (min-width: 783px) { |
| 50 | .column-feedback_response .feedback_response__mobile-separator { |
| 51 | display: none; |
| 52 | } |
| 53 | } |
| 54 | |
| 55 | .spam a { |
| 56 | color: #BC0B0B; |
| 57 | } |
| 58 | |
| 59 | .untrash a { |
| 60 | color: #D98500; |
| 61 | } |
| 62 | |
| 63 | .unspam a { |
| 64 | color: #D98500; |
| 65 | } |
| 66 | |
| 67 | .post-type-feedback #jetpack-check-feedback-spam { |
| 68 | margin-top: 0; |
| 69 | } |
| 70 | |
| 71 | /* Modal styles */ |
| 72 | |
| 73 | /* Override Thickbox defaults */ |
| 74 | #TB_overlay { |
| 75 | opacity: 0.5; |
| 76 | } |
| 77 | |
| 78 | #TB_title { |
| 79 | border: none; |
| 80 | background: none; |
| 81 | } |
| 82 | |
| 83 | #TB_ajaxWindowTitle { |
| 84 | display: none; |
| 85 | } |
| 86 | |
| 87 | #TB_ajaxContent { |
| 88 | display: flex; |
| 89 | } |
| 90 | |
| 91 | .feedback-export-modal__wrapper { |
| 92 | display: flex; |
| 93 | flex-direction: column; |
| 94 | /* These strange paddings to add 48px with TB defaults */ |
| 95 | padding: 0 33px 9px 33px; |
| 96 | width: 100%; |
| 97 | } |
| 98 | |
| 99 | .feedback-export-modal__header { |
| 100 | margin-bottom: 32px; |
| 101 | } |
| 102 | |
| 103 | .feedback-export-modal__header-title { |
| 104 | font-style: normal; |
| 105 | font-weight: 700; |
| 106 | font-size: 24px; |
| 107 | line-height: 32px; |
| 108 | margin-bottom: 8px; |
| 109 | } |
| 110 | |
| 111 | #TB_ajaxContent p.feedback-export-modal__header-subtitle { |
| 112 | font-style: normal; |
| 113 | font-weight: 400; |
| 114 | font-size: 16px; |
| 115 | line-height: 24px; |
| 116 | letter-spacing: -0.02em; |
| 117 | color: #000000; |
| 118 | padding: 0; |
| 119 | margin-top: 8px; |
| 120 | } |
| 121 | |
| 122 | .feedback-export-modal__content { |
| 123 | display: flex; |
| 124 | flex-grow: 1; |
| 125 | flex-direction: column; |
| 126 | padding: 0px; |
| 127 | gap: 32px; |
| 128 | } |
| 129 | |
| 130 | .feedback-export-modal__footer { |
| 131 | display: flex; |
| 132 | justify-content: space-between; |
| 133 | padding: 0 16px; |
| 134 | } |
| 135 | |
| 136 | .feedback-export-modal__footer-column { |
| 137 | display: flex; |
| 138 | align-items: center; |
| 139 | } |
| 140 | |
| 141 | /* override JP logo */ |
| 142 | .feedback-export-modal__footer #jetpack-logo__icon { |
| 143 | width: 16px; |
| 144 | height: 16px; |
| 145 | } |
| 146 | |
| 147 | .feedback-export-modal__footer #jetpack-logo__icon path { |
| 148 | fill: #000000; |
| 149 | } |
| 150 | |
| 151 | .feedback-export-modal__footer .feedback-export-modal__footer-link { |
| 152 | padding-left: 8px; |
| 153 | font-size: 12px; |
| 154 | font-weight: 600; |
| 155 | line-height: 0; |
| 156 | letter-spacing: -0.02em; |
| 157 | text-align: left; |
| 158 | color: #23282D; |
| 159 | text-decoration: none; |
| 160 | } |
| 161 | |
| 162 | .export-card { |
| 163 | border-radius: var(--jp-border-radius, 4px); |
| 164 | box-shadow: 0 0 0 1px var(--jp-gray-10, #c3c4c7) inset; |
| 165 | display: flex; |
| 166 | flex-direction: column; |
| 167 | padding: 24px; |
| 168 | isolation: isolate; |
| 169 | } |
| 170 | |
| 171 | .export-card__body, .export-card__header { |
| 172 | display: flex; |
| 173 | } |
| 174 | |
| 175 | .export-card__header { |
| 176 | align-items: center; |
| 177 | margin-bottom: 16px; |
| 178 | gap: 16px; |
| 179 | } |
| 180 | |
| 181 | .export-card__header-title { |
| 182 | font-style: normal; |
| 183 | font-weight: 700; |
| 184 | font-size: 20px; |
| 185 | line-height: 30px; |
| 186 | } |
| 187 | |
| 188 | .export-card__body { |
| 189 | gap: 32px; |
| 190 | align-items: center; |
| 191 | justify-content: space-between; |
| 192 | } |
| 193 | |
| 194 | .export-card__body-description { |
| 195 | flex-grow: 1; |
| 196 | font-style: normal; |
| 197 | font-weight: 400; |
| 198 | font-size: 14px; |
| 199 | line-height: 24px; |
| 200 | letter-spacing: -0.02em; |
| 201 | color: #000000; |
| 202 | max-width: 60%; |
| 203 | } |
| 204 | |
| 205 | .export-card__body-description a { |
| 206 | color: inherit; |
| 207 | } |
| 208 | |
| 209 | .export-card__body-description-footer { |
| 210 | font-style: normal; |
| 211 | font-weight: 400; |
| 212 | font-size: 12px; |
| 213 | line-height: 150%; |
| 214 | color: #757575; |
| 215 | margin-bottom: 0px; |
| 216 | } |
| 217 | |
| 218 | .export-card__body-cta { |
| 219 | align-self: flex-end; |
| 220 | } |
| 221 | |
| 222 | .export-card__body-cta .button-primary.export-button { |
| 223 | font-style: normal; |
| 224 | font-weight: 400; |
| 225 | letter-spacing: -0.01em; |
| 226 | color: #FFFFFF; |
| 227 | background: #000000; |
| 228 | border: 1px solid #FFFFFF; |
| 229 | border-radius: 4px; |
| 230 | } |
| 231 | |
| 232 | .export-card__beta-badge { |
| 233 | background: #2FB41F; |
| 234 | border-radius: 2px; |
| 235 | font-style: normal; |
| 236 | font-weight: 600; |
| 237 | font-size: 11px; |
| 238 | line-height: 150%; |
| 239 | /* identical to box height, or 16px */ |
| 240 | |
| 241 | text-align: right; |
| 242 | text-transform: uppercase; |
| 243 | padding: 4px 8px; |
| 244 | color: #FFFFFF; |
| 245 | } |
| 246 |