diff --git a/public/500.html b/public/500.html
index 76eb123..0de99d6 100644
--- a/public/500.html
+++ b/public/500.html
@@ -17,7 +17,7 @@
-
+
Nous sommes désolé mais quelque chose a mal tourné de notre côté.
diff --git a/sass/500.scss b/sass/500.scss
index 910f8dd..8b18265 100644
--- a/sass/500.scss
+++ b/sass/500.scss
@@ -1,16 +1,9 @@
.body-500 {
padding: 0;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
-
font-weight: 400;
font-size: larger;
line-height: 200%;
- text-align: center;
-
img {
max-width: 60%;
margin-bottom: 32px;
diff --git a/sass/collection.scss b/sass/collection.scss
index 88f94b5..c8feca2 100644
--- a/sass/collection.scss
+++ b/sass/collection.scss
@@ -4,30 +4,6 @@
cursor: pointer;
}
}
- .filters {
- display: flex;
- justify-content: end;
- padding: 0.5rem 0;
-
- .field {
- padding: 0 0.5rem;
-
- select {
- width: auto;
- }
-
- @include respond-to("small-up") {
- width: 33%;
- &:last-child {
- padding-right: 0;
- }
- }
- }
-
- @include respond-to("small") {
- flex-direction: column;
- }
- }
.showMoreFilters {
cursor: pointer;
@@ -53,8 +29,4 @@
}
}
}
-
- .total {
- margin: 0.75rem 0;
- }
}
\ No newline at end of file
diff --git a/sass/pagination.scss b/sass/pagination.scss
index ddf2695..e43fc74 100644
--- a/sass/pagination.scss
+++ b/sass/pagination.scss
@@ -1,25 +1,8 @@
.pagination {
font-size: 1rem;
- align-items: center;
- display: flex;
- text-align: center;
- justify-content: space-between;
margin: 0.75rem 0;
-
.pagination-list {
- align-items: center;
- display: flex;
- text-align: center;
- flex-wrap: wrap;
- flex-grow: 1;
- flex-shrink: 1;
- justify-content: flex-end;
-
- @include respond-to("small") {
- justify-content: center;
- }
-
.pagination-link {
align-items: center;
border: 1px solid transparent;
diff --git a/views/components/filters/index.ejs b/views/components/filters/index.ejs
index 559a47b..e3347bc 100644
--- a/views/components/filters/index.ejs
+++ b/views/components/filters/index.ejs
@@ -1,16 +1,16 @@
-
+
<%- include('./artist') %>
<%- include('./format') %>
<%- include('./sort') %>
-
+
<%- include('./year') %>
<%- include('./genre') %>
<%- include('./style') %>
-
+
Voir plus de filtres
Voir moins de filtres
diff --git a/views/pages/collection.ejs b/views/pages/collection.ejs
index 317ba9b..c16195e 100644
--- a/views/pages/collection.ejs
+++ b/views/pages/collection.ejs
@@ -73,31 +73,36 @@
-
-
Nombre total d'éléments : {{total}}
+
+
+ Nombre total d'éléments : {{total}}
+
+
+
-
+
+
<% if ( pageType === 'private' ) { %>