mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 10:19:34 +00:00
161 lines
1.8 KiB
CSS
161 lines
1.8 KiB
CSS
.error {
|
|
color: #d9534f;
|
|
}
|
|
|
|
.warning {
|
|
color: #f0ad4e;
|
|
}
|
|
|
|
.success {
|
|
color: #5cb85c;
|
|
}
|
|
|
|
.strength-none {
|
|
background-color: #bbb;
|
|
}
|
|
|
|
.strength-bad {
|
|
background-color: #d9534f;
|
|
}
|
|
|
|
.strength-med {
|
|
background-color: #f0ad4e;
|
|
}
|
|
|
|
.strength-good {
|
|
background-color: #5cb85c;
|
|
}
|
|
|
|
.footer {
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.dataTables_filter, .dataTables_paginate {
|
|
float: right;
|
|
}
|
|
|
|
.pagination {
|
|
margin: 0;
|
|
}
|
|
|
|
.fixed-corner {
|
|
position: fixed;
|
|
bottom: 0;
|
|
right: 2px;
|
|
padding: 0 7px;
|
|
font-style: italic;
|
|
font-size: small;
|
|
}
|
|
|
|
#fileData {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.admin-login {
|
|
color: #555;
|
|
}
|
|
|
|
a.public {
|
|
color: forestgreen;
|
|
}
|
|
|
|
i.ext-link {
|
|
font-size: smaller;
|
|
}
|
|
|
|
p.caption {
|
|
padding-top: 0.8em;
|
|
}
|
|
|
|
.mb0 {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.mb5 {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.mb15 {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.mt5 {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.mt20 {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.p48>tbody>tr>td {
|
|
padding: 4px 8px;
|
|
}
|
|
|
|
.btn-reg {
|
|
width: 5em;
|
|
}
|
|
|
|
.btn-wide {
|
|
width: 10em;
|
|
}
|
|
|
|
.vmiddle {
|
|
vertical-align: middle !important;
|
|
}
|
|
|
|
.bd-modal-lg .modal-dialog {
|
|
display: table;
|
|
position: relative;
|
|
margin: 0 auto;
|
|
top: calc(40% - 24px);
|
|
}
|
|
|
|
.bd-modal-lg .modal-dialog .modal-content {
|
|
text-align: center;
|
|
border: none;
|
|
}
|
|
|
|
.non-fluid {
|
|
width: auto !important;
|
|
}
|
|
|
|
.vizpwd {
|
|
float: left;
|
|
margin-left: 180px;
|
|
margin-top: -23px;
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
|
|
a.update {
|
|
color: darkgreen;
|
|
}
|
|
|
|
a.update:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.bootstrap-dialog .modal-header {
|
|
border-top-left-radius: 4px;
|
|
border-top-right-radius: 4px;
|
|
}
|
|
|
|
.bootstrap-dialog.type-primary .modal-header {
|
|
background-color: #f5f5f5;
|
|
}
|
|
|
|
.rel-notes-title {
|
|
font-weight: bold;
|
|
}
|
|
|
|
pre.json {
|
|
background-color: transparent;
|
|
border: none;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|