From de391f135b16a9448dce97d5f756b07521ea8c44 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 17 Aug 2012 19:36:49 +0400 Subject: [PATCH] minor fixes... Signed-off-by: Alex A. Naanou --- ui/gallery-prototype.js | 2 +- ui/gallery.css | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ui/gallery-prototype.js b/ui/gallery-prototype.js index 8b732629..10dd9977 100755 --- a/ui/gallery-prototype.js +++ b/ui/gallery-prototype.js @@ -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', diff --git a/ui/gallery.css b/ui/gallery.css index bb771764..59374cbf 100755 --- a/ui/gallery.css +++ b/ui/gallery.css @@ -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; }