1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 09:45:37 +03:00

normalize css indentation in gps and firmware flasher (missed it the first time somehow)

This commit is contained in:
cTn 2014-10-24 16:58:07 +02:00
parent ad005a3f1c
commit 0af8d7d453
2 changed files with 117 additions and 117 deletions

View file

@ -2,56 +2,56 @@
margin: 0 0 10px 0; margin: 0 0 10px 0;
position: relative; position: relative;
} }
.tab-firmware_flasher .info .progressLabel { .tab-firmware_flasher .info .progressLabel {
position: absolute; position: absolute;
width: 100%; width: 100%;
height: 26px; height: 26px;
top: 0; top: 0;
left: 0; left: 0;
text-align: center; text-align: center;
line-height: 24px; line-height: 24px;
color: white; color: white;
font-weight: bold; font-weight: bold;
/* text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.9);*/ /* text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.9);*/
} }
.tab-firmware_flasher .info .progressLabel a { .tab-firmware_flasher .info .progressLabel a {
color: white; color: white;
} }
.tab-firmware_flasher .info .progressLabel a:hover { .tab-firmware_flasher .info .progressLabel a:hover {
text-decoration: underline; text-decoration: underline;
} }
.tab-firmware_flasher .info .progress { .tab-firmware_flasher .info .progress {
width: 100%; width: 100%;
height: 26px; height: 26px;
border: 1px solid silver; border: 1px solid silver;
} }
.tab-firmware_flasher .info .progress { .tab-firmware_flasher .info .progress {
-webkit-appearance: none; -webkit-appearance: none;
} }
.tab-firmware_flasher .info .progress::-webkit-progress-bar { .tab-firmware_flasher .info .progress::-webkit-progress-bar {
background-color: #343434; background-color: #343434;
} }
.tab-firmware_flasher .info .progress::-webkit-progress-value { .tab-firmware_flasher .info .progress::-webkit-progress-value {
background-color: #F86008; background-color: #F86008;
} }
.tab-firmware_flasher .info .progress.valid::-webkit-progress-bar { .tab-firmware_flasher .info .progress.valid::-webkit-progress-bar {
background-color: #73BE45; background-color: #73BE45;
} }
.tab-firmware_flasher .info .progress.valid::-webkit-progress-value { .tab-firmware_flasher .info .progress.valid::-webkit-progress-value {
background-color: #73BE45; background-color: #73BE45;
} }
.tab-firmware_flasher .info .progress.invalid::-webkit-progress-bar { .tab-firmware_flasher .info .progress.invalid::-webkit-progress-bar {
background-color: #A62E32; background-color: #A62E32;
} }
.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 .note {
position: relative; position: relative;
@ -60,24 +60,24 @@
border: 1px dotted silver; border: 1px dotted silver;
} }
.tab-firmware_flasher .note label input { .tab-firmware_flasher .note label input {
float: left; float: left;
margin-top: 2px; margin-top: 2px;
} }
.tab-firmware_flasher .note label span { .tab-firmware_flasher .note label span {
font-weight: bold; font-weight: bold;
margin-left: 6px; margin-left: 6px;
} }
.tab-firmware_flasher .note .description { .tab-firmware_flasher .note .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 .note .flash_on_connect_wrapper {
display: none; display: none;
} }
.tab-firmware_flasher .git_info { .tab-firmware_flasher .git_info {
display: none; display: none;
@ -85,67 +85,67 @@
border: 1px solid silver; border: 1px solid silver;
} }
.tab-firmware_flasher .git_info .title { .tab-firmware_flasher .git_info .title {
line-height: 20px; line-height: 20px;
text-align: center; text-align: center;
font-weight: bold; font-weight: bold;
color: white; color: white;
border-bottom: 1px solid silver; border-bottom: 1px solid silver;
background-color: #3f4241; background-color: #3f4241;
} }
.tab-firmware_flasher .git_info p { .tab-firmware_flasher .git_info p {
padding: 5px; padding: 5px;
} }
.warning { .warning {
border: 1px solid silver; border: 1px solid silver;
} }
.warning .title { .warning .title {
line-height: 20px; line-height: 20px;
text-align: center; text-align: center;
font-weight: bold; font-weight: bold;
color: white; color: white;
border-bottom: 1px solid silver; border-bottom: 1px solid silver;
background-color: #cd4c4c; background-color: #cd4c4c;
} }
.warning p { .warning p {
padding: 5px; padding: 5px;
} }
.tab-firmware_flasher .buttons { .tab-firmware_flasher .buttons {
width: calc(100% - 20px); width: calc(100% - 20px);
position: absolute; position: absolute;
bottom: 10px; bottom: 10px;
} }
.tab-firmware_flasher .buttons a { .tab-firmware_flasher .buttons a {
display: block; display: block;
float: left; float: left;
margin: 0 10px 0 0; margin: 0 10px 0 0;
padding: 0 15px 0 15px; padding: 0 15px 0 15px;
height: 28px; height: 28px;
line-height: 28px; line-height: 28px;
text-align: center; text-align: center;
font-weight: bold; font-weight: bold;
border: 1px solid silver; border: 1px solid silver;
background-color: #ececec; background-color: #ececec;
} }
.tab-firmware_flasher .buttons a:hover { .tab-firmware_flasher .buttons a:hover {
background-color: #dedcdc; background-color: #dedcdc;
} }
.tab-firmware_flasher .buttons a.flash_firmware.locked { .tab-firmware_flasher .buttons a.flash_firmware.locked {
background-color: #b8b8b8; background-color: #b8b8b8;
} }
.tab-firmware_flasher .buttons a.flash_firmware.locked:hover { .tab-firmware_flasher .buttons a.flash_firmware.locked:hover {
cursor: default; cursor: default;
background-color: #b8b8b8; background-color: #b8b8b8;
} }
.tab-firmware_flasher .buttons a.back { .tab-firmware_flasher .buttons a.back {
float: right; float: right;
margin: 0; margin: 0;
} }

View file

@ -9,10 +9,10 @@
border: 1px solid silver; border: 1px solid silver;
} }
.tab-gps .GPS_info table { .tab-gps .GPS_info table {
padding: 5px; padding: 5px;
line-height: 18px; line-height: 18px;
} }
.tab-gps .GPS_signal_strength { .tab-gps .GPS_signal_strength {
float: left; float: left;
@ -22,10 +22,10 @@
border: 1px solid silver; border: 1px solid silver;
} }
.tab-gps .GPS_signal_strength table { .tab-gps .GPS_signal_strength table {
padding: 5px; padding: 5px;
line-height: 18px; line-height: 18px;
} }
.tab-gps .GPS_info .head, .tab-gps .GPS_info .head,
.tab-gps .GPS_signal_strength .head { .tab-gps .GPS_signal_strength .head {
display: block; display: block;