Patch #31280 » left-align-text-cf.patch
| public/stylesheets/application.css | ||
|---|---|---|
| 222 | 222 |
table.list th, .table-list-header { background-color:#EEEEEE; padding: 4px; white-space:nowrap; font-weight:bold; }
|
| 223 | 223 |
table.list td {text-align:center; vertical-align:middle; padding-right:10px;}
|
| 224 | 224 |
table.list td.id { width: 2%; text-align: center;}
|
| 225 |
table.list td.name, table.list td.description, table.list td.subject, table.list td.comments, table.list td.roles, table.list td.attachments {text-align: left;}
|
|
| 225 |
table.list td.name, table.list td.description, table.list td.subject, table.list td.comments, table.list td.roles, table.list td.attachments, table.list td.text {text-align: left;}
|
|
| 226 | 226 |
table.list td.attachments a {display:block;}
|
| 227 | 227 |
table.list td.tick {width:15%}
|
| 228 | 228 |
table.list td.checkbox { width: 15px; padding: 2px 0 0 0; }
|
- « Previous
- 1
- 2
- 3
- Next »