Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / src / mediawiki.special / listFiles.less
blob8d351f5f4e6ef6e13144edaccfa0b9a18c27cecd
1 @import 'mediawiki.skin.variables.less';
3 // On mobile devices the table layout is collapsed.
4 @media all and ( max-width: @max-width-breakpoint-mobile ) {
5         .mw-special-Listfiles {
6                 // stylelint-disable selector-class-pattern
7                 thead,
8                 .TablePager_col_count,
9                 .TablePager_col_img_size,
10                 .TablePager_col_top,
11                 .TablePager_col_img_timestamp {
12                         display: none;
13                 }
15                 tbody,
16                 tr,
17                 td,
18                 .mw-datatable,
19                 .TablePager_col_img_description,
20                 .TablePager_col_thumb {
21                         display: block;
22                 }
24                 .mw-datatable,
25                 .mw-datatable th,
26                 .mw-datatable td {
27                         border: 0;
28                 }
30                 .TablePager_col_img_user_text,
31                 .TablePager_col_img_description {
32                         color: @color-subtle;
33                         margin: 0.5em 0 0;
34                         padding-bottom: 40px;
35                         line-height: 1.5;
36                 }
38                 .TablePager_col_img_user_text {
39                         padding: 0;
40                 }
41                 // stylelint-enable selector-class-pattern
42         }