File: gestion-mobile.css

package info (click to toggle)
slm 2.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,520 kB
  • sloc: python: 15,419; javascript: 5,061; makefile: 184; sh: 182; xml: 57
file content (46 lines) | stat: -rw-r--r-- 716 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
body {
    font-size: 8px;
}

.livre .container, #choix-boutique-ok .container {
    width: 100px;
    height: 45px;
    padding: 2px;
}

.qr-reader.ok, .qr-reader .ok{
    background: green;
    text-align: center;
    font-size: 16px;
}
.qr-reader.ko, .qr-reader .ko{
    background: red;
    text-align: center;
    font-size: 16px;
}
.qr-reader.kk, .qr-reader .kk{
    background: yellow;
    text-align: center;
    font-size: 16px;
}
.qr-reader button {
    vertical-align: middle;
    font-size: 16px;
    margin: 0 10px;
    cursor: pointer;
}

ul#coches {
    line-height: 10px;
}

#coches input{
    height: 8px;
    width: 8px;
}

#coches li {
    padding: 0;
    margin: 1px;
    border-radius: 1.5px;
}