Project

General

Profile

Feature #29435 » remove_table_list_classes_from_stylesheet.diff

Patch to remove the unused CSS styles - Bernhard Rohloff, 2018-08-24 14:57

View differences:

public/stylesheets/application.css
217 217
#project-jump .drdn-content {width:280px;}
218 218

  
219 219
/***** Tables *****/
220
table.list, .table-list { border: 1px solid #e4e4e4;  border-collapse: collapse; width: 100%; margin-bottom: 4px; }
221
table.list th, .table-list-header { background-color:#EEEEEE; padding: 4px; white-space:nowrap; font-weight:bold; }
220
table.list { border: 1px solid #e4e4e4;  border-collapse: collapse; width: 100%; margin-bottom: 4px; }
221
table.list th { background-color:#EEEEEE; padding: 4px; white-space:nowrap; font-weight:bold; }
222 222
table.list td {text-align:center; vertical-align:middle; padding-right:10px;}
223 223
table.list td.id { width: 2%; text-align: center;}
224 224
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;}
......
235 235
table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; }
236 236
#role-permissions-trackers table.list th {white-space:normal;}
237 237

  
238
.table-list-cell {display: table-cell; vertical-align: top; padding:2px; }
239
.table-list div.buttons {width: 15%;}
240

  
241 238
tr.project td.name a { white-space:nowrap; }
242 239
tr.project.closed, tr.project.archived { color: #aaa; }
243 240
tr.project.closed a, tr.project.archived a { color: #aaa; }
......
364 361
table.boards a.board { background: url(../images/comment.png) no-repeat 0% 50%; padding-left: 20px; }
365 362
table.boards td.last-message {text-align:left;font-size:80%;}
366 363

  
367
div.table-list.boards .table-list-cell.name {width: 30%;}
368

  
369 364
#query_form_content {font-size:90%;}
370 365
#query_form_with_buttons > p.contextual {font-size:12px; margin:12px 0px;}
371 366

  
(2-2/3)