Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Commit

Permalink
increased line-height for tr.record in touch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vhochstein committed Apr 16, 2011
1 parent aae030e commit 61b1afd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontends/default/stylesheets/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -1015,4 +1015,8 @@ padding: 7px 5px 7px 25px;

.as_touch .active-scaffold-header h2 {
padding: 4px 0px;
}

.as_touch tr.record {
line-height: 130%;
}

0 comments on commit 61b1afd

Please sign in to comment.