Welcome to mirror list, hosted at ThFree Co, Russian Federation.

logging.css « tabs « css « src - github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 405fd3b5f08f524d89bd8a91c57eb6aaad4898d5 (plain)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
.tab-logging .properties {
    margin-top: 10px;
}

.tab-logging .properties dt {
    float: left;
    width: 120px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}

.tab-logging .properties dt input {
    vertical-align: middle;
}

.tab-logging .properties dd {
    display: block;
    margin-left: 130px;
    height: 20px;
    line-height: 20px;
    color: silver;
}

.tab-logging .speed {
    margin-top: 5px;
    width: 80px;
    border: 1px solid silver;
}

.tab-logging .info {
    margin-top: 10px;
}

.tab-logging .info dt {
    float: left;
    width: 120px;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}

.tab-logging .info dd {
    display: block;
    margin-left: 130px;
    height: 20px;
    line-height: 20px;
}

.tab-logging .fixed_band {
    width: 100%;
    bottom: 0;
}

.tab-logging .save_btn .back {
    display: none;
}

.tab-logging .back_btn {
    display: none;
}

@media only screen and (max-width: 1055px) , only screen and (max-device-width: 1055px) {
    .tab-logging table thead tr:first-child {
        font-size: 12px;
        height: 22px;
    }
}