Patch #32014 » rounded-tables(excl-calendar+gantt+mypage)-v2.patch
public/stylesheets/application.css (working copy) | ||
---|---|---|
218 | 218 |
#project-jump .drdn-items>a:hover {background-color:#759FCF; color:#fff !important;} |
219 | 219 | |
220 | 220 |
/***** Tables *****/ |
221 |
table.list, .table-list { border: 1px solid #e4e4e4; border-collapse: collapse; width: 100%; margin-bottom: 4px; }
|
|
221 |
table.list, .table-list { border: 1px solid #e4e4e4; width:100%; margin-bottom:4px; border-radius:3px; border-spacing:0; overflow:hidden;}
|
|
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;} |
- « Previous
- 1
- 2
- 3
- 4
- Next »