mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-22 07:45:19 +03:00
Tidy some formatting in OSD config tab
This commit is contained in:
parent
829b0b468a
commit
b8a3e4c8c9
2 changed files with 26 additions and 26 deletions
40
tabs/osd.css
40
tabs/osd.css
|
@ -422,30 +422,30 @@ button {
|
|||
}
|
||||
|
||||
.tab-osd .alarms label {
|
||||
display: block;
|
||||
width:100%;
|
||||
border-bottom: 1px solid #ddd;
|
||||
margin-top:5px;
|
||||
padding-bottom: 5px
|
||||
}
|
||||
display: block;
|
||||
width:100%;
|
||||
border-bottom: 1px solid #ddd;
|
||||
margin-top:5px;
|
||||
padding-bottom: 5px
|
||||
}
|
||||
|
||||
.tab-osd .alarms label:last-child {
|
||||
border-bottom: none;
|
||||
padding-bottom: 0px
|
||||
}
|
||||
border-bottom: none;
|
||||
padding-bottom: 0px
|
||||
}
|
||||
|
||||
.tab-osd .alarms input {
|
||||
width: 55px;
|
||||
padding-left: 3px;
|
||||
height: 18px;
|
||||
line-height: 20px;
|
||||
text-align: left;
|
||||
border: 1px solid silver;
|
||||
border-radius: 3px;
|
||||
margin-right: 11px;
|
||||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
}
|
||||
width: 55px;
|
||||
padding-left: 3px;
|
||||
height: 18px;
|
||||
line-height: 20px;
|
||||
text-align: left;
|
||||
border: 1px solid silver;
|
||||
border-radius: 3px;
|
||||
margin-right: 11px;
|
||||
font-size: 11px;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.timer-option {
|
||||
float: none !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue