mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +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')
|
//var toggleControls = createCSSClassToggler('.viewer', 'hidden-controls')
|
||||||
ImageGrid.ACTION({
|
ImageGrid.ACTION({
|
||||||
id: 'toggleControls',
|
id: 'toggleControls',
|
||||||
title: 'Keyboard interface mode',
|
title: 'Keyboard interface',
|
||||||
doc: 'Toggle Touch/Keyboard UI controls.',
|
doc: 'Toggle Touch/Keyboard UI controls.',
|
||||||
group: 'Mode: All',
|
group: 'Mode: All',
|
||||||
type: 'toggle',
|
type: 'toggle',
|
||||||
|
|||||||
@ -32,6 +32,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.options .option {
|
.options .option {
|
||||||
|
position: relative;
|
||||||
border-bottom: solid 1px silver;
|
border-bottom: solid 1px silver;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
@ -69,7 +70,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.options .value {
|
.options .value {
|
||||||
float: right;
|
/*float: right;*/
|
||||||
|
position: absolute;
|
||||||
|
right: 20px;
|
||||||
|
bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user