Brian Wolff has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/108637


Change subject: Make play button have higher z-index so its clickable.
......................................................................

Make play button have higher z-index so its clickable.

If the z-index is < the pop up dialog, button cannot be clicked
which is very confusing to the user.

See also Ibd95d533b9 and bug 60243.

Change-Id: Ifbe20df984efd8323e8736cb03680534500f6841
---
M MwEmbedModules/MwEmbedSupport/skins/common/MwEmbedCommonStyle.css
1 file changed, 3 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MwEmbedSupport 
refs/changes/37/108637/1

diff --git a/MwEmbedModules/MwEmbedSupport/skins/common/MwEmbedCommonStyle.css 
b/MwEmbedModules/MwEmbedSupport/skins/common/MwEmbedCommonStyle.css
index b9602f7..5736017 100644
--- a/MwEmbedModules/MwEmbedSupport/skins/common/MwEmbedCommonStyle.css
+++ b/MwEmbedModules/MwEmbedSupport/skins/common/MwEmbedCommonStyle.css
@@ -78,7 +78,8 @@
        position : absolute;
        cursor : pointer;
        border : none !important;
-       z-index : 1;
+       /* Needs to have a higher z-index than dialog in pop up mode or can't 
click */
+       z-index : 1501;
 }
 
 .play-btn-large:hover {
@@ -215,4 +216,4 @@
 
 .alert-text {
        color : black !important;
-}
\ No newline at end of file
+}

-- 
To view, visit https://gerrit.wikimedia.org/r/108637
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifbe20df984efd8323e8736cb03680534500f6841
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MwEmbedSupport
Gerrit-Branch: master
Gerrit-Owner: Brian Wolff <bawolff...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to