2023-02-16 12:44:01 +01:00
|
|
|
.activeWatch {
|
2023-02-14 12:13:53 +01:00
|
|
|
background-color: lightgray;
|
2023-02-16 12:44:01 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-top: 25px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-bordered {
|
|
|
|
width: 100%;
|
|
|
|
table-layout: fixed;
|
|
|
|
text-align: center;
|
|
|
|
/*border: 1px solid #0e0017 !important;*/
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2023-02-16 12:58:23 +01:00
|
|
|
td {
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
}
|
|
|
|
|
2023-02-16 12:44:01 +01:00
|
|
|
button {
|
|
|
|
/*background-color: lightgray;*/
|
|
|
|
/*border: none;*/
|
|
|
|
/*color: white;*/
|
|
|
|
padding: 1% 5%;
|
|
|
|
text-align: center;
|
|
|
|
text-decoration: none;
|
|
|
|
display: inline-block;
|
|
|
|
/*font-size: 16px;*/
|
|
|
|
border-radius: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
button, .form-group{
|
|
|
|
margin: 5px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.stopButton, .resetButton {
|
|
|
|
width: 98% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.form-group {
|
|
|
|
width: 98%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tableHeader {
|
|
|
|
min-width: 100px;
|
|
|
|
}
|
|
|
|
|
2023-02-16 12:54:11 +01:00
|
|
|
html, body {
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.wrapper {
|
|
|
|
min-height: 100%;
|
|
|
|
|
|
|
|
/* Equal to height of footer */
|
|
|
|
/* But also accounting for potential margin-bottom of last child */
|
2023-02-16 19:29:41 +01:00
|
|
|
margin-bottom: -200px;
|
2023-02-16 12:44:01 +01:00
|
|
|
}
|
2023-02-16 12:54:11 +01:00
|
|
|
footer,
|
|
|
|
.push {
|
2023-02-16 19:29:41 +01:00
|
|
|
height: 200px;
|
2023-02-16 12:54:11 +01:00
|
|
|
}
|
|
|
|
|
2023-02-16 12:55:52 +01:00
|
|
|
.footer {
|
|
|
|
vertical-align: top;
|
|
|
|
text-align: left;
|
|
|
|
}
|