summaryrefslogtreecommitdiff
path: root/contrib/site/style.css
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-03-18 22:38:49 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-03-18 22:38:49 +0100
commit4296b4789407e3b05e41fe5f886f5953aee5fd7d (patch)
tree041eb045d4f69d2b230c3fbd95a7a8add543e6c9 /contrib/site/style.css
parentadded placeholder site (diff)
include fullscreen to controls.png
Diffstat (limited to 'contrib/site/style.css')
-rw-r--r--contrib/site/style.css9
1 files changed, 9 insertions, 0 deletions
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;