Style for header search form.

This commit is contained in:
Samantha Doherty 2011-08-25 22:30:09 -04:00
parent 8c84637612
commit a0514281a0
4 changed files with 39 additions and 1 deletions

View File

@ -218,6 +218,13 @@ address .poweredby {
margin-right: 0px;
}
#header-search {
float: right;
position: relative;
top: -8px;
margin-left: 10px;
}
#site_notice {
float: right;
width: 300px;

View File

@ -1,7 +1,7 @@
Default avatars are modified from an image by Francesco 'Architetto' Rollandin.
http://www.openclipart.org/detail/34957
Icons by Mark James
Some icons by Mark James
http://www.famfamfam.com/lab/icons/silk/
http://creativecommons.org/licenses/by/2.5/ Creative Commons Attribution 2.5 License

View File

@ -129,6 +129,37 @@ h6 {font-size: 1em;}
text-decoration: none;
}
#header-search {
top: 1px;
margin-left: 6px;
}
#header-search #search-q {
position: relative;
width: 131px;
height: 12px;
margin-right: 10px;
padding: 2px 22px 2px 6px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border: none;
font-size: 0.88em;
}
#header-search input[type="submit"] {
border: 0;
background: url(../images/magnifier.png) no-repeat 2px 1px;
text-indent: -9999px;
width: 20px;
height: 18px;
position: absolute;
right: 10px;
top: 2px;
z-index: 2;
cursor: pointer;
}
#site_notice {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 615 B