comparison plugins/zipdownload/skins/larry/zipdownload.css @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e000243b222
1 /* Roundcube Zipdownload plugin styles for skin "Larry" */
2
3 a.zipdownload {
4 display: inline-block;
5 margin-top: .5em;
6 padding: 3px 5px 4px 5px;
7 }
8
9 @media screen and (max-width: 800px) {
10 a.zipdownload {
11 margin-top: .15em;
12 margin-bottom: .2em;
13 }
14 }