Bug 5287: Add floating toolbar to search results in OPAC
[koha-equinox.git] / koha-tmpl / opac-tmpl / bootstrap / css / src / _responsive.scss
index b27de10..5210599 100644 (file)
         }
     }
 
-    #toolbar .resort {
-        @include border-radius-all( 5px );
-        font-size: 14px;
-        margin: .5em 0;
-        max-width: 100%;
-        padding: 4px 6px;
+    .toolbar {
+        .resort {
+            @include border-radius-all( 5px );
+            font-size: 14px;
+            max-width: 100%;
+            padding: 4px 6px;
+        }
+
+        .pagination {
+            li {
+                a {
+                    font-size: 105%;
+                    padding: .3em .7em;
+                }
+            }
+        }
     }
 
     .mastheadsearch {
     }
 
     .breadcrumb,
-    #top-pages,
     .menu-collapse {
         display: none;
     }
             }
         }
     }
+
+    .toolbar {
+        select {
+            width: 220px;
+        }
+    }
 }
 
 @media only screen and ( min-width: 768px ) {
     }
 
     #didyoumean {
-        margin: 0;
+        margin: .5em 0;
     }
 
     .searchsuggestion {
         white-space: nowrap;
     }
+
+    .pagination {
+        li {
+            &.page-num {
+                display: inline;
+            }
+        }
+    }
 }
 
 @media only screen and ( min-width: 768px ) and ( max-width: 984px ) {
         width: 53%;
     }
 
+    .pagination {
+        li {
+            &.page-first,
+            &.page-last {
+                display: inline;
+            }
+
+            &.page-first {
+                a {
+                    border-left: 1px solid #DDD;
+                }
+            }
+
+            &.page-prev,
+            &.page-next {
+                a {
+                    border-left: 0;
+                    border-radius: 0;
+                }
+            }
+        }
+    }
 }
 
 @media only screen and ( max-width: 1040px ) {