diff options
author | PeterTheOne <petertheone@gmail.com> | 2018-02-28 10:20:10 +0100 |
---|---|---|
committer | PeterTheOne <petertheone@gmail.com> | 2018-02-28 10:20:10 +0100 |
commit | 6a33cecd90966a6ba3c46cf15a08623e39bc7621 (patch) | |
tree | cb0c7dbbf4f004841377736e06b22a3575f235c3 /contrib | |
parent | fix click player screen to start (diff) |
fix contronls position
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/site/style.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/contrib/site/style.css b/contrib/site/style.css index eefa7e4..51b4e48 100644 --- a/contrib/site/style.css +++ b/contrib/site/style.css @@ -171,7 +171,6 @@ helsinki player styles #player-state { position: relative; - top: 3px; float: left; width: 25px; height: 25px; @@ -182,8 +181,7 @@ helsinki player styles #player-volume { position: relative; - top: 2px; - right: -16px; + right: 10px; width: 150px; background: transparent; /*fix for FF unable to apply focus style bug */ @@ -286,7 +284,6 @@ helsinki player styles #player-mute { position: relative; - top: 3px; float: right; width: 25px; height: 25px; |