tweaking...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-01-06 06:58:50 +03:00
parent 096fb9957e
commit b5bf1bf3de
2 changed files with 8 additions and 1 deletions

View File

@ -134,6 +134,13 @@ body {
} }
/*********************************************************************/
.browse-widget.cloud-view .list>div {
font-size: small;
}
/* browse pinned items... */ /* browse pinned items... */
.browse-widget .list>div:not(.pinned) .pin-set { .browse-widget .list>div:not(.pinned) .pin-set {
display: none; display: none;

View File

@ -123,7 +123,7 @@ var BrowserClassPrototype = {
// Construct the dom... // Construct the dom...
make: function(obj, options){ make: function(obj, options){
var browser = $('<div>') var browser = $('<div>')
.addClass('browse-widget '+ ((options.cloudView || false) ? 'cloud-view' : '')) .addClass('browse-widget '+ (options.cloudView ? 'cloud-view' : ''))
// make thie widget focusable... // make thie widget focusable...
// NOTE: tabindex 0 means automatic tab indexing and -1 means // NOTE: tabindex 0 means automatic tab indexing and -1 means
// focusable bot not tabable... // focusable bot not tabable...