minor fixes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2012-08-17 19:36:49 +04:00
parent 68f6f61d73
commit de391f135b
2 changed files with 6 additions and 2 deletions

View File

@ -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',

View File

@ -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;
} }