You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2015/01/22 21:20:27 UTC

git commit: updated refs/heads/master to 29fbc4b

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 <br...@citrix.com>
Authored: Thu Jan 22 12:20:03 2015 -0800
Committer: Brian Federle <br...@citrix.com>
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;