31 lines
472 B
CSS
31 lines
472 B
CSS
|
.grid-block {
|
||
|
font-size: 1.2em
|
||
|
}
|
||
|
|
||
|
.signature .dummy-signature {
|
||
|
width: 400px;
|
||
|
height: 190px;
|
||
|
display: block;
|
||
|
content: '';
|
||
|
overflow: hidden;
|
||
|
clear:both
|
||
|
}
|
||
|
|
||
|
.signature img {
|
||
|
width: 400px
|
||
|
}
|
||
|
|
||
|
.signature table {
|
||
|
width: 100%;
|
||
|
font-size: inherit;
|
||
|
border-collapse: separate;
|
||
|
border-spacing: 0 10px;
|
||
|
}
|
||
|
|
||
|
.signature table tr > td:first-child {
|
||
|
width: 50%
|
||
|
}
|
||
|
|
||
|
.signature table tr > td:last-child {
|
||
|
border-bottom: 1px dashed #CCC
|
||
|
}
|