mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
minor tweaking and fixups...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2acbdb70f0
commit
87bc647936
@ -305,6 +305,8 @@ button:hover {
|
||||
size: 30px;
|
||||
|
||||
cursor: default;
|
||||
|
||||
//z-index: 9999;
|
||||
}
|
||||
.fullscreen-controls:hover {
|
||||
opacity: 1;
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
transform-style: preserve-3d;
|
||||
|
||||
/* XXX try to avoid this... */
|
||||
z-index: 9999;
|
||||
z-index: 5000;
|
||||
}
|
||||
.overlay-widget~.overlay-widget {
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
|
||||
@ -103,7 +103,7 @@ var AppControlActions = actions.Actions({
|
||||
win.show()
|
||||
|
||||
// XXX check if we are full screen...
|
||||
if(cfg != null && cfg.fullscreen && !win.isFullscreen){
|
||||
if(cfg != null && cfg.fullscreen){
|
||||
that.toggleFullScreen('on')
|
||||
}
|
||||
}, this.config['window-delay-initial-display'] || 0)
|
||||
|
||||
@ -394,7 +394,7 @@ var KeyboardActions = actions.Actions({
|
||||
// - remove the path component...
|
||||
// - insert the action name where not doc present...
|
||||
// XXX cleanup CSS
|
||||
showKeyboardBindings: ['Interface/Show keyboard bindings',
|
||||
showKeyboardBindings: ['Interface/Show keyboard bindings...',
|
||||
widgets.makeUIDialog('Drawer',
|
||||
function(){
|
||||
return keyboard.buildKeybindingsHelpHTML(this.__keyboard_config, this)
|
||||
|
||||
@ -327,7 +327,7 @@ var MetadataUIActions = actions.Actions({
|
||||
//
|
||||
// XXX should we replace 'mode' with nested set of metadata???
|
||||
// XXX make this support multiple images...
|
||||
showMetadata: ['Image/Show metadata',
|
||||
showMetadata: ['Image/Show metadata...',
|
||||
widgets.makeUIDialog(function(image, mode){
|
||||
//function(image, mode){
|
||||
var that = this
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user