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 2013/10/08 21:14:58 UTC

git commit: updated refs/heads/ui-restyle to 0a942ef

Updated Branches:
  refs/heads/ui-restyle 6312369e2 -> 0a942ef4d


Fix z-index of search dropdown arrow


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0a942ef4
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0a942ef4
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0a942ef4

Branch: refs/heads/ui-restyle
Commit: 0a942ef4df9b80aaeba4c2a77b12b4a0ac01aa0c
Parents: 6312369
Author: Brian Federle <br...@citrix.com>
Authored: Tue Oct 8 12:14:53 2013 -0700
Committer: Brian Federle <br...@citrix.com>
Committed: Tue Oct 8 12:14:53 2013 -0700

----------------------------------------------------------------------
 ui/stylesheets/cloudstack.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0a942ef4/ui/stylesheets/cloudstack.scss
----------------------------------------------------------------------
diff --git a/ui/stylesheets/cloudstack.scss b/ui/stylesheets/cloudstack.scss
index 73566c3..4bbb714 100644
--- a/ui/stylesheets/cloudstack.scss
+++ b/ui/stylesheets/cloudstack.scss
@@ -236,7 +236,7 @@ body {
             left: 215px;
             top: 10px;
             cursor: pointer;
-            z-index: 10000;
+            z-index: 10;
         }
 
         .form-container {