interblue update

This commit is contained in:
2019-03-15 11:21:59 +01:00
parent 45313dbc6e
commit b950201e61

View File

@@ -309,7 +309,7 @@ body {
height: 32px; height: 32px;
width: 32px; width: 32px;
background-size: 28px 28px !important; background-size: 28px 28px !important;
background-repeat: none; background-repeat: no-repeat;
background-position: center; background-position: center;
} }
@@ -349,7 +349,6 @@ body {
background: lightblue; background: lightblue;
border: 1px solid white; border: 1px solid white;
width: 1rem; width: 1rem;
margin: 3px;
float:left; float:left;
position: absolute; position: absolute;
opacity: 0.5; opacity: 0.5;
@@ -596,40 +595,79 @@ body {
width: calc(100% - 1rem); width: calc(100% - 1rem);
} }
.ph_cols { .ph_cols {
display: flex; display: flex;
flex-flow: row wrap; flex-flow: row wrap;
align-content:flex-start; align-content:flex-start;
} }
.ph { .ph {
background-color: white !important; background-color: white !important;
border-radius: 1rem !important; border-radius: 1rem !important;
padding: 1.2rem; padding: 1.2rem;
border-left: 0.3rem solid darkgray; border-left: 0.3rem solid darkgray;
} }
/* /*
Bessere Unterscheidung von MVP Zeilen Bessere Unterscheidung von MVP Zeilen
*/ */
div.mvp-row.alternative { div.mvp-row.alternative {
background: none; background: none;
} }
div.mvp-row { div.mvp-row {
border-top: 1rem dotted #4665AC; border-top: 1rem dotted #4665AC;
padding-top: 2rem; padding-top: 2rem;
margin-top: 1rem; margin-top: 1rem;
} }
.mvp-rowcount { .mvp-rowcount {
top: 1rem !important; top: 1rem !important;
left: 0.5rem !important; left: 0.5rem !important;
color: #fff !important; color: #fff !important;
background: #4665AC; background: #4665AC;
padding: 0.35rem 0.7rem; padding: 0.35rem 0.7rem;
border-radius: 1rem; border-radius: 1rem;
font-size: 2rem; font-size: 2rem;
} }
input[type=checkbox] {
box-shadow: 0px 0px 2px rgba(255, 0, 0, 1) !important;
transform: scale(1.4);
margin: 5px;
}
input[type=checkbox]:checked {
box-shadow: 0px 0px 5px rgba(0, 255, 0, 1) !important;
}
input[type=button] {
border: 1px solid #666;
border-radius: 0.2rem;
padding: 5px 10px;
margin: 5px
}
input[type=button]:hover {
background: white;
}
table.dialogue-facelift {
/* margin-top: 20px; */
margin-bottom: 20px;
box-shadow: 0px 0px 30px rgba(0,0,0,1);
}
}
@-moz-document domain("interred.nmg.de"), domain("testsystem.nmg-interred.com"), domain("generator.chip.de") {
.tooltip-block:hover:after{
border: 1px solid #fc0;
padding: 3px 6px;
background: #fffea1;
content: attr(data-title);
position: absolute;
right: -40px;
top: -26px;
}
} }