You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/* Roundcube Zipdownload plugin styles for skin "Larry" */
|
|
|
|
a.zipdownload {
|
|
display: inline-block;
|
|
margin-top: .5em;
|
|
padding: 3px 5px 4px 5px;
|
|
}
|
|
|
|
@media screen and (max-width: 800px) {
|
|
a.zipdownload {
|
|
margin-top: .15em;
|
|
margin-bottom: .2em;
|
|
}
|
|
} |