From 216a271213d4bd22e8db11667ea3bdbf2bb8822e Mon Sep 17 00:00:00 2001 From: Fomafix Date: Tue, 13 Jan 2015 13:32:08 +0000 Subject: [PATCH] jquery.wikiEditor.toolbar.css: Remove selectors without prefix "cell-" The selectors .wikiEditor-ui-toolbar .section-help .page-table td.description .wikiEditor-ui-toolbar .section-help .page-table td.syntax .wikiEditor-ui-toolbar .section-help .page-table td.result are not used. The used selectors have the prefix "cell-": .wikiEditor-ui-toolbar .section-help .page-table td.cell-description .wikiEditor-ui-toolbar .section-help .page-table td.cell-syntax .wikiEditor-ui-toolbar .section-help .page-table td.cell-result Also add the missing selector .wikiEditor-ui-toolbar .section-help .page-table td.cell-description Change-Id: I26a131f269c6d0ee11015e388224dae79de4494f --- modules/jquery.wikiEditor.toolbar.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/modules/jquery.wikiEditor.toolbar.css b/modules/jquery.wikiEditor.toolbar.css index 60b15960..3148952a 100644 --- a/modules/jquery.wikiEditor.toolbar.css +++ b/modules/jquery.wikiEditor.toolbar.css @@ -252,18 +252,14 @@ .wikiEditor-ui-toolbar .section-help .page-table .cell { vertical-align: top; } -.wikiEditor-ui-toolbar .section-help .page-table td.cell-syntax, -.wikiEditor-ui-toolbar .section-help .page-table td.syntax { +.wikiEditor-ui-toolbar .section-help .page-table td.cell-syntax { font-family: monospace, "Courier New"; } -.wikiEditor-ui-toolbar .section-help .page-table td.syntax, .wikiEditor-ui-toolbar .section-help .page-table td.cell-syntax, -.wikiEditor-ui-toolbar .section-help .page-table td.cell-result, -.wikiEditor-ui-toolbar .section-help .page-table td.result { +.wikiEditor-ui-toolbar .section-help .page-table td.cell-result { width: 40%; } -.wikiEditor-ui-toolbar .section-help .page-table td.description, -.wikiEditor-ui-toolbar .section-help .page-table td.description { +.wikiEditor-ui-toolbar .section-help .page-table td.cell-description { width: 20%; } /* Characters Pages */