Skip to content

Commit

Permalink
Merge pull request #634 from VinceMacBuche/ust_5537/bug_5636/table_li…
Browse files Browse the repository at this point in the history
…gnes_image_height

Fixes #5636: Apply css to datatable
  • Loading branch information
fanf committed Oct 10, 2014
2 parents c4da0bf + ab30ba9 commit ead33ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rudder-web/src/main/webapp/style/rudder.css
Original file line number Diff line number Diff line change
Expand Up @@ -516,11 +516,13 @@ a.warning {
color: #c00;
padding-left: 30px;
}
#contenu table td img, #contenu table th img {

table.dataTable td img, table.dataTable th img {
float: none;
margin: 0;
padding: 4px 0 0 0;
}

.openDetail {
border: none;
background: none;
Expand Down

0 comments on commit ead33ad

Please sign in to comment.