Remove unnecessary padding (#31147).

Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@18097 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2019-04-29 12:10:34 +00:00
parent ee26bab76d
commit bb0918fd14

View File

@@ -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;}