diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 6abf7788c..0d85630f5 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -217,8 +217,8 @@ div + .drdn-items {border-top:1px solid #ccc;} #project-jump .drdn-content {width:280px;} /***** Tables *****/ -table.list, .table-list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; } -table.list th, .table-list-header { background-color:#EEEEEE; padding: 4px; white-space:nowrap; font-weight:bold; } +table.list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; } +table.list th { background-color:#EEEEEE; padding: 4px; white-space:nowrap; font-weight:bold; } table.list td {text-align:center; vertical-align:middle; padding-right:10px;} table.list td.id { width: 2%; text-align: center;} 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,9 +235,6 @@ table.list table.progress td {padding-right:0px;} table.list caption { text-align: left; padding: 0.5em 0.5em 0.5em 0; } #role-permissions-trackers table.list th {white-space:normal;} -.table-list-cell {display: table-cell; vertical-align: top; padding:2px; } -.table-list div.buttons {width: 15%;} - tr.project td.name a { white-space:nowrap; } tr.project.closed, tr.project.archived { color: #aaa; } tr.project.closed a, tr.project.archived a { color: #aaa; } @@ -364,8 +361,6 @@ a.sort.desc { background-image: url(../images/arrow_down.png); } table.boards a.board { background: url(../images/comment.png) no-repeat 0% 50%; padding-left: 20px; } table.boards td.last-message {text-align:left;font-size:80%;} -div.table-list.boards .table-list-cell.name {width: 30%;} - #query_form_content {font-size:90%;} #query_form_with_buttons > p.contextual {font-size:12px; margin:12px 0px;}