Skip to content

Commit

Permalink
Minor improvement in the styles of the new responsive tables
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Apr 22, 2015
1 parent dd73a22 commit ed08447
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Resources/views/css/admin.css.twig
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ table td:before {
font-weight: bold;
}
body.list table tbody td.actions a {
margin-right: 10px;
margin-left: 10px;
}
body.list table tbody td.image img {
max-height: 50px;
Expand Down Expand Up @@ -893,6 +893,10 @@ body.error .error-solution pre {
body.list .table tbody tr:hover td {
background: {{ colors.gray_lighter }};
}
body.list table tbody td.actions a {
margin-left: 0;
margin-right: 10px;
}

body.new form .field_date select + select,
body.edit form .field_date select + select {
Expand Down

0 comments on commit ed08447

Please sign in to comment.