From 307b707983a219006bdc21eed27fbc337ffad7dd Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 18 Oct 2011 08:17:52 +0200 Subject: [PATCH] fix for the button height --- view/theme/quattro/quattro.less | 1 + view/theme/quattro/style.css | 1 + 2 files changed, 2 insertions(+) diff --git a/view/theme/quattro/quattro.less b/view/theme/quattro/quattro.less index 782e1b62b0..1fbeb7ae27 100644 --- a/view/theme/quattro/quattro.less +++ b/view/theme/quattro/quattro.less @@ -438,6 +438,7 @@ input[type="submit"] { color: @ButtonColor; padding: 0px 10px; .rounded(5px); + height: 18px; } diff --git a/view/theme/quattro/style.css b/view/theme/quattro/style.css index aa45528371..5852142331 100644 --- a/view/theme/quattro/style.css +++ b/view/theme/quattro/style.css @@ -700,6 +700,7 @@ input[type="submit"] { -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; + height: 18px; } /** acl **/ #photo-edit-perms-select, #photos-upload-permissions-wrapper, #profile-jot-acl-wrapper {