Merge "Fix search button rendering in Firefox"

This commit is contained in:
Edwin Kempin
2015-04-16 06:43:40 +00:00
committed by Gerrit Code Review

View File

@@ -48,6 +48,10 @@ body, table td, select {
font-family: norm-font;
}
button {
padding: 1px 6px;
}
.gerritBody {
font-size: small;
padding-left: 5px;
@@ -311,8 +315,8 @@ a:hover {
border-color: rgba(0, 0, 0, 0.15);
height: 14px;
background-color: #53A93F;
-webkit-border-radius: 2px;
-webkit-box-sizing: content-box;
border-radius: 2px;
box-sizing: content-box;
}
.suggestBoxPopup {
z-index: 200;