From 4296b4789407e3b05e41fe5f886f5953aee5fd7d Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 18 Mar 2018 22:38:49 +0100 Subject: include fullscreen to controls.png --- contrib/site/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'contrib/site/style.css') diff --git a/contrib/site/style.css b/contrib/site/style.css index 161d62b..d56da50 100644 --- a/contrib/site/style.css +++ b/contrib/site/style.css @@ -196,6 +196,15 @@ helsinki player styles background-position: 0px -125px; /* play button */ } +#fullscreen { + display: block; + width: 25px; + height: 25px; + background-image: url('images/controls.png'); + background-repeat: no-repeat; + background-position: -100px -125px; /* fullscreen */ +} + #player-volume { position: relative; right: 10px; -- cgit v1.2.3