more cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2012-08-04 16:33:04 +04:00
parent 03dea124d1
commit d7d69eda03

View File

@ -54,8 +54,8 @@
.controller { .controller {
height: 500px; height: 500px;
width: 50px; width: 50px;
background: silver;
float: left; float: left;
background: silver;
-webkit-transition: all 0.2s ease; -webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease; -moz-transition: all 0.2s ease;
@ -67,13 +67,10 @@
.screen-button { .screen-button {
text-align: center; text-align: center;
vertical-align: middle;
width: 100%; width: 100%;
height: 125px; height: 125px;
/* coloring is temporary... */ color: white;
background: gray;
color: silver;
-moz-user-select: none; -moz-user-select: none;
-webkit-user-select: none; -webkit-user-select: none;
@ -84,16 +81,19 @@
.next-image, .prev-image, .toggle-wide, .toggle-single, .zoom-in, .settings, .toggle-wide { .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 { .toggle-single, .fit-three, .zoom-in, .zoom-out {
height: 50px; height: 50px;
} }
.settings, .toggle-wide { .settings, .toggle-wide {
height: 25px; height: 25px;
} }
@ -122,6 +122,16 @@
} }
.zoom-in {
}
.zoom-out {
}
.container { .container {
position: relative; position: relative;
overflow: hidden; overflow: hidden;