From: Laury GvR Date: Wed, 6 Aug 2014 17:50:44 +0000 (-0400) Subject: Mobile slideshow and search on sidenav X-Git-Tag: V1.1.2^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=ac167ae111d12e05ac544196aeeb0c505956c9a3;p=web%2FCityofMI.git Mobile slideshow and search on sidenav Slideshow will show even in mobile mode. Search is available on the mobile sidenav. Some css additions for 'submit'. --- diff --git a/styles.css b/styles.css index f5e6285..361ee84 100755 --- a/styles.css +++ b/styles.css @@ -71,6 +71,7 @@ img { position: absolute; border: 0; } + #searchText { width: 180px; top: 0; @@ -87,6 +88,14 @@ img { border: 0; cursor: pointer; } +#searchSubmitSide { + font-size: 14px; + margin-left: 75px; + margin-right: auto; + background: #477645; + border: 1px whitesmoke solid; + cursor: pointer; + } /* Navigation */ /* For larger than Small */ @media only screen and (min-width: 56em) { diff --git a/templates/template.html b/templates/template.html index 4b06040..be0f9fb 100755 --- a/templates/template.html +++ b/templates/template.html @@ -40,6 +40,21 @@ @@ -67,7 +82,7 @@ -
+
@@ -75,7 +90,7 @@
-
+
Meetings