From d35d764b851e75e6a887a8d66d1515dbe152b77a Mon Sep 17 00:00:00 2001 From: Adam Malcontenti-Wilson Date: Tue, 8 Feb 2011 02:00:25 -0800 Subject: [PATCH] Chrome 9 (and up) style tweaks --- css/sharkzapper_popup.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/css/sharkzapper_popup.css b/css/sharkzapper_popup.css index 61faedf..e9b6632 100644 --- a/css/sharkzapper_popup.css +++ b/css/sharkzapper_popup.css @@ -1,6 +1,6 @@ body { min-width: 300px; - min-height: 160px; + min-height: 120px; -webkit-user-select: none; cursor: default; } @@ -209,6 +209,12 @@ body.noAlbumArt #lowerControls { #player_times { width: auto; } +#player_elapsed { + padding-right: 3px; +} +#player_duration { + padding-left: 3px; +} #queue_position { position: absolute;