Welcome to mirror list, hosted at ThFree Co, Russian Federation.

zipdownload.css « larry « skins « zipdownload « plugins - github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f87670a3e10e1b2eab773449ca03caefcd928388 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* 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;
	}
}