mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
68f6f61d73
commit
de391f135b
@ -1040,7 +1040,7 @@ ImageGrid.ACTION({
|
||||
//var toggleControls = createCSSClassToggler('.viewer', 'hidden-controls')
|
||||
ImageGrid.ACTION({
|
||||
id: 'toggleControls',
|
||||
title: 'Keyboard interface mode',
|
||||
title: 'Keyboard interface',
|
||||
doc: 'Toggle Touch/Keyboard UI controls.',
|
||||
group: 'Mode: All',
|
||||
type: 'toggle',
|
||||
|
||||
@ -32,6 +32,7 @@
|
||||
}
|
||||
|
||||
.options .option {
|
||||
position: relative;
|
||||
border-bottom: solid 1px silver;
|
||||
padding: 10px;
|
||||
margin-top: 15px;
|
||||
@ -69,7 +70,10 @@
|
||||
}
|
||||
|
||||
.options .value {
|
||||
float: right;
|
||||
/*float: right;*/
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user