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

transponder.css « tabs « css « src - github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 764c6874264bd33e392af964c5699752bfecf91f (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
69
70
71
72
73
74
75
.tab-transponder .spacer_box {
    padding-bottom: 10px;
    float: left;
    width: calc(100% - 20px);
}

.tab-transponder .text input {
    width: 100px;
    padding-left: 3px;
    height: 20px;
    line-height: 20px;
    text-align: left;
    border: 1px solid silver;
    border-radius: 3px;
    margin-right: 11px;
    font-size: 12px;
    font-weight: normal;
}

.tab-transponder .text .disabled {
    width: 43px;
    padding: 0 5px;
    background-color: #ececec;
}

.tab-transponder .text span {
    margin-left: 0;
}

.tab-transponder input {
    float: left;
}

.tab-transponder span {
    margin: 0;
}

.tab-transponder .text
 {
    margin-bottom: 5px;
    clear: left;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    float: left;
}

.tab-transponder .text:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.tab-transponder .textspacer {
    float: left;
    width: 115px;
    height: 21px;
}

.tab-transponder .gui_box span {
    font-style: normal;
    font-family: 'open_sansregular', Arial,serif;
    line-height: 19px;
    color: #4F4F4F;
    font-size: 11px;
}

.require-transponder-supported,
.tab-transponder.transponder-supported .require-transponder-unsupported {
    display: none;
}

.tab-transponder.transponder-supported .require-transponder-supported {
    display: block;
}