interblue update
This commit is contained in:
parent
45313dbc6e
commit
b950201e61
@ -309,7 +309,7 @@ body {
|
||||
height: 32px;
|
||||
width: 32px;
|
||||
background-size: 28px 28px !important;
|
||||
background-repeat: none;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
@ -349,7 +349,6 @@ body {
|
||||
background: lightblue;
|
||||
border: 1px solid white;
|
||||
width: 1rem;
|
||||
margin: 3px;
|
||||
float:left;
|
||||
position: absolute;
|
||||
opacity: 0.5;
|
||||
@ -596,40 +595,79 @@ body {
|
||||
width: calc(100% - 1rem);
|
||||
}
|
||||
|
||||
.ph_cols {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
align-content:flex-start;
|
||||
}
|
||||
.ph_cols {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
align-content:flex-start;
|
||||
}
|
||||
|
||||
.ph {
|
||||
background-color: white !important;
|
||||
border-radius: 1rem !important;
|
||||
padding: 1.2rem;
|
||||
border-left: 0.3rem solid darkgray;
|
||||
}
|
||||
.ph {
|
||||
background-color: white !important;
|
||||
border-radius: 1rem !important;
|
||||
padding: 1.2rem;
|
||||
border-left: 0.3rem solid darkgray;
|
||||
}
|
||||
|
||||
/*
|
||||
Bessere Unterscheidung von MVP Zeilen
|
||||
*/
|
||||
/*
|
||||
Bessere Unterscheidung von MVP Zeilen
|
||||
*/
|
||||
|
||||
div.mvp-row.alternative {
|
||||
background: none;
|
||||
}
|
||||
div.mvp-row.alternative {
|
||||
background: none;
|
||||
}
|
||||
|
||||
div.mvp-row {
|
||||
border-top: 1rem dotted #4665AC;
|
||||
padding-top: 2rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
div.mvp-row {
|
||||
border-top: 1rem dotted #4665AC;
|
||||
padding-top: 2rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.mvp-rowcount {
|
||||
top: 1rem !important;
|
||||
left: 0.5rem !important;
|
||||
color: #fff !important;
|
||||
background: #4665AC;
|
||||
padding: 0.35rem 0.7rem;
|
||||
border-radius: 1rem;
|
||||
font-size: 2rem;
|
||||
}
|
||||
.mvp-rowcount {
|
||||
top: 1rem !important;
|
||||
left: 0.5rem !important;
|
||||
color: #fff !important;
|
||||
background: #4665AC;
|
||||
padding: 0.35rem 0.7rem;
|
||||
border-radius: 1rem;
|
||||
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;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user