Inez has uploaded a new change for review.

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


Change subject: Fix incorrectly written CSS that was affecting all table cells 
on the page instead of cells in mwMetaDialog only
......................................................................

Fix incorrectly written CSS that was affecting all table cells on the page 
instead of cells in mwMetaDialog only

Change-Id: If3d01346d7267aec444d573ac83516083a3689bc
---
M modules/ve/ui/styles/ve.ui.Dialog.css
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor 
refs/changes/01/69901/1

diff --git a/modules/ve/ui/styles/ve.ui.Dialog.css 
b/modules/ve/ui/styles/ve.ui.Dialog.css
index 1cff53d..61dc138 100644
--- a/modules/ve/ui/styles/ve.ui.Dialog.css
+++ b/modules/ve/ui/styles/ve.ui.Dialog.css
@@ -211,7 +211,8 @@
        text-align: left;
 }
 
-.ve-ui-mwMetaDialog-languages-table th, td {
+.ve-ui-mwMetaDialog-languages-table th,
+.ve-ui-mwMetaDialog-languages-table td {
        padding: 0.75em 1em;
        border-bottom: solid 1px white;
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If3d01346d7267aec444d573ac83516083a3689bc
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Inez <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to