From b5bf1bf3debe9290b631062d3ec58b346a45891b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 6 Jan 2017 06:58:50 +0300 Subject: [PATCH] tweaking... Signed-off-by: Alex A. Naanou --- ui (gen4)/css/experimenting.css | 7 +++++++ ui (gen4)/lib/widget/browse.js | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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...