Repository: cloudstack Updated Branches: refs/heads/master 607ac8f4f -> 29fbc4b42
Reduce size of 'select view' dropdown to fix more dense toolbars. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/29fbc4b4 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/29fbc4b4 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/29fbc4b4 Branch: refs/heads/master Commit: 29fbc4b423d3e67fcd53513ff1ed6b9fe4ff6a36 Parents: 607ac8f Author: Brian Federle <[email protected]> Authored: Thu Jan 22 12:20:03 2015 -0800 Committer: Brian Federle <[email protected]> Committed: Thu Jan 22 12:20:22 2015 -0800 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/29fbc4b4/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 9d719d4..15e5d29 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;
