tweak obsolete class names and css
parent
8354742e2c
commit
561758b2a8
|
@ -52,30 +52,32 @@
|
||||||
.tab-firmware_flasher .info .progress.invalid::-webkit-progress-value {
|
.tab-firmware_flasher .info .progress.invalid::-webkit-progress-value {
|
||||||
background-color: #A62E32;
|
background-color: #A62E32;
|
||||||
}
|
}
|
||||||
.tab-firmware_flasher .note {
|
.tab-firmware_flasher .options {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|
||||||
|
line-height: 18px;
|
||||||
|
|
||||||
border: 1px dotted silver;
|
border: 1px dotted silver;
|
||||||
}
|
}
|
||||||
.tab-firmware_flasher .note label input {
|
.tab-firmware_flasher .options label input {
|
||||||
float: left;
|
float: left;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
.tab-firmware_flasher .note label span {
|
.tab-firmware_flasher .options label span {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
}
|
}
|
||||||
.tab-firmware_flasher .note .description {
|
.tab-firmware_flasher .options .description {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 200px;
|
left: 200px;
|
||||||
|
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
color: #818181;
|
color: #818181;
|
||||||
}
|
}
|
||||||
.tab-firmware_flasher .note .flash_on_connect_wrapper {
|
.tab-firmware_flasher .options .flash_on_connect_wrapper {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.tab-firmware_flasher .git_info {
|
.tab-firmware_flasher .git_info {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<progress class="progress" value="0" min="0" max="100"></progress>
|
<progress class="progress" value="0" min="0" max="100"></progress>
|
||||||
<span class="progressLabel" i18n="firmwareFlasherLoadFirmwareFile"></span>
|
<span class="progressLabel" i18n="firmwareFlasherLoadFirmwareFile"></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="note">
|
<div class="options">
|
||||||
<div class="option">
|
<div class="option">
|
||||||
<label>
|
<label>
|
||||||
<input class="updating" type="checkbox" />
|
<input class="updating" type="checkbox" />
|
||||||
|
|
Loading…
Reference in New Issue