Repository: cloudstack Updated Branches: refs/heads/volume-upload d79c3714d -> 0aded6b95
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/0aded6b9 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0aded6b9 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0aded6b9 Branch: refs/heads/volume-upload Commit: 0aded6b95980870effd61fd95c9592cec0a24b21 Parents: d79c371 Author: Brian Federle <[email protected]> Authored: Thu Jan 22 12:20:03 2015 -0800 Committer: Brian Federle <[email protected]> Committed: Thu Jan 22 13:12:40 2015 -0800 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0aded6b9/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 1363126..e54fc64 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;
