Fix button-design

This commit is contained in:
Bernd Erk 2015-09-25 17:02:27 +02:00
parent 4313d70b26
commit fb34c5170b

View File

@ -107,17 +107,17 @@ table.listing-table {
} }
a.button { a.button {
.rounded-corners(5px); .rounded-corners(3px);
background-color: @body-bg-color; background-color: @body-bg-color;
border: 2px solid @icinga-blue; border: 2px solid @icinga-blue;
color: @icinga-blue; color: @icinga-blue;
cursor: pointer; cursor: pointer;
display: block; display: block;
font-size: 14px; font-size: 14px;
height: 40px; height: 35px;
line-height: 22px; line-height: 20px;
padding: @vertical-padding @horizontal-padding; padding: @vertical-padding @horizontal-padding;
width: 200px; width: 175px;
-webkit-transition: background 0.3s ease, color 0.3s ease; -webkit-transition: background 0.3s ease, color 0.3s ease;
-moz-transition: background 0.3s ease, color 0.3s ease; -moz-transition: background 0.3s ease, color 0.3s ease;
@ -135,6 +135,6 @@ a.button {
} }
i { i {
font-size: 18px; font-size: 16px;
} }
} }