stratux/web/css/main.css

122 wiersze
2.1 KiB
CSS
Executable File

.help-page {
font-size: 0.85em;
}
.section_invisible {
display: none;
}
.ahrs_connected {
content:
}
.ahrs_disconnected {}
.separator {
height: 1px;
border-bottom: 1px solid #cccccc;
margin-bottom: 4px;
}
/* ***************************************************************************
everything below this comment represents tweeks to the mobile-angular-uis CSS
*************************************************************************** */
.label_adj {
margin-left: -15px;
margin-right: -15px;
}
input[type="number_format"] {
text-align: end;
}
.sidebar .scrollable-header,
.panel-title {
border-bottom: 1px solid #cccccc;
}
.app-body,
.panel-default,
.scrollable-content,
.form-group {
background-color: #ffffff;
}
.app-content {
margin-top: 4px;
}
.sidebar-header,
.app-name {
line-height: 50px;
color: #000;
background-color: #f7f7f7;
}
.panel-heading {
padding: 4px 4px 4px 4px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
border-bottom: 1px solid #cccccc;
font-weight: bold;
}
.panel-group .panel-heading {
border-bottom: inherit;
}
.panel_label {
font-size: 16px;
margin-top: 4px;
display: inline-block;
line-height: 12px;
vertical-align: bottom;
padding-bottom: 2px;
}
.panel-body {
padding: 8px 4px 4px 4px;
}
.control-label {
line-height: 28px;
margin-bottom: 4px;
}
.switch {
cursor: pointer;
position: relative;
display: block;
width: 52px;
height: 28px;
margin-bottom: 4px;
}
.switch .switch-handle {
width: 26px;
height: 28px;
}
.switch.active .switch-handle {
border-color: #007aff;
-webkit-transform: translate(26px, 0);
-ms-transform: translate(26px, 0);
-o-transform: translate(26px, 0);
transform: translate(26px, 0);
}
pre {
display: block;
padding: 0;
margin: 0;
font-size: 13px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: inherit;
border: 0px;
border-radius: 0px;
}