From: Anthony Talarico Date: Tue, 1 Dec 2015 20:06:18 +0000 (-0500) Subject: adjusted reservation drop down form font size and padding X-Git-Tag: v1.0.0^2~182 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=39d9dee9393ee4d1a9b5f470bae0bf8bb6678dad;p=WP-Themes%2Fstaffords.git adjusted reservation drop down form font size and padding --- diff --git a/css/app.css b/css/app.css index cb5f0ef..589a07a 100644 --- a/css/app.css +++ b/css/app.css @@ -6476,6 +6476,10 @@ header .searchform input[type="submit"]:hover { width: 0.5rem; right: -0.4375rem; } +#adults { + padding: 0px !important; + font-size: 13px; } + #input { display: none; } diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 1df89b5..673280b 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -263,7 +263,10 @@ header .searchform input[type="submit"]:hover{ right: -0.4375rem; } } - +#adults{ + padding: 0px !important; + font-size: 13px; +} #input{ display: none; }