mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
A little tweaking of the search box style in Contoso (theme)
--HG-- branch : dev
This commit is contained in:
@@ -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; overflow: auto; }
|
||||
#nav .search input { border-color: #87B7CB; }
|
||||
#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; }
|
||||
#nav .search { display: inline; float: right; height: 40px; margin: -40px 8px 0 0; }
|
||||
#nav .search input { border-color: #6AA6BF; }
|
||||
#nav .search input, #nav .search button { height: 1.8em; padding: 0 .5em; margin: .5em 0; vertical-align: middle; }
|
||||
#nav .search button { background: #87B7CB; border: 1px solid #6AA6BF; color: #FFF; height: 1.9em; text-shadow: 0px -1px 0px #A6A6A6; }
|
||||
|
||||
/*========= Footer =========*/
|
||||
|
||||
|
Reference in New Issue
Block a user