make small changes in forms from browse-control and search sorting

This commit is contained in:
jorge 2021-07-15 20:59:23 +02:00
parent 0250b8f118
commit 4291eb09e9
1 changed files with 39 additions and 40 deletions

View File

@ -355,36 +355,34 @@ body.vertical-menu header .desktop {
} }
.browse-controls { .browse-controls {
// @include xy-grid; @include xy-grid;
// justify-content: space-between; justify-content: space-between;
// align-items: center; align-items: center;
// margin: 0 (-.5 * $global-margin); input,
// font-size: .875 * $global-font-size; select,
// button,
// input, .button {
// select,
// button,
// .button {
// font-size: .875 * $global-font-size; // font-size: .875 * $global-font-size;
// padding: (.5 * $global-padding); // padding: (.5 * $global-padding);
// } width: auto;
// }
// .sorting select {
// margin-right: .5 * $global-margin; .sorting select {
// } // margin-right: .5 * $global-margin;
// }
// @include breakpoint(small down) {
// margin: 0; @include breakpoint(small down) {
// display: none; margin: 0;
// display: none;
// &.open {
// display: flex; &.open {
// align-items: stretch; display: flex;
// } align-items: stretch;
// }
// &.closed {
// display: none; &.closed {
// } display: none;
}
// //
// .sorting, // .sorting,
// .omeka-pagination, // .omeka-pagination,
@ -395,7 +393,7 @@ body.vertical-menu header .desktop {
// .advanced-search { // .advanced-search {
// order: 3; // order: 3;
// } // }
// } }
} }
.filter { .filter {
@ -537,18 +535,19 @@ body.vertical-menu header .desktop {
// margin-bottom: 0; // margin-bottom: 0;
} }
.sorting { .sorting {
// display: flex; display: flex;
} button,.button {
padding: 0 $global-padding*1.4;
.sorting select { font-size: $global-font-size * 0.85;
// width: 100%; margin: 0 $global-margin;
// height: 100%; }
// margin-bottom: 0; select {
} // width: 100%;
// height: 100%;
.sorting button { margin-bottom: 0;
// margin-bottom: 0; }
} }
.layout-toggle button { .layout-toggle button {