]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/Resources/static/themes/material/css/entries.scss
Fix wrong selected page number alignment on pagination
[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
1f84aa90 46 span,
64f81bc3
TC
47 a {
48 padding: 0 10px;
49 height: 30px;
50 display: block;
1f84aa90 51 line-height: 30px;
64f81bc3
TC
52 }
53
54 .disabled {
55 margin-right: 10px;
56 margin-left: 10px;
57 }
58
59 li.active span {
60 padding: 0 10px;
61 height: 30px;
62 display: block;
63 color: #fff;
64 }
65}
66
67.page-footer .footer-copyright {
68 min-width: 50px;
69 height: auto !important;
70 line-height: 1em !important;
71
72 p {
73 text-overflow: ellipsis;
74 white-space: nowrap;
75 overflow: hidden;
76 display: block;
77 }
78}
79
80.hidden {
81 display: none;
82}
83
84.picker__date-display {
85 display: none;
86}
87
88footer {
89 &.page-footer {
90 margin-top: 10px;
91 padding-top: 0;
92 }
93
94 .row {
95 margin-bottom: 10px;
96 }
97}