From 29fbc4b423d3e67fcd53513ff1ed6b9fe4ff6a36 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Thu, 22 Jan 2015 12:20:03 -0800 Subject: [PATCH] Reduce size of 'select view' dropdown to fix more dense toolbars. --- ui/css/cloudstack3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 9d719d4ca52..15e5d29d7dc 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -3443,7 +3443,7 @@ div.toolbar div.section-switcher div.section-select { } div.toolbar div.section-switcher div.section-select select { - width: 142px; + width: 100px; height: 21px; margin-right: 13px; font-size: 12px;