Skip to content

Commit

Permalink
Fix button-design
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernd Erk committed Sep 25, 2015
1 parent 4313d70 commit fb34c51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/css/icinga/main.less
Expand Up @@ -107,17 +107,17 @@ table.listing-table {
}

a.button {
.rounded-corners(5px);
.rounded-corners(3px);
background-color: @body-bg-color;
border: 2px solid @icinga-blue;
color: @icinga-blue;
cursor: pointer;
display: block;
font-size: 14px;
height: 40px;
line-height: 22px;
height: 35px;
line-height: 20px;
padding: @vertical-padding @horizontal-padding;
width: 200px;
width: 175px;

-webkit-transition: background 0.3s ease, color 0.3s ease;
-moz-transition: background 0.3s ease, color 0.3s ease;
Expand All @@ -135,6 +135,6 @@ a.button {
}

i {
font-size: 18px;
font-size: 16px;
}
}

0 comments on commit fb34c51

Please sign in to comment.