25 lines
315 B
CSS
25 lines
315 B
CSS
|
.dkpdf-button-container {
|
||
|
width:100%;
|
||
|
float:left;
|
||
|
padding-top: 20px;
|
||
|
padding-bottom: 40px;
|
||
|
}
|
||
|
|
||
|
a.dkpdf-button {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
a.dkpdf-button:link, a.dkpdf-button:visited {
|
||
|
|
||
|
}
|
||
|
|
||
|
a.dkpdf-button:hover {
|
||
|
|
||
|
}
|
||
|
|
||
|
a.dkpdf-button span.dkpdf-button-icon {
|
||
|
font-size:140%;
|
||
|
margin-right:5px;
|
||
|
}
|
||
|
|
||
|
.dkpdf-content {}
|