]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/Resources/static/themes/material/css/entries.scss
Fix pagination on list mode
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / entries.scss
CommitLineData
64f81bc3
TC
1/* ==========================================================================
2 * Entries
3 * ========================================================================== */
4
812c980f
NL
5.collection {
6 margin: 15px 15px 0;
7
8 .collection-item {
9 padding: 7px;
10 height: 65px;
11 }
12}
13
64f81bc3 14.results {
f836b98f
S
15 display: flex;
16 padding: 1rem 1rem 0;
17 flex-wrap: wrap;
18 justify-content: space-between;
64f81bc3
TC
19
20 .nb-results {
21 display: inline-flex;
22 }
23
24 a {
25 color: #444;
26 }
27}
28
29.pagination {
64f81bc3 30 ul {
f836b98f
S
31 display: flex;
32 margin: 0;
33 flex-wrap: wrap;
34 justify-content: space-around;
64f81bc3
TC
35
36 .prev.disabled,
37 .next.disabled {
38 display: none;
39 }
40 }
41
42 li {
43 padding: 0;
44 }
45
46 a {
47 padding: 0 10px;
48 height: 30px;
49 display: block;
50 }
51
52 .disabled {
53 margin-right: 10px;
54 margin-left: 10px;
55 }
56
57 li.active span {
58 padding: 0 10px;
59 height: 30px;
60 display: block;
61 color: #fff;
62 }
63}
64
65.page-footer .footer-copyright {
66 min-width: 50px;
67 height: auto !important;
68 line-height: 1em !important;
69
70 p {
71 text-overflow: ellipsis;
72 white-space: nowrap;
73 overflow: hidden;
74 display: block;
75 }
76}
77
78.hidden {
79 display: none;
80}
81
82.picker__date-display {
83 display: none;
84}
85
86footer {
87 &.page-footer {
88 margin-top: 10px;
89 padding-top: 0;
90 }
91
92 .row {
93 margin-bottom: 10px;
94 }
95}