From 06f43ef2d7c3420d57831f8fdd0366790a39e17d Mon Sep 17 00:00:00 2001 From: drigato Date: Thu, 2 Apr 2015 12:45:05 -0400 Subject: [PATCH] CSS modifications Added fixed width and height to player. Floated Airtime badge to the right --- airtime_mvc/public/css/embeddable-player.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/airtime_mvc/public/css/embeddable-player.css b/airtime_mvc/public/css/embeddable-player.css index 30ce8beac..420d12ede 100644 --- a/airtime_mvc/public/css/embeddable-player.css +++ b/airtime_mvc/public/css/embeddable-player.css @@ -1,5 +1,6 @@ .airtime_player { - max-width: 270px; + width: 270px; + height: 172px; position: relative; font-family: Arial, Helvetica, sans-serif; color: #fff; @@ -40,6 +41,8 @@ color: #fff; font-size: 10px; text-decoration: none; + display:inline-block; + float:right; } .airtime_pro_logo { background: url("embed-player-images/airtime_logo.png") center no-repeat; @@ -47,6 +50,7 @@ height: 16px; display:inline-block; } + /*.airtime_pro span { display: inline-block; vertical-align: 2px;