From: Go MAEDA Date: Mon, 29 Apr 2019 12:10:34 +0000 (+0000) Subject: Remove unnecessary padding (#31147). X-Git-Tag: 4.1.0~939 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bb0918fd1427d4fa0c657930a352a0d2e8c10268;p=redmine.git Remove unnecessary padding (#31147). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18097 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index bd4f94fe4..7c0a39241 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -460,7 +460,7 @@ select { background: #fff url(../images/arrow_down.png) no-repeat calc( 100% - 7px) 50%; padding-right: 20px; } -input[type="file"] {border: 0;} +input[type="file"] {border: 0; padding-left: 0; padding-right: 0;} input[type="submit"] {-webkit-appearance: button; cursor: pointer; background-color: #fff;} select[multiple=multiple] {background: #fff; padding-right: initial; height: auto;} fieldset {border: 1px solid #e4e4e4; margin:0; min-width: inherit;}