You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2014/04/02 00:10:13 UTC

[3/6] git commit: Update the z-index of the console and the exception frame so that the exception frame's close button is clickable

Update the z-index of the console and the exception frame so that the exception frame's close button is clickable


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/da6d7f3c
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/da6d7f3c
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/da6d7f3c

Branch: refs/heads/master
Commit: da6d7f3c2aeb23dd2df23a3cf1d0a5c20642e2b6
Parents: 642bd72
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Tue Apr 1 14:32:30 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Tue Apr 1 15:10:07 2014 -0700

----------------------------------------------------------------------
 .../main/resources/META-INF/assets/tapestry5/exception-frame.css   | 2 +-
 .../main/resources/META-INF/assets/tapestry5/tapestry-console.css  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/da6d7f3c/tapestry-core/src/main/resources/META-INF/assets/tapestry5/exception-frame.css
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/resources/META-INF/assets/tapestry5/exception-frame.css b/tapestry-core/src/main/resources/META-INF/assets/tapestry5/exception-frame.css
index 640d509..da92648 100644
--- a/tapestry-core/src/main/resources/META-INF/assets/tapestry5/exception-frame.css
+++ b/tapestry-core/src/main/resources/META-INF/assets/tapestry5/exception-frame.css
@@ -7,7 +7,7 @@ DIV.exception-container {
     left: 5%;
     bottom: 5%;
     right: 5%;
-    z-index: 1100;
+    z-index: 2000;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;

http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/da6d7f3c/tapestry-core/src/main/resources/META-INF/assets/tapestry5/tapestry-console.css
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/resources/META-INF/assets/tapestry5/tapestry-console.css b/tapestry-core/src/main/resources/META-INF/assets/tapestry5/tapestry-console.css
index de98d34..404cc83 100644
--- a/tapestry-core/src/main/resources/META-INF/assets/tapestry5/tapestry-console.css
+++ b/tapestry-core/src/main/resources/META-INF/assets/tapestry5/tapestry-console.css
@@ -1,7 +1,7 @@
 /* The console is used to show debugging messages. */
 .tapestry-console {
     position: fixed;
-    z-index: 2000;
+    z-index: 1100;
     bottom: 0px;
     left: 0px;
     right: 0px;