aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/audioplayer/style.css
blob: 689a04940ed11c19f81663128f643f2474060c93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#audioframe{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background:rgb(20,20,20);
	background:rgba(20,20,20,0.9);
	text-align:center;
	display:table;
}

#audioframe>div{
	display:table-cell;
	vertical-align:middle;
}

#audioframe>div>div{
	display:inline-block;
}