diff --git a/ui/gallery.css b/ui/gallery.css index 0513082f..0d0b6bac 100755 --- a/ui/gallery.css +++ b/ui/gallery.css @@ -54,8 +54,8 @@ .controller { height: 500px; width: 50px; - background: silver; float: left; + background: silver; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; @@ -67,13 +67,10 @@ .screen-button { text-align: center; - vertical-align: middle; width: 100%; height: 125px; - /* coloring is temporary... */ - background: gray; - color: silver; + color: white; -moz-user-select: none; -webkit-user-select: none; @@ -84,16 +81,19 @@ .next-image, .prev-image, .toggle-wide, .toggle-single, .zoom-in, .settings, .toggle-wide { - /* coloring is temporary... */ - background: silver; - color: gray; } +.toggle-single, .zoom-in { + border-top: solid white 1px; + height: 50px; +} + .toggle-single, .fit-three, .zoom-in, .zoom-out { height: 50px; } + .settings, .toggle-wide { height: 25px; } @@ -122,6 +122,16 @@ } +.zoom-in { +} + + +.zoom-out { +} + + + + .container { position: relative; overflow: hidden;