Project switcher: Fix select height
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/2f3c9a08 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2f3c9a08 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2f3c9a08 Branch: refs/heads/4.2 Commit: 2f3c9a085a284aea183355d987319833c1863d37 Parents: 33c144a Author: Brian Federle <[email protected]> Authored: Tue Jul 2 12:49:30 2013 -0700 Committer: Brian Federle <[email protected]> Committed: Mon Jul 8 11:33:28 2013 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/2f3c9a08/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index b994c8a..e4459a1 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -9155,6 +9155,7 @@ div.ui-dialog div.multi-edit-add-list div.view div.data-table table.body tbody t margin-left: 53px; background: url(../images/bg-gradients.png) 0px -867px; padding: 5px; + height: 28px; } .project-switcher select:hover {
