Skip to content
This repository was archived by the owner on Jul 24, 2020. It is now read-only.

Commit a794231

Browse files
committed
Merge pull request #1410 from YaleSTC/1403_navbar_55
[1403] Fix navbar height
2 parents 18a09e7 + 73da40d commit a794231

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

app/assets/stylesheets/_jquery_overrides.scss.erb

+12-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,15 @@
3030
.ui-state-error .ui-icon,
3131
.ui-state-error-text .ui-icon {
3232
background-image: url(<%= image_path("jquery-ui/ui-icons_cd0a0a_256x240.png") %>)/*{iconsError}*/;
33-
}
33+
}
34+
35+
/* -- Override padding behavior of search boxes -- */
36+
37+
input[type="search"] {
38+
-webkit-appearance: textfield;
39+
-moz-box-sizing: border-box;
40+
-webkit-box-sizing: border-box;
41+
box-sizing: border-box;
42+
}
43+
44+

0 commit comments

Comments
 (0)