| 1 |
/** |
| 2 |
* |
| 3 |
* |
| 4 |
*/ |
| 5 |
|
| 6 |
td.image-icon img.wp-stateless-media-item { |
| 7 |
} |
| 8 |
|
| 9 |
|
| 10 |
.submitbox span.sm-view-link { |
| 11 |
float: right; |
| 12 |
} |
| 13 |
|
| 14 |
.wp-stateless-media-options input.sm_service_account_name { |
| 15 |
width: 40em; |
| 16 |
} |
| 17 |
|
| 18 |
.wp-stateless-media-options input.sm_key_file_path { |
| 19 |
width: 40em; |
| 20 |
} |
| 21 |
|
| 22 |
.sm-mode small.description { |
| 23 |
display: block; |
| 24 |
margin-top: 5px; |
| 25 |
} |
| 26 |
|
| 27 |
.key_type{ |
| 28 |
margin-top: 4px; |
| 29 |
margin-bottom: 0; |
| 30 |
} |
| 31 |
.key_type>label{ |
| 32 |
vertical-align: top; |
| 33 |
} |
| 34 |
.key_type>div{ |
| 35 |
width:auto; |
| 36 |
padding-top: 3px; |
| 37 |
} |
| 38 |
.key_type ._sm_key_file_path{ |
| 39 |
margin-top: 7px; |
| 40 |
} |
| 41 |
.key_type .sm_key_json, .key_type .sm_key_file_path{ |
| 42 |
display: block; |
| 43 |
width: 40em; |
| 44 |
max-width: 100%; |
| 45 |
} |
| 46 |
.key_type .sm_key_json{ |
| 47 |
height:200px; |
| 48 |
} |
| 49 |
|
| 50 |
#go { |
| 51 |
margin-top: 25px; |
| 52 |
} |
| 53 |
|
| 54 |
#go .option { |
| 55 |
margin-bottom: 5px; |
| 56 |
} |
| 57 |
|
| 58 |
#go .status { |
| 59 |
color: grey; |
| 60 |
font-family: monospace; |
| 61 |
margin-bottom: 10px; |
| 62 |
margin-top: 10px; |
| 63 |
} |
| 64 |
|
| 65 |
#go .buttons { |
| 66 |
margin-top: 10px; |
| 67 |
} |
| 68 |
|
| 69 |
#go ol { |
| 70 |
margin: 0 0 0 25px; |
| 71 |
font-family: monospace; |
| 72 |
} |
| 73 |
|
| 74 |
#go #regenthumbs-bar { |
| 75 |
margin-bottom: 10px; |
| 76 |
} |
| 77 |
|
| 78 |
.clearfix:after { |
| 79 |
content: " "; /* Older browser do not support empty content */ |
| 80 |
visibility: hidden; |
| 81 |
display: block; |
| 82 |
height: 0; |
| 83 |
clear: both; |
| 84 |
} |
| 85 |
|
| 86 |
#sm-attachment-metabox .rwmb-input input { |
| 87 |
max-width: 90%; |
| 88 |
} |
| 89 |
#sm-attachment-metabox a i.dashicons { |
| 90 |
text-decoration: none; |
| 91 |
} |
| 92 |
#sm-attachment-metabox a i.dashicons-external { |
| 93 |
font-size: 25px; |
| 94 |
} |
| 95 |
#sm-attachment-metabox a i.dashicons-image-rotate { |
| 96 |
margin-top: 4px; |
| 97 |
} |