Blame view
css/estimate.css
843 Bytes
|
670b6d6f8
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
#es-container {
margin: 0 auto;
width: 1170px;
text-align: center;
}
#navigator {
padding-bottom: 20px;
text-align: center;
}
#estimate {
width: 1123px;
position:;
padding: 10px;
}
#estimate table {
border-collapse: collapse;
font-size: 9px;
font-family: serif;
}
#estimate #estimateTable1 {
position: absolute;
top: 0;
left: 10px;
max-width: 1024px;
}
#estimate #estimateTable2 {
position: absolute;
top: 0;
left: 565px;
}
#estimate table, th, td {
border: 1px solid #000;
}
#estimate table th {
text-align: center;
font-weight: bold;
}
#estimate table td.first {
text-align: center;
}
#estimate table td.second {
text-align: left;
}
#estimate table td.third {
text-align: left;
}
#estimate table td.fourth {
text-align: right;
}
|