Skip to content

Commit

Permalink
Better cross-browser checkbox positioning.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5212 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
jplang committed Mar 23, 2011
1 parent 26a8296 commit 5a5cb39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%;
table.list th { background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
table.list td { vertical-align: top; }
table.list td.id { width: 2%; text-align: center;}
table.list td.checkbox { width: 15px; padding: 0px;}
table.list td.checkbox { width: 15px; padding: 2px 0 0 0; }
table.list td.checkbox input {padding:0px;}
table.list td.buttons { width: 15%; white-space:nowrap; text-align: right; }
table.list td.buttons a { padding-right: 0.6em; }
table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; }
Expand Down

0 comments on commit 5a5cb39

Please sign in to comment.