_deactivation-feedback.scss
9 years ago
_license-activation.scss
9 years ago
_license-key-resend.scss
9 years ago
_modal-common.scss
9 years ago
account.scss
9 years ago
add-ons.scss
9 years ago
checkout.scss
9 years ago
common.scss
9 years ago
connect.scss
9 years ago
debug.scss
9 years ago
dialog-boxes.scss
9 years ago
account.scss
250 lines
| 1 | @import "../start"; |
| 2 | |
| 3 | #fs_account |
| 4 | { |
| 5 | .postbox, |
| 6 | .widefat |
| 7 | { |
| 8 | max-width: 700px; |
| 9 | } |
| 10 | |
| 11 | h3 |
| 12 | { |
| 13 | font-size: 1.3em; |
| 14 | padding: 12px 15px; |
| 15 | margin: 0 0 12px 0; |
| 16 | line-height: 1.4; |
| 17 | border-bottom: 1px solid #F1F1F1; |
| 18 | } |
| 19 | |
| 20 | i.dashicons |
| 21 | { |
| 22 | font-size: 1.2em; |
| 23 | height: 1.2em; |
| 24 | width: 1.2em; |
| 25 | } |
| 26 | |
| 27 | .button |
| 28 | { |
| 29 | i.dashicons |
| 30 | { |
| 31 | vertical-align: middle; |
| 32 | } |
| 33 | } |
| 34 | |
| 35 | .fs-header-actions |
| 36 | { |
| 37 | position: absolute; |
| 38 | top: 17px; |
| 39 | right: 15px; |
| 40 | font-size: 0.9em; |
| 41 | |
| 42 | ul |
| 43 | { |
| 44 | margin: 0; |
| 45 | } |
| 46 | |
| 47 | li |
| 48 | { |
| 49 | form |
| 50 | { |
| 51 | display: inline-block; |
| 52 | } |
| 53 | |
| 54 | float: left; |
| 55 | a |
| 56 | { |
| 57 | text-decoration: none; |
| 58 | } |
| 59 | } |
| 60 | } |
| 61 | } |
| 62 | |
| 63 | #fs_account_details .button-group { |
| 64 | float: right; |
| 65 | } |
| 66 | |
| 67 | .rtl #fs_account .fs-header-actions |
| 68 | { |
| 69 | left: 15px; |
| 70 | right: auto; |
| 71 | } |
| 72 | |
| 73 | .fs-key-value-table |
| 74 | { |
| 75 | width: 100%; |
| 76 | |
| 77 | form |
| 78 | { |
| 79 | display: inline-block; |
| 80 | } |
| 81 | |
| 82 | tr |
| 83 | { |
| 84 | td:first-child |
| 85 | { |
| 86 | nobr |
| 87 | { |
| 88 | font-weight: bold; |
| 89 | } |
| 90 | |
| 91 | text-align: right; |
| 92 | |
| 93 | form |
| 94 | { |
| 95 | display: block; |
| 96 | } |
| 97 | } |
| 98 | |
| 99 | td.fs-right |
| 100 | { |
| 101 | text-align: right; |
| 102 | } |
| 103 | |
| 104 | &.fs-odd |
| 105 | { |
| 106 | background: #ebebeb; |
| 107 | } |
| 108 | } |
| 109 | |
| 110 | td, th |
| 111 | { |
| 112 | padding: 10px; |
| 113 | } |
| 114 | |
| 115 | code { |
| 116 | line-height: 28px; |
| 117 | } |
| 118 | |
| 119 | var, code, input[type="text"]="text""] |
| 120 | { |
| 121 | color: #0073AA; |
| 122 | font-size: 16px; |
| 123 | background: none; |
| 124 | } |
| 125 | |
| 126 | input[type="text"]="text""] { |
| 127 | width: 100%; |
| 128 | font-weight: bold; |
| 129 | } |
| 130 | } |
| 131 | |
| 132 | label.fs-tag |
| 133 | { |
| 134 | background: #ffba00; |
| 135 | color: #fff; |
| 136 | display: inline-block; |
| 137 | border-radius: 3px; |
| 138 | padding: 5px; |
| 139 | font-size: 11px; |
| 140 | line-height: 11px; |
| 141 | vertical-align: baseline; |
| 142 | |
| 143 | &.fs-warn |
| 144 | { |
| 145 | background: #ffba00; |
| 146 | } |
| 147 | &.fs-success |
| 148 | { |
| 149 | background: #46b450; |
| 150 | } |
| 151 | &.fs-error |
| 152 | { |
| 153 | background: #dc3232; |
| 154 | } |
| 155 | } |
| 156 | |
| 157 | #fs_addons |
| 158 | { |
| 159 | h3 |
| 160 | { |
| 161 | border: none; |
| 162 | margin-bottom: 0; |
| 163 | padding: 4px 5px; |
| 164 | } |
| 165 | |
| 166 | td |
| 167 | { |
| 168 | vertical-align: middle; |
| 169 | } |
| 170 | |
| 171 | thead { |
| 172 | white-space: nowrap; |
| 173 | } |
| 174 | |
| 175 | td:first-child, |
| 176 | th:first-child |
| 177 | { |
| 178 | text-align: left; |
| 179 | font-weight: bold; |
| 180 | } |
| 181 | td:last-child, |
| 182 | th:last-child |
| 183 | { |
| 184 | text-align: right; |
| 185 | } |
| 186 | th |
| 187 | { |
| 188 | font-weight: bold; |
| 189 | } |
| 190 | } |
| 191 | |
| 192 | #fs_billing_address { |
| 193 | width: 100%; |
| 194 | |
| 195 | tr { |
| 196 | td { |
| 197 | width: 50%; |
| 198 | padding: 5px; |
| 199 | } |
| 200 | |
| 201 | &:first-of-type { |
| 202 | td { |
| 203 | padding-top: 0; |
| 204 | } |
| 205 | } |
| 206 | } |
| 207 | |
| 208 | @mixin read-mode { |
| 209 | border-color: transparent; |
| 210 | color: #777; |
| 211 | border-bottom: 1px dashed #ccc; |
| 212 | padding-left: 0; |
| 213 | background: none; |
| 214 | } |
| 215 | |
| 216 | span { |
| 217 | font-weight: bold; |
| 218 | } |
| 219 | |
| 220 | input, select { |
| 221 | @include placeholder(transparent); |
| 222 | |
| 223 | display: block; |
| 224 | width: 100%; |
| 225 | margin-top: 5px; |
| 226 | |
| 227 | &.fs-read-mode { |
| 228 | @include read-mode(); |
| 229 | } |
| 230 | } |
| 231 | |
| 232 | |
| 233 | &.fs-read-mode { |
| 234 | td span { |
| 235 | display: none; |
| 236 | } |
| 237 | |
| 238 | input, select |
| 239 | { |
| 240 | @include read-mode(); |
| 241 | @include placeholder(#ccc); |
| 242 | } |
| 243 | } |
| 244 | |
| 245 | |
| 246 | button { |
| 247 | display: block; |
| 248 | width: 100%; |
| 249 | } |
| 250 | } |