overview on index

This commit is contained in:
Jörg Henke
2022-07-26 10:36:22 +02:00
parent f98ceeb68b
commit 8b14e49952
9 changed files with 182 additions and 46 deletions

View File

@ -49,22 +49,23 @@ body {
.formpane {
margin: 24px;
border: 1px solid silver;
border-radius: 4px;
padding: 24px;
background: whitesmoke;
border: 1px solid silver;
border-radius: 4px;
padding: 24px;
background: whitesmoke;
min-width: 95vw !important;
}
.menudangerbutton {
color: #e00 !important;
border: 1px solid rgba(0,0,0,0);
border: 1px solid rgba(0, 0, 0, 0);
}
.menudangerbutton:hover {
color: #f00 !important;
border: 1px solid silver;
border-radius: 4px;
background: rgba(255,0,0,0.2);
background: rgba(255, 0, 0, 0.2);
}
.redfont {
@ -81,7 +82,8 @@ body {
.page {
width: 100%;
background-image: linear-gradient(to bottom, #99c1f1, #1a5f64) !important;
background-image: linear-gradient(to bottom, #99c1f1, #1a5f64)
!important;
}
.emph {
@ -121,7 +123,7 @@ body {
.billing {
color: black !important;
border: 1px solid darkgray;
border-radius: 16px;
border-radius: 16px;
padding: 4px !important;
padding-left: 8px !important;
padding-right: 8px !important;
@ -176,7 +178,7 @@ body {
}
.fc-content {
cursor: pointer;
cursor: pointer;
}
.btn-white-text {
@ -234,12 +236,43 @@ body {
}
.tab-pane-table {
background-color: white;
background-color: white;
padding: 8px;
border-radius: 4px;
border: 1px solid silver;
}
.inputtimefield {
min-width: 70px !important;
}
.spanlabel {
display: inline-block;
min-width: 128px;
max-width: 128px;
margin-top: 4px;
margin-bottom: 4px;
}
.btn-bordered {
border: 1px solid rgba(1, 1, 1, 0.0);
border-radius: 4px;
}
.btn-bordered:hover {
border: 1px solid silver;
}
.btn-secondaryhover:hover {
background-image: linear-gradient(to right bottom, #99c1f1, #1a5f64);
color: white;
}
.btn-dangerhover:hover {
background-image: linear-gradient(to right bottom, rgba(255, 128, 0, 0.3),
rgba(255, 128, 0, 1));
}
.clock {
background-image: url("../png/clock.png");
background-repeat: no-repeat;