Bug 17936 - Search bar not aligned on right in small screen sizes
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / less / responsive.less
index 2ef2168..2df6bf5 100644 (file)
         select,
         .librarypulldown .transl1,
         .input-append {
+            box-sizing: border-box;
             display: block;
+            height: 120%;
             width : 97%;
             max-width: 100%;
             margin : .5em 0;
     #ulactioncontainer {
         min-width : 0;
     }
-}
\ No newline at end of file
+}