You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by he...@apache.org on 2015/08/24 18:32:02 UTC

allura git commit: Make sure autocomplete (e.g. on ticket fields) looks nice overlaying the markdown editor

Repository: allura
Updated Branches:
  refs/heads/master b4cbd5df0 -> 79d3e271f


Make sure autocomplete (e.g. on ticket fields) looks nice overlaying the markdown editor


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/79d3e271
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/79d3e271
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/79d3e271

Branch: refs/heads/master
Commit: 79d3e271f43729069b4f3721aa4e5377dd0c8a9a
Parents: b4cbd5d
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Tue Aug 18 21:57:58 2015 +0000
Committer: Heith Seewald <hs...@hsmb.local>
Committed: Mon Aug 24 12:31:02 2015 -0400

----------------------------------------------------------------------
 Allura/allura/nf/allura/css/site_style.css | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/79d3e271/Allura/allura/nf/allura/css/site_style.css
----------------------------------------------------------------------
diff --git a/Allura/allura/nf/allura/css/site_style.css b/Allura/allura/nf/allura/css/site_style.css
index 3e4941a..a3fbc09 100644
--- a/Allura/allura/nf/allura/css/site_style.css
+++ b/Allura/allura/nf/allura/css/site_style.css
@@ -3562,3 +3562,6 @@ fieldset.preferences legend {
   padding: .2em;
   font-size: 1.5em;
 }
+.ui-autocomplete {
+  z-index: 10; /* so autocomplete of tags or username is always over markdown editor components */
+}