mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
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:
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user