diff --git a/themes/jquery.org/style.css b/themes/jquery.org/style.css index 1c33c9c8..eea8a8c4 100755 --- a/themes/jquery.org/style.css +++ b/themes/jquery.org/style.css @@ -477,10 +477,6 @@ nav#main ul { width: 80%; } -nav#main .children{ - display: none; -} - @media only screen and (max-width: 767px) { .sponsors-page ul.block-grid li img { float: none; diff --git a/themes/jquery/css/base.css b/themes/jquery/css/base.css index 71b35c42..a6e5078d 100644 --- a/themes/jquery/css/base.css +++ b/themes/jquery/css/base.css @@ -1391,11 +1391,23 @@ nav#main .searchform input { background-color: transparent; border-style: none; color: #fff; + line-height: 1.3; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.76); - width: 75%; + width: 85%; } -nav#main .searchform i { +nav#main .searchform input:focus { + outline: none; +} + +nav#main .searchform input::-webkit-input-placeholder, +nav#main .searchform input::-ms-input-placeholder, +nav#main .searchform input::-moz-placeholder, +nav#main .searchform input::placeholder { + color: #fff; +} + +nav#main .searchform .icon-search { position: absolute; right: 10px; top: 3px; @@ -1406,6 +1418,11 @@ nav#main .searchform i { color: #fff; } +nav#main .searchform label span{ + left: -9999em; + position: absolute; +} + /* Typography & Global Styles ========================================================================== */ diff --git a/themes/jquery/footer.php b/themes/jquery/footer.php index 4054a45a..51441c6d 100755 --- a/themes/jquery/footer.php +++ b/themes/jquery/footer.php @@ -23,7 +23,7 @@ - +