comparison examples/common/default/default.css @ 900:1fa8b4440f8f

Update button changed to ajax
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 02 Jan 2021 19:13:27 +0900
parents 411ce55c0dae
children 4f19add6f877
comparison
equal deleted inserted replaced
899:a4ad4101064d 900:1fa8b4440f8f
30 } 30 }
31 p.copyright { 31 p.copyright {
32 border-top: 2px inset #555; text-align: right; clear: both; 32 border-top: 2px inset #555; text-align: right; clear: both;
33 font-size: 50%; 33 font-size: 50%;
34 } 34 }
35 p.copyright a {text-decoration: none;} 35 p.copyright a, a#reload {text-decoration: none;}
36 36
37 td {padding-left: 0.5ex; padding-right: 0.5ex;} 37 td {padding-left: 0.5ex; padding-right: 0.5ex;}
38 table.td2r td:nth-child(2) {text-align: right;} 38 table.td2r td:nth-child(2) {text-align: right;}
39 table.td3r td:nth-child(3) {text-align: right;} 39 table.td3r td:nth-child(3) {text-align: right;}
40 table.td3rr td:nth-child(n+3) {text-align: right;} 40 table.td3rr td:nth-child(n+3) {text-align: right;}
416 border-radius: 1em; border: double 5px blue; 416 border-radius: 1em; border: double 5px blue;
417 min-width: 10em; right: 0; bottom: 0; 417 min-width: 10em; right: 0; bottom: 0;
418 } 418 }
419 .dissolving {opacity: 0; transition: 3.0s;} 419 .dissolving {opacity: 0; transition: 3.0s;}
420 .emerging {opacity: 1; transition: 3s;} 420 .emerging {opacity: 1; transition: 3s;}
421 span.loading, input#c:disabled { 421 button#c, button#reload {display: inline-block;}
422 span.loading, button#c:disabled, button#reload:disabled {
422 visibility: visible; transform: rotateX(3600deg); transition: 30s; 423 visibility: visible; transform: rotateX(3600deg); transition: 30s;
423 display: inline-block;
424 } 424 }
425 span.loading {padding: 0 1em;} 425 span.loading {padding: 0 1em;}
426 426
427 /* 427 /*
428 * PR Web 428 * PR Web

yatex.org