Patch #32166 » roundness-gantt-table.patch
public/stylesheets/application.css (working copy) | ||
---|---|---|
1284 | 1284 |
/***** Gantt chart *****/ |
1285 | 1285 |
table.gantt-table { |
1286 | 1286 |
width: 100%; |
1287 |
border-collapse: collapse; |
|
1287 |
border-spacing: 0; |
|
1288 |
border-radius: 3px; |
|
1289 |
overflow: hidden; |
|
1290 |
border: 1px solid #c0c0c0; |
|
1291 |
margin-bottom: 1.2em; |
|
1288 | 1292 |
} |
1289 | 1293 |
table.gantt-table td { |
1290 | 1294 |
padding: 0px; |
... | ... | |
1293 | 1297 |
position:absolute; |
1294 | 1298 |
top:0; |
1295 | 1299 |
height:16px; |
1296 |
border-top: 1px solid #c0c0c0; |
|
1297 | 1300 |
border-bottom: 1px solid #c0c0c0; |
1298 |
border-left: 1px solid #c0c0c0; |
|
1299 | 1301 |
text-align: center; |
1300 | 1302 |
overflow: hidden; |
1301 | 1303 |
} |