mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
css: form descriptions, use percent, little fixes
This commit is contained in:
parent
fadbde5e9b
commit
2d802128ac
@ -602,8 +602,9 @@ ul.main-actions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
|
padding-left: 4.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -613,8 +614,11 @@ ul.main-actions {
|
|||||||
max-width: unset;
|
max-width: unset;
|
||||||
min-width: unset;
|
min-width: unset;
|
||||||
li {
|
li {
|
||||||
a { height: auto; }
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
a {
|
||||||
|
height: auto;
|
||||||
|
min-height: unset;
|
||||||
|
}
|
||||||
> a > i {
|
> a > i {
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
}
|
}
|
||||||
@ -752,16 +756,16 @@ form {
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 1em;
|
bottom: 1em;
|
||||||
width: 98%;
|
width: 96%;
|
||||||
max-width: 98%;
|
max-width: unset;
|
||||||
|
margin-left: 13em;
|
||||||
max-height: 12em;
|
max-height: 12em;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
background: @tr-active-color;
|
background: @tr-active-color;
|
||||||
border: 1px solid @icinga-blue;
|
border: 1px solid @icinga-blue;
|
||||||
border-radius: 0.5em;
|
border-radius: 0.5em;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
margin-right: 1.5em;
|
right: 2%;
|
||||||
right: 0;
|
|
||||||
color: @icinga-blue;
|
color: @icinga-blue;
|
||||||
padding-left: 3em;
|
padding-left: 3em;
|
||||||
display: none;
|
display: none;
|
||||||
@ -796,15 +800,6 @@ form {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#layout.poor-layout {
|
|
||||||
form {
|
|
||||||
p.description {
|
|
||||||
width: 94%;
|
|
||||||
max-width: 94%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#layout.twocols {
|
#layout.twocols {
|
||||||
form {
|
form {
|
||||||
p.description {
|
p.description {
|
||||||
@ -819,7 +814,7 @@ form {
|
|||||||
p.description {
|
p.description {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
right: auto;
|
right: auto;
|
||||||
margin-left: 1em;
|
margin-left: 2%;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user