mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
096fb9957e
commit
b5bf1bf3de
@ -134,6 +134,13 @@ body {
|
||||
}
|
||||
|
||||
|
||||
/*********************************************************************/
|
||||
|
||||
.browse-widget.cloud-view .list>div {
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
|
||||
/* browse pinned items... */
|
||||
.browse-widget .list>div:not(.pinned) .pin-set {
|
||||
display: none;
|
||||
|
||||
@ -123,7 +123,7 @@ var BrowserClassPrototype = {
|
||||
// Construct the dom...
|
||||
make: function(obj, options){
|
||||
var browser = $('<div>')
|
||||
.addClass('browse-widget '+ ((options.cloudView || false) ? 'cloud-view' : ''))
|
||||
.addClass('browse-widget '+ (options.cloudView ? 'cloud-view' : ''))
|
||||
// make thie widget focusable...
|
||||
// NOTE: tabindex 0 means automatic tab indexing and -1 means
|
||||
// focusable bot not tabable...
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user