148 lines
1.9 KiB
CSS
148 lines
1.9 KiB
CSS
.sme-border {
|
|
border:0.07em solid lightgrey;
|
|
padding:5px;
|
|
}
|
|
table.sme-border {
|
|
margin-top:2.5em;
|
|
}
|
|
.table-striped>tr:nth-child(odd){
|
|
background-color:#c2e8a8;
|
|
}
|
|
.action {
|
|
background-color:#bee6a2;
|
|
border-width:1px;
|
|
border-radius:11px;
|
|
color:black;
|
|
}
|
|
.label {
|
|
display:inline-block;
|
|
width:50%;
|
|
filter:opacity(70%);
|
|
background-color:#bee6a2;
|
|
margin-bottom:4px;
|
|
}
|
|
.data {
|
|
display:inline-block;
|
|
margin-left:2px;
|
|
font-weight:normal!important;
|
|
float: left;
|
|
width: 49%;
|
|
height:80%;
|
|
}
|
|
.input {
|
|
width:auto;
|
|
margin-bottom:5px;
|
|
max-width:100%;
|
|
}
|
|
.wrapper {
|
|
background:#ecf0f5;
|
|
}
|
|
h1 {
|
|
font-size:2.5em;
|
|
}
|
|
h2 {
|
|
font-size:1.5em;
|
|
}
|
|
.card-subtitle {
|
|
margin-top: 0.625rem;
|
|
float:left;
|
|
margin-bottom:0.625rem;
|
|
}
|
|
h3 {
|
|
font-size:1.5em;
|
|
}
|
|
h4,h5 {
|
|
font-size:1em;
|
|
color:inherit;
|
|
}
|
|
.success {
|
|
color:green;
|
|
}
|
|
.sme-warning {
|
|
color:amber;
|
|
}
|
|
.sme-error {
|
|
color:red;
|
|
}
|
|
.active {
|
|
background-color:#c2e8a8;
|
|
color:black;
|
|
}
|
|
.button {
|
|
display: block;
|
|
width: 115px;
|
|
height: 25px;
|
|
background: darkgreen;
|
|
padding: 0.1rem;
|
|
text-align: center;
|
|
border-radius: 5px;
|
|
color: white;
|
|
font-weight: bold;
|
|
line-height: auto;
|
|
}
|
|
a.button:hover {
|
|
color:lightgrey;
|
|
}
|
|
form p {
|
|
padding : 0;
|
|
margin : 0;
|
|
}
|
|
.login-box {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.review-panel td.label{
|
|
width:100%;
|
|
}
|
|
.review-panel p{
|
|
margin-bottom:0.3em;
|
|
}
|
|
.review-panel span.label {
|
|
margin-right:1%;
|
|
width:52%;
|
|
padding-left:0.75rem;
|
|
padding-top:0;
|
|
}
|
|
.review-panel td,th {
|
|
border-top:none;
|
|
}
|
|
|
|
.review-panel table {
|
|
width:109%
|
|
}
|
|
|
|
.review-panel.table th,td {
|
|
width:52.3%;
|
|
}
|
|
|
|
.card-header {
|
|
margin-bottom:0.625rem;
|
|
}
|
|
.module span.label {
|
|
margin-right:0.3em;
|
|
}
|
|
h2,h3,h4,h5 {
|
|
margin-top:1.5em;
|
|
}
|
|
.datetime-panel span.label {
|
|
float:none !important;
|
|
}
|
|
|
|
.card.sme-error {
|
|
margin-top:1rem;
|
|
}
|
|
|
|
.datetime-set-ntp {
|
|
margin-left:1.9rem;
|
|
}
|
|
|
|
.action {
|
|
margin-top:1rem;
|
|
}
|
|
|
|
.dark-mode .label {
|
|
color:black;
|
|
background-color:lightgrey;
|
|
}
|
|
|