CSS modifications
Added fixed width and height to player. Floated Airtime badge to the right
This commit is contained in:
parent
353bfe86a5
commit
06f43ef2d7
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
.airtime_player {
|
.airtime_player {
|
||||||
max-width: 270px;
|
width: 270px;
|
||||||
|
height: 172px;
|
||||||
position: relative;
|
position: relative;
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -40,6 +41,8 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
display:inline-block;
|
||||||
|
float:right;
|
||||||
}
|
}
|
||||||
.airtime_pro_logo {
|
.airtime_pro_logo {
|
||||||
background: url("embed-player-images/airtime_logo.png") center no-repeat;
|
background: url("embed-player-images/airtime_logo.png") center no-repeat;
|
||||||
|
@ -47,6 +50,7 @@
|
||||||
height: 16px;
|
height: 16px;
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.airtime_pro span {
|
/*.airtime_pro span {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
vertical-align: 2px;
|
vertical-align: 2px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue