Differences From Artifact [5299593951]:
- File src/default_css.txt — part of check-in [4f4956f831] at 2018-08-20 17:51:36 on branch mobile — Add automatic columnation of the capabilities in the /setup_uedit screen. (user: drh size: 12643) [more...]
To Artifact [efe5d31c33]:
- File src/default_css.txt — part of check-in [75c89def6b] at 2018-08-31 21:07:43 on branch trunk — Render captchas in a smaller font that works better on mobile. (user: drh size: 12677)
| ︙ | |||
301 302 303 304 305 306 307 308 309 310 311 312 313 314 | 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 | + + + |
table.captcha {
margin: auto;
padding: 10px;
border-width: 4px;
border-style: double;
border-color: black;
}
pre.captcha {
font-size: 50%;
}
td.login_out_label {
text-align: center;
}
span.loginError {
color: red;
}
span.note {
|
| ︙ |