mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
more cleanup...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
03dea124d1
commit
d7d69eda03
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user