Skip to content

Commit

Permalink
bug #840 Minor CSS fixes for <select> elements (javiereguiluz)
Browse files Browse the repository at this point in the history
This PR was merged into the master branch.

Discussion
----------

Minor CSS fixes for <select> elements

After merging #839, I found more CSS issues related to `<select>` elements.

Commits
-------

b376f81 Minor CSS fixes for <select> elements
  • Loading branch information
javiereguiluz committed Jan 28, 2016
2 parents 82d6de5 + b376f81 commit a677fee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Resources/views/css/easyadmin.css.twig
Expand Up @@ -817,9 +817,6 @@ body.new .form-horizontal #form-actions-row {
body.edit textarea {
min-height: 250px;
}
body.edit .field-date select + select {
margin-top: .5em;
}
body.edit .field-collection-action {
margin: -15px 0 10px;
}
Expand Down Expand Up @@ -1013,7 +1010,6 @@ body.error .error-message {
.field-time select + select,
.field-datetime select + select {
margin-left: 2px;
margin-top: 0;
}

body.error .error-description {
Expand Down

0 comments on commit a677fee

Please sign in to comment.