| 1 |
.document-icon{ text-align: center; } |
| 2 |
|
| 3 |
.document-icon img{ |
| 4 |
border: none; |
| 5 |
} |
| 6 |
|
| 7 |
.document-icon a{ |
| 8 |
font-size: 10px; |
| 9 |
line-height: 12px; |
| 10 |
} |
| 11 |
|
| 12 |
/* WITHOUT DESCRIPTION */ |
| 13 |
div.document-icon{ |
| 14 |
display: inline-block; |
| 15 |
vertical-align: top; |
| 16 |
min-height: 125px; |
| 17 |
/*max-height: 145px;*/ |
| 18 |
overflow: hidden; |
| 19 |
padding: 10px 0; |
| 20 |
width: 25%; |
| 21 |
} |
| 22 |
div#document-icon-wrapper{ |
| 23 |
width: 100%; |
| 24 |
padding: 0; |
| 25 |
margin: 0; |
| 26 |
} |
| 27 |
/* END WITHOUT DESCRIPTION */ |
| 28 |
|
| 29 |
/* WITH DESCRIPTION */ |
| 30 |
td.document-icon{ width: 115px; } |
| 31 |
table#document-icon-wrapper{ border-collapse: collapse; } |
| 32 |
|
| 33 |
table#document-icon-wrapper, |
| 34 |
table#document-icon-wrapper tbody, |
| 35 |
table#document-icon-wrapper tr, |
| 36 |
table#document-icon-wrapper p{ |
| 37 |
width: 100%; |
| 38 |
padding: 0; |
| 39 |
margin: 0; |
| 40 |
border: none; |
| 41 |
} |
| 42 |
|
| 43 |
table#document-icon-wrapper td{ |
| 44 |
padding: 5px 4px 3px; |
| 45 |
vertical-align: middle; |
| 46 |
} |
| 47 |
|
| 48 |
table .document-icon img{ |
| 49 |
width: 65px; |
| 50 |
height: 65px; |
| 51 |
} |
| 52 |
/* END WITH DESCRIPTION */ |
| 53 |
|