diff options
author | HOLYCOWBATMAN <holycowbatman@hugedick.ca> | 2015-05-02 08:56:31 -0400 |
---|---|---|
committer | HOLYCOWBATMAN <holycowbatman@hugedick.ca> | 2015-05-02 09:01:18 -0400 |
commit | e639b85e3c648d9625e4075ad1af5e5697011528 (patch) | |
tree | a7035e97a770d46a72a96c3f35c76b47620c664a /web | |
parent | c82cc7c37c4a6c79a22c78d43627516074bdc0ac (diff) | |
download | Nim-e639b85e3c648d9625e4075ad1af5e5697011528.tar.gz |
Moved frontpage slideshow controls
Diffstat (limited to 'web')
-rw-r--r-- | web/assets/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/assets/style.css b/web/assets/style.css index b74cbc486..17541a118 100644 --- a/web/assets/style.css +++ b/web/assets/style.css @@ -125,8 +125,8 @@ pre .end { background:url("images/tabEnd.png") no-repeat left bottom; } opacity 1s ease-in-out; } #slideshow > div.active { visibility:visible; opacity:1; transition-delay:0s; } #slideshow > div.init { transition-delay:0s; } - #slideshow-nav { z-index:3; position:absolute; top:110px;; right:-12px; } - #slideshow-nav > div { margin:5px 0; width:23px; height:23px; background:url("images/slideshow-nav.png") no-repeat; } + #slideshow-nav { z-index:3; position:absolute; top:341px; left:18px; } + #slideshow-nav > div { display:inline-block; margin:5px 0; width:23px; height:23px; background:url("images/slideshow-nav.png") no-repeat; } #slideshow-nav > div:hover { background-image:url("images/slideshow-nav_active.png"); opacity:0.5; } #slideshow-nav > div.active { background-image:url("images/slideshow-nav_active.png"); opacity:1; } |