CSS: Minor code style fixes

Change-Id: Ib0b6e441be90a76a956884e0925e808ce23d25eb
This commit is contained in:
MatmaRex 2013-06-10 18:52:15 +02:00
parent 32f16249a1
commit 697e2b2415

View file

@ -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;
}