mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
CSS: Rename a.button to button-link and add centered-content
refs #5543
This commit is contained in:
parent
1262bad59e
commit
3b5a04638a
@ -34,6 +34,11 @@
|
||||
font-family: @font-family-fixed;
|
||||
}
|
||||
|
||||
.content-centered {
|
||||
.text-center();
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.icon-col {
|
||||
width: 28px;
|
||||
}
|
||||
@ -65,6 +70,10 @@
|
||||
float: right;
|
||||
}
|
||||
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.text-left {
|
||||
text-align: left;
|
||||
}
|
||||
@ -91,7 +100,8 @@ a:hover .icon-cancel {
|
||||
color: @color-critical;
|
||||
}
|
||||
|
||||
a.button {
|
||||
.button-link {
|
||||
.action-link();
|
||||
.button();
|
||||
display: inline-block;
|
||||
height: 35px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user