74 lines
839 B
CSS
74 lines
839 B
CSS
body {
|
|
padding: 1rem;
|
|
}
|
|
|
|
.fullwidth {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.rightfloated {
|
|
float: right;
|
|
}
|
|
|
|
.noleftpadding {
|
|
padding-left: 0 !important;
|
|
}
|
|
|
|
.norightpadding {
|
|
padding-right: 0 !important;
|
|
}
|
|
|
|
.ui.fullwidth input {
|
|
text-align: right;
|
|
}
|
|
|
|
.ui.range {
|
|
position: relative;
|
|
top: 0.5rem;
|
|
}
|
|
|
|
.ui.toggle.checkbox {
|
|
position: relative;
|
|
top: 0.55em;
|
|
}
|
|
|
|
i.fa-circle.disconnected {
|
|
color: #c00;
|
|
}
|
|
|
|
i.fa-circle.connected {
|
|
color: #0d0;
|
|
}
|
|
|
|
.ui.label {
|
|
font-size: 1.25em;
|
|
}
|
|
|
|
.ui.grid>.column:not(.row) {
|
|
padding-top: 0rem;
|
|
}
|
|
|
|
#inputgraph {
|
|
width: 100%;
|
|
height: 100px;
|
|
border: 1px solid #ddd;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.licenses li a {
|
|
color: #333;
|
|
}
|
|
|
|
.licenses li .license a {
|
|
color: #555;
|
|
font-size: 0.75em;
|
|
}
|
|
|
|
.inputfile {
|
|
width: 0.1px;
|
|
height: 0.1px;
|
|
opacity: 0;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
z-index: -1;
|
|
} |