mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-24 08:14:33 +00:00
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
This commit is contained in:
parent
169c4bfb7d
commit
216a271213
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue