From 46af6ee2f285554b858ddc6999f69f895198ad30 Mon Sep 17 00:00:00 2001 From: Nathan Heskew Date: Sun, 25 Jul 2010 02:43:56 -0700 Subject: [PATCH] Small fix to the search input & button alignment in the Contoso theme --HG-- branch : dev --- src/Orchard.Web/Themes/Contoso/Styles/site.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Orchard.Web/Themes/Contoso/Styles/site.css b/src/Orchard.Web/Themes/Contoso/Styles/site.css index 9d119314c..492b6586b 100644 --- a/src/Orchard.Web/Themes/Contoso/Styles/site.css +++ b/src/Orchard.Web/Themes/Contoso/Styles/site.css @@ -280,10 +280,10 @@ body { background: #f3f4f4 url('../Content/Images/bkg.jpg') repeat-x; } .admin li a {} /*- Search -*/ -#nav .search { display: inline; float: right; height: 40px; margin: -40px 8px 0 0; } +#nav .search { display: inline; float: right; height: 40px; margin: -40px 8px 0 0; overflow: auto; } #nav .search input { border-color: #87B7CB; } -#nav .search input, #nav .search button { font-size: 1.2em; height:17px; padding: 3px; } -#nav .search button { background: #87B7CB; border: none; color: #FFF; float: right; height:25px; line-height: 1.5em; margin:7px 0; padding: 2px 6px 5px; text-shadow: 0px -1px 0px #A6A6A6; } +#nav .search input, #nav .search button { float: left; font-size: 1.2em; height:17px; padding: 3px; } +#nav .search button { background: #87B7CB; border: none; color: #FFF; height:25px; line-height: 1.5em; margin:7px 0; padding: 2px 6px 5px; text-shadow: 0px -1px 0px #A6A6A6; } /*========= Footer =========*/