From: Ian Weller Date: Wed, 25 Jan 2017 20:24:28 +0000 (-0500) Subject: I did some re-work changes X-Git-Tag: v1.0.0^2~79 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a4e556358a0308a936c0000ab6799089ca799852;p=WP-Themes%2Ftruenorthgolf.git I did some re-work changes We had confilicting ids in the theme and I edited it so the conflicts are gone. I also did some styling to help with the layout appearance. --- diff --git a/css/app.css b/css/app.css index 4db7601..66a0e9a 100644 --- a/css/app.css +++ b/css/app.css @@ -6718,6 +6718,67 @@ header#page-header { color: #FFFFFF; } header#page-header h3.site-description { color: #FFFFFF; } + header#page-header .search input { + height: 20px; + width: 167px; + padding: 0 8px; + margin: 13px 0px 0px 18px; + border-radius: 3px; + font-size: 10px; + color: #000000; + display: inline-block; } + header#page-header .search a.magnifying-glass { + font-size: 10em; + /* This controls the size. */ + display: inline-block; + width: 0.625rem; + height: 0.625rem; + border: 0.125rem solid #131c5f; + position: relative; + border-radius: 0.35em; + margin: 0 0 0 -25px; } + header#page-header .search a.magnifying-glass:before { + content: ""; + display: inline-block; + position: absolute; + right: -0.4375rem; + bottom: -0.25rem; + border-width: 0; + background: #131c5f; + width: 0.5rem; + height: 0.125rem; + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); } + header#page-header #sec-nav { + position: relative; + text-align: left; + padding: 10px 0; + margin: 0 0 15px 45px; } + header#page-header #sec-nav ul { + margin: 0; } + header#page-header #sec-nav ul li { + display: inline; } + header#page-header #sec-nav ul li a { + font-size: 12px; + color: #131c5f; + padding: 0 5px; + font-weight: bold; } + header#page-header #sec-nav > ul > li { + position: relative; } + header#page-header #sec-nav > ul > li:before { + color: #999999; + content: "|"; + position: absolute; + top: 2px; + left: -15px; + font-size: 14px; + font-weight: bold; + display: block; + padding: 0 10px; } + header#page-header #sec-nav > ul > li:first-child:before { + content: none; } #sm-logo img { padding-top: 20px; } @@ -7078,6 +7139,7 @@ main.search-results #head-img { #slideshow { position: relative; margin-top: -295px; + top: -185px; z-index: -1; } @media only screen and (max-width: 40em) { #slideshow { @@ -8031,6 +8093,29 @@ a#calendar-link { -ms-transform: rotate(45deg); transform: rotate(45deg); } +.search-form { + text-align: left; + display: inline-block; + position: relative; + border-radius: 5px; } + .search-form input { + height: 20px; + width: 135px; + padding: 0 8px; + margin: 0px -10px 0px 18px; + border-radius: 3px; + font-size: 10px; + color: #000000; + display: inline-block; } + .search-form input.search-button { + width: 12px; + height: 12px; + padding: 0; + margin: 0; + position: relative; + top: 2px; + right: 10px; } + .search-results #blog-posts-over .entry-meta { display: none; } .search-results #blog-posts-over p { diff --git a/functions.php b/functions.php index d0b9735..df1e33d 100644 --- a/functions.php +++ b/functions.php @@ -214,7 +214,7 @@ if ( ! function_exists( 'glm_theme_second_header' ) ) { 'link_after' => '', // after each link text 'depth' => 3, // limit the depth of the nav 'fallback_cb' => false, // fallback function (see below) - 'walker' => new Glm_Theme_Top_Bar_Walker() + 'walker' => false )); } } diff --git a/header.php b/header.php index c469ea8..fbc97b6 100644 --- a/header.php +++ b/header.php @@ -15,20 +15,31 @@
-