Gerrit Patch Uploader has uploaded a new change for review.

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

Change subject: Remove CSS definition for tables in dialogs
......................................................................

Remove CSS definition for tables in dialogs

The only dialog with a table is the table creator dialog.
For this table a more specific definition exist in
jquery.wikiEditor.dialogs.config.css
These rules overwrite all here removed definitions except of
  wikiEditor-toolbar-dialog table { margin-top: 0.75em; }
Without this definition the margin-top slightly increase to the
definition from .wikitable with margin-top: 1em.

Change-Id: I0aab246db05cb4330287666f6a71b56d6b88b0af
---
M modules/jquery.wikiEditor.dialogs.css
1 file changed, 0 insertions(+), 14 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikiEditor 
refs/changes/12/190812/1

diff --git a/modules/jquery.wikiEditor.dialogs.css 
b/modules/jquery.wikiEditor.dialogs.css
index 942c66f..8f22683 100644
--- a/modules/jquery.wikiEditor.dialogs.css
+++ b/modules/jquery.wikiEditor.dialogs.css
@@ -2,23 +2,9 @@
  * CSS for WikiEditor Dialogs jQuery plugin
  */
 
-.wikiEditor-toolbar-dialog table {
-       margin-top: 0.75em;
-}
-
-.wikiEditor-toolbar-dialog table td {
-       padding: 0.5em;
-       height: 3em;
-       overflow: visible;
-}
-
 /* Put suggestions (default z-index 99) on top of dialogs (z-index 1002) */
 div.suggestions {
        z-index: 1099;
-}
-
-.wikiEditor-toolbar-dialog table td {
-       padding: 0 !important;
 }
 
 .wikiEditor-toolbar-dialog .ui-dialog-content fieldset {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0aab246db05cb4330287666f6a71b56d6b88b0af
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikiEditor
Gerrit-Branch: master
Gerrit-Owner: Gerrit Patch Uploader <[email protected]>
Gerrit-Reviewer: Gerrit Patch Uploader <[email protected]>

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

Reply via email to