1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00
betaflight/tabs/default.css
Dominic Clifton bf13a11dc2 Merge remote-tracking branch 'multiwii/master'
Conflicts:
	_locales/en/messages.json
	changelog.html
	js/data_storage.js
	js/protocols/stm32.js
	manifest.json
	tabs/auxiliary_configuration.js
	tabs/default.css
	tabs/default.html
	tabs/firmware_flasher.js
	tabs/servos.js
2014-09-04 01:40:24 +01:00

171 lines
3.6 KiB
CSS

.tab-default .left {
width: 60%;
}
.tab-default .right {
float: left;
margin-left: 10px;
width: calc(40% - 10px);
}
.tab-default .optional_permissions {
display: none;
margin-bottom: 10px;
border: 1px solid silver;
}
.tab-default .optional_permissions .title {
line-height: 20px;
text-align: center;
font-weight: bold;
color: white;
border-bottom: 1px solid silver;
background-color: #cd4c4c;
}
.tab-default .optional_permissions p {
padding: 5px;
}
.tab-default .optional_permissions a {
display: block;
float: left;
height: 28px;
line-height: 28px;
margin: 0 0 5px 5px;
padding: 0 15px 0 15px;
text-align: center;
font-weight: bold;
border: 1px solid silver;
background-color: #ececec;
}
.tab-default .optional_permissions a:hover {
background-color: #dedcdc;
}
.welcome {
margin-bottom: 10px;
padding: 5px;
border: 1px solid silver;
}
.welcome a {
font-weight: bold;
}
.welcome a:hover {
text-decoration: underline;
}
.changelog {
margin: 0 0 10px 0;
border: 1px solid silver;
}
.changelog .title {
line-height: 20px;
text-align: center;
font-weight: bold;
color: white;
border-bottom: 1px solid silver;
background-color: #3f4241;
}
.changelog .wrapper {
height: 150px;
padding: 5px;
overflow-y: scroll;
overflow-x: hidden;
-webkit-user-select: text;
}
.changelog .wrapper span {
font-weight: bold;
}
.changelog .wrapper p {
margin-bottom: 5px;
}
.donate {
padding: 0 0 5px 0;
border: 1px solid silver;
}
.donate .title {
line-height: 20px;
text-align: center;
font-weight: bold;
color: white;
border-bottom: 1px solid silver;
background-color: #3f4241;
}
.donate p {
padding: 5px;
}
.donate a {
display: block;
width: 74px;
height: 21px;
margin: auto;
}
.donate .buttons {
margin-left: auto;
margin-right: auto;
width: 160px;
}
.donate ul {
}
.donate li {
text-align: center;
display: inline-block;
}
.firmware_flasher {
display: block;
float: right;
height: 28px;
line-height: 28px;
padding: 0 15px 0 15px;
text-align: center;
font-weight: bold;
border: 1px solid silver;
background-color: #ececec;
}
.firmware_flasher:hover {
background-color: #dedcdc;
}
.tab-default .sponsors {
margin-top: 10px;
border: 1px solid silver;
}
.tab-default .sponsors .title {
line-height: 20px;
text-align: center;
font-weight: bold;
color: white;
border-bottom: 1px solid silver;
background-color: #3f4241;
}
.tab-default .sponsors p {
padding: 5px;
}
.tab-default .sponsors p a {
font-weight: bold;
}
.tab-default .sponsors p a:hover {
text-decoration: underline;
}