tweak obsolete class names and css

10.3.x-maintenance
cTn 2014-10-25 14:04:38 +02:00
parent 8354742e2c
commit 561758b2a8
2 changed files with 8 additions and 6 deletions

View File

@ -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 {

View File

@ -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" />