| 1 |
|
| 2 |
.sk-metabox-button { |
| 3 |
width: 100%; |
| 4 |
text-align: center; |
| 5 |
} |
| 6 |
|
| 7 |
table tr th#speechkit_status { |
| 8 |
width: 110px; |
| 9 |
} |
| 10 |
|
| 11 |
.beyondwords-hidden { |
| 12 |
display: none; |
| 13 |
} |
| 14 |
|
| 15 |
.beyondwords-error { |
| 16 |
background: #fff; |
| 17 |
border: 1px solid #c3c4c7; |
| 18 |
border-left-width: 4px; |
| 19 |
box-shadow: 0 1px 1px rgb(0 0 0 / 4%); |
| 20 |
margin: 5px 0 15px; |
| 21 |
padding: 1px 12px; |
| 22 |
border-left-color: #d63638; |
| 23 |
} |
| 24 |
|
| 25 |
.beyondwords-error p, |
| 26 |
.beyondwords-success p { |
| 27 |
font-size: 13px; |
| 28 |
line-height: 1.5; |
| 29 |
margin: 0.5em 0; |
| 30 |
padding: 2px; |
| 31 |
} |
| 32 |
|
| 33 |
.beyondwords-success { |
| 34 |
background: #fff; |
| 35 |
border: 1px solid #c3c4c7; |
| 36 |
border-left-width: 4px; |
| 37 |
box-shadow: 0 1px 1px rgb(0 0 0 / 4%); |
| 38 |
margin: 5px 0 15px; |
| 39 |
padding: 1px 12px; |
| 40 |
border-left-color: #00a32a; |
| 41 |
} |
| 42 |
|
| 43 |
.beyondwords-metabox__heading { |
| 44 |
font-size: 14px; |
| 45 |
font-weight: 600; |
| 46 |
margin: 0 0 8px; |
| 47 |
padding: 0; |
| 48 |
} |
| 49 |
|
| 50 |
.beyondwords-metabox-settings__field { |
| 51 |
margin: 0 0 8px; |
| 52 |
} |
| 53 |
|
| 54 |
.beyondwords-metabox__divider { |
| 55 |
margin: 16px 0; |
| 56 |
} |
| 57 |
|
| 58 |
#beyondwords-metabox-content-id { |
| 59 |
margin: 8px 0 13px; |
| 60 |
} |
| 61 |
|
| 62 |
/* Core's 1px input margin would overhang the edge the button aligns to. */ |
| 63 |
.beyondwords-metabox-content-id__input { |
| 64 |
width: 100%; |
| 65 |
margin: 1px 0; |
| 66 |
} |
| 67 |
|
| 68 |
.beyondwords-metabox-content-id__actions { |
| 69 |
margin-top: 8px; |
| 70 |
text-align: right; |
| 71 |
} |
| 72 |
|
| 73 |
/* Core floats spinners right, which would displace the button. */ |
| 74 |
.beyondwords-metabox-content-id__actions .spinner { |
| 75 |
float: none; |
| 76 |
margin: 0 4px 0 0; |
| 77 |
vertical-align: middle; |
| 78 |
} |
| 79 |
|