nodata ui changes

This commit is contained in:
Magnus Åhall 2024-05-25 15:00:01 +02:00
parent 1185ebd030
commit fe9571c466
10 changed files with 86 additions and 79 deletions

View file

@ -19,7 +19,7 @@ body {
}
body {
background: #282828;
font-family: "Roboto", sans-serif;
font-family: sans-serif;
font-weight: 300;
color: #d5c4a1;
font-size: 11pt;
@ -48,25 +48,16 @@ a:hover {
b {
font-weight: 500;
}
.roboto-light {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: normal;
}
.roboto-medium {
font-family: "Roboto", sans-serif;
font-weight: 500;
font-style: normal;
}
input[type="text"],
textarea,
select {
font-family: "Roboto Mono", monospace;
font-family: monospace;
background: #202020;
color: #d5c4a1;
padding: 4px 8px;
border: none;
font-size: 1em;
line-height: 1.5em;
}
button {
background: #202020;
@ -97,6 +88,16 @@ span.seconds {
label {
user-select: none;
}
.description {
border: 1px solid #737373;
color: #3f9da1;
background: #202020;
padding: 4px 8px;
margin-top: 8px;
white-space: nowrap;
width: min-content;
border-radius: 8px;
}
#datapoints {
display: grid;
grid-template-columns: repeat(5, min-content);
@ -137,6 +138,7 @@ label {
}
.widgets .label {
margin-top: 4px;
white-space: nowrap;
}
.widgets input[type="text"],
.widgets textarea {

View file

@ -19,7 +19,7 @@ body {
}
body {
background: #282828;
font-family: "Roboto", sans-serif;
font-family: sans-serif;
font-weight: 300;
color: #d5c4a1;
font-size: 11pt;
@ -48,25 +48,16 @@ a:hover {
b {
font-weight: 500;
}
.roboto-light {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: normal;
}
.roboto-medium {
font-family: "Roboto", sans-serif;
font-weight: 500;
font-style: normal;
}
input[type="text"],
textarea,
select {
font-family: "Roboto Mono", monospace;
font-family: monospace;
background: #202020;
color: #d5c4a1;
padding: 4px 8px;
border: none;
font-size: 1em;
line-height: 1.5em;
}
button {
background: #202020;
@ -97,6 +88,16 @@ span.seconds {
label {
user-select: none;
}
.description {
border: 1px solid #737373;
color: #3f9da1;
background: #202020;
padding: 4px 8px;
margin-top: 8px;
white-space: nowrap;
width: min-content;
border-radius: 8px;
}
#layout {
display: grid;
grid-template-areas: "menu content";

View file

@ -19,7 +19,7 @@ body {
}
body {
background: #282828;
font-family: "Roboto", sans-serif;
font-family: sans-serif;
font-weight: 300;
color: #d5c4a1;
font-size: 11pt;
@ -48,25 +48,16 @@ a:hover {
b {
font-weight: 500;
}
.roboto-light {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: normal;
}
.roboto-medium {
font-family: "Roboto", sans-serif;
font-weight: 500;
font-style: normal;
}
input[type="text"],
textarea,
select {
font-family: "Roboto Mono", monospace;
font-family: monospace;
background: #202020;
color: #d5c4a1;
padding: 4px 8px;
border: none;
font-size: 1em;
line-height: 1.5em;
}
button {
background: #202020;
@ -97,6 +88,16 @@ span.seconds {
label {
user-select: none;
}
.description {
border: 1px solid #737373;
color: #3f9da1;
background: #202020;
padding: 4px 8px;
margin-top: 8px;
white-space: nowrap;
width: min-content;
border-radius: 8px;
}
#problems-list,
#acknowledged-list {
display: grid;

View file

@ -19,7 +19,7 @@ body {
}
body {
background: #282828;
font-family: "Roboto", sans-serif;
font-family: sans-serif;
font-weight: 300;
color: #d5c4a1;
font-size: 11pt;
@ -48,25 +48,16 @@ a:hover {
b {
font-weight: 500;
}
.roboto-light {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: normal;
}
.roboto-medium {
font-family: "Roboto", sans-serif;
font-weight: 500;
font-style: normal;
}
input[type="text"],
textarea,
select {
font-family: "Roboto Mono", monospace;
font-family: monospace;
background: #202020;
color: #d5c4a1;
padding: 4px 8px;
border: none;
font-size: 1em;
line-height: 1.5em;
}
button {
background: #202020;
@ -97,3 +88,13 @@ span.seconds {
label {
user-select: none;
}
.description {
border: 1px solid #737373;
color: #3f9da1;
background: #202020;
padding: 4px 8px;
margin-top: 8px;
white-space: nowrap;
width: min-content;
border-radius: 8px;
}

View file

@ -19,7 +19,7 @@ body {
}
body {
background: #282828;
font-family: "Roboto", sans-serif;
font-family: sans-serif;
font-weight: 300;
color: #d5c4a1;
font-size: 11pt;
@ -48,25 +48,16 @@ a:hover {
b {
font-weight: 500;
}
.roboto-light {
font-family: "Roboto", sans-serif;
font-weight: 300;
font-style: normal;
}
.roboto-medium {
font-family: "Roboto", sans-serif;
font-weight: 500;
font-style: normal;
}
input[type="text"],
textarea,
select {
font-family: "Roboto Mono", monospace;
font-family: monospace;
background: #202020;
color: #d5c4a1;
padding: 4px 8px;
border: none;
font-size: 1em;
line-height: 1.5em;
}
button {
background: #202020;
@ -97,6 +88,16 @@ span.seconds {
label {
user-select: none;
}
.description {
border: 1px solid #737373;
color: #3f9da1;
background: #202020;
padding: 4px 8px;
margin-top: 8px;
white-space: nowrap;
width: min-content;
border-radius: 8px;
}
.widgets {
display: grid;
grid-template-columns: min-content 1fr;