From 786c888ac449d149bd34a588f90833285e52fcc7 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Tue, 31 Mar 2015 08:59:57 -0700 Subject: [PATCH] Fix action buttons in shade mode --- css/main.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/css/main.css b/css/main.css index f9d80680..9c262140 100755 --- a/css/main.css +++ b/css/main.css @@ -470,34 +470,38 @@ } .shade .actions div { - background: none; position: absolute; } -.shade #previous { +.shade .actions #previous { + background: none; height: 10px; width: 7px; top: 2px; left: 169px; } -.shade #play { +.shade .actions #play { + background: none; height: 10px; width: 10px; top: 2px; left: 176px; } -.shade #pause { +.shade .actions #pause { + background: none; height: 10px; width: 9px; top: 2px; left: 186px; } -.shade #stop { +.shade .actions #stop { + background: none; height: 10px; width: 9px; top: 2px; left: 195px; } -.shade #next { +.shade .actions #next { + background: none; height: 10px; width: 10px; top: 2px;