slitaz-dev-tools view tazwikiss/rootfs/var/www/wiki/plugins/wkp_Calc.css @ rev 240

tazwikiss: min & max are redifined
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 13 15:37:06 2015 +0200 (2015-04-13)
parents 673b33f90a09
children
line source
1 .bordercalc {
2 background-color: #ccc;
3 font-weight: bold;
4 text-align: center;
5 border: 1px solid #999;
6 padding: 0;
7 }
9 .inputcalc {
10 border: none;
11 min-width: 80px;
12 width: 80px;
13 font-size: inherit;
14 padding: 2px;
15 }
17 .inputcalc:hover {
18 background-color: #eee;
19 }
21 .inputcalc:focus {
22 background-color: #ccf;
23 }
25 .tablecalc {
26 border-collapse: collapse;
27 }
29 .cellcalc {
30 border: 1px solid #999;
31 padding: 0;
32 font-size: 14px;
33 }