diff --git a/ui (gen4)/css/experimenting.css b/ui (gen4)/css/experimenting.css index 7945b155..905b1027 100755 --- a/ui (gen4)/css/experimenting.css +++ b/ui (gen4)/css/experimenting.css @@ -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; diff --git a/ui (gen4)/lib/widget/browse.js b/ui (gen4)/lib/widget/browse.js index a05a1d69..fc2b87c2 100755 --- a/ui (gen4)/lib/widget/browse.js +++ b/ui (gen4)/lib/widget/browse.js @@ -123,7 +123,7 @@ var BrowserClassPrototype = { // Construct the dom... make: function(obj, options){ var browser = $('
') - .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...