mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-02 16:39:25 -05:00
module.less: Fix align of action-bar and sort control
Use regular font-size (1em) for action-bar
This commit is contained in:
parent
3fa0983c58
commit
77d5af43de
1 changed files with 7 additions and 12 deletions
|
|
@ -10,18 +10,19 @@ a:focus {
|
|||
float: left;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 1.3em;
|
||||
color: @icinga-blue;
|
||||
margin-bottom: 0.5em;
|
||||
margin-right: 0.5em;
|
||||
|
||||
& > *:not(:last-child) {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
> a {
|
||||
&:hover::before {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
&.button-link {
|
||||
color: @text-color-on-icinga-blue;
|
||||
background: @icinga-blue;
|
||||
|
|
@ -29,16 +30,10 @@ a:focus {
|
|||
&:active, &:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
> div.view-toggle {
|
||||
margin-right: 1em;
|
||||
|
||||
span {
|
||||
color: @gray;
|
||||
margin-right: .5em;
|
||||
|
|
@ -78,7 +73,7 @@ a:focus {
|
|||
}
|
||||
|
||||
.controls {
|
||||
&.sort-control,
|
||||
.sort-control,
|
||||
&.want-fullscreen > a {
|
||||
float: right;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue