Skip to content

Commit

Permalink
CSS: Rename a.button to button-link and add centered-content
Browse files Browse the repository at this point in the history
refs #5543
  • Loading branch information
lippserd committed Sep 30, 2015
1 parent 1262bad commit 3b5a046
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion public/css/icinga/main.less
Expand Up @@ -34,6 +34,11 @@
font-family: @font-family-fixed;
}

.content-centered {
.text-center();
margin: 0 auto;
}

.icon-col {
width: 28px;
}
Expand Down Expand Up @@ -65,6 +70,10 @@
float: right;
}

.text-center {
text-align: center;
}

.text-left {
text-align: left;
}
Expand All @@ -91,7 +100,8 @@ a:hover .icon-cancel {
color: @color-critical;
}

a.button {
.button-link {
.action-link();
.button();
display: inline-block;
height: 35px;
Expand Down

0 comments on commit 3b5a046

Please sign in to comment.