aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/entries.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/material/css/entries.scss')
-rw-r--r--app/Resources/static/themes/material/css/entries.scss19
1 files changed, 10 insertions, 9 deletions
diff --git a/app/Resources/static/themes/material/css/entries.scss b/app/Resources/static/themes/material/css/entries.scss
index c667be27..d38d97e4 100644
--- a/app/Resources/static/themes/material/css/entries.scss
+++ b/app/Resources/static/themes/material/css/entries.scss
@@ -12,12 +12,10 @@
12} 12}
13 13
14.results { 14.results {
15 height: 1em; 15 display: flex;
16 16 padding: 1rem 1rem 0;
17 .nb-results, 17 flex-wrap: wrap;
18 .pagination { 18 justify-content: space-between;
19 margin: 15px 15px 0;
20 }
21 19
22 .nb-results { 20 .nb-results {
23 display: inline-flex; 21 display: inline-flex;
@@ -29,10 +27,11 @@
29} 27}
30 28
31.pagination { 29.pagination {
32 float: right;
33
34 ul { 30 ul {
35 margin: 0 !important; 31 display: flex;
32 margin: 0;
33 flex-wrap: wrap;
34 justify-content: space-around;
36 35
37 .prev.disabled, 36 .prev.disabled,
38 .next.disabled { 37 .next.disabled {
@@ -44,10 +43,12 @@
44 padding: 0; 43 padding: 0;
45 } 44 }
46 45
46 span,
47 a { 47 a {
48 padding: 0 10px; 48 padding: 0 10px;
49 height: 30px; 49 height: 30px;
50 display: block; 50 display: block;
51 line-height: 30px;
51 } 52 }
52 53
53 .disabled { 54 .disabled {