Defect #23979 » vertical_align_middle.patch
public/stylesheets/application.css | ||
---|---|---|
158 | 158 |
/***** Tables *****/ |
159 | 159 |
table.list, .table-list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; } |
160 | 160 |
table.list th, .table-list-header { background-color:#EEEEEE; padding: 4px; white-space:nowrap; font-weight:bold; } |
161 |
table.list td {text-align:center; vertical-align:top; padding-right:10px;}
|
|
161 |
table.list td {text-align:center; vertical-align:middle; padding-right:10px;}
|
|
162 | 162 |
table.list td.id { width: 2%; text-align: center;} |
163 | 163 |
table.list td.name, table.list td.description, table.list td.subject, table.list td.comments, table.list td.roles {text-align: left;} |
164 | 164 |
table.list td.tick {width:15%} |