25 lines
315 B
CSS
Executable File
25 lines
315 B
CSS
Executable File
.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 {} |