mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-23 21:53:35 +00:00
CSS: Minor code style fixes
Change-Id: Ib0b6e441be90a76a956884e0925e808ce23d25eb
This commit is contained in:
parent
32f16249a1
commit
697e2b2415
|
@ -116,18 +116,21 @@ table.mw-abusefilter-diff th {
|
|||
}
|
||||
|
||||
/* Name is in site content language */
|
||||
/* @noflip */.sitedir-ltr .TablePager_col_af_public_comments {
|
||||
/* @noflip */
|
||||
.sitedir-ltr .TablePager_col_af_public_comments {
|
||||
direction: ltr;
|
||||
}
|
||||
/* @noflip */.sitedir-rtl .TablePager_col_af_public_comments {
|
||||
|
||||
/* @noflip */
|
||||
.sitedir-rtl .TablePager_col_af_public_comments {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
#mw-abusefilter-filter-tools {
|
||||
display: inline;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.client-nojs #mw-abusefilter-export-link,
|
||||
.client-js #mw-abusefilter-export {
|
||||
display: none;
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue