IE fix to show all empty cells in task board table

pull/6827/head
jwollert 14 years ago
parent f4c7dc3cef
commit e6fa392681
  1. 4
      assets/stylesheets/taskboard.css

@ -61,6 +61,10 @@ See RB.Taskboard.initialize()
border:1px solid #CCCCCC; border:1px solid #CCCCCC;
border-top:none; border-top:none;
margin-right:10px; margin-right:10px;
/* IE7 table fix */
table-layout: fixed;
border-collapse: collapse;
empty-cells: show;
} }
#rb .board tr:hover { #rb .board tr:hover {
background-color:#ffffff; background-color:#ffffff;

Loading…
Cancel
Save