diff --git a/src/main/webapp/WEB-INF/view/error/header.jsp b/src/main/webapp/WEB-INF/view/error/header.jsp index 72ee69bbe..95d025f32 100755 --- a/src/main/webapp/WEB-INF/view/error/header.jsp +++ b/src/main/webapp/WEB-INF/view/error/header.jsp @@ -12,12 +12,12 @@ ${fe:facetForm()}${fe:geoForm()} styleClass="form-control" autocomplete="off" /> diff --git a/src/main/webapp/WEB-INF/view/searchResults.jsp b/src/main/webapp/WEB-INF/view/searchResults.jsp index 939acb71a..3a5a7dfff 100644 --- a/src/main/webapp/WEB-INF/view/searchResults.jsp +++ b/src/main/webapp/WEB-INF/view/searchResults.jsp @@ -58,8 +58,8 @@ - - - + + @@ -68,24 +68,24 @@ - - - + + - - - + + - - - + +
  • class="hidden-phone" + class="hidden-xs" class="active"> ${f:h(pageNumber)} diff --git a/src/main/webapp/css/style.css b/src/main/webapp/css/style.css index ec69f3c93..d0cab84de 100644 --- a/src/main/webapp/css/style.css +++ b/src/main/webapp/css/style.css @@ -242,30 +242,33 @@ body.search #searchOptions.active, body.help #searchOptions.active { /* Large desktop */ @media ( min-width : 74.9em) { - .visible-phone { + .visible-xs { display: none !important; } } /* Large devices (desktops, less than 75em) */ @media ( max-width : 74.9em) { - .visible-phone { + .visible-xs { display: none !important; } - .br-tablet { - display: block; - } } /* Medium devices (tablets, less than 62em) */ @media ( max-width : 61.9em) { + .visible-xs { + display: none !important; + } } /* Small devices (landscape phones, less than 48em) */ @media ( max-width : 47.9em) { - .br-phone { + .br-xs { display: block; } + .hidden-xs { + display: none !important; + } .mainLogo img { width: 200px; } @@ -281,18 +284,18 @@ body.search #searchOptions.active, body.help #searchOptions.active { #result .info { display: none; } - body.search #searchOptions { + body.search #searchOptions, body.help #searchOptions { width: 100%; right: -100%; } - body.search #searchOptions active { - left: 0; + body.search #searchOptions.active, body.help #searchOptions.active { + right: 0; } } /* Extra small devices (portrait phones, less than 34em) */ @media ( max-width : 360px) { - .br-phone { + .br-xs { display: block; } .mainLogo img {