CSS: Rename a.button to button-link and add centered-content

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 23:58:38 +02:00
parent 1262bad59e
commit 3b5a04638a
1 changed files with 11 additions and 1 deletions

View File

@ -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;