Skip to content

Commit

Permalink
Fixed issue #09399: Slide bar hide the last participant record
Browse files Browse the repository at this point in the history
Dev: Remove borders from table rows (causing overflow)
  • Loading branch information
tpartner committed May 22, 2015
1 parent fe7ef2b commit 33acf4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/darkblue/displayParticipants.css
Expand Up @@ -23,4 +23,8 @@ background-image:url('images/search.gif');
border-radius: 3px;
margin: 8px;

}

#displayparticipants tr.ui-widget-content {
border: 0 none;
}

0 comments on commit 33acf4e

Please sign in to comment.