Style for header search form.
This commit is contained in:
parent
8c84637612
commit
a0514281a0
@ -218,6 +218,13 @@ address .poweredby {
|
|||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#header-search {
|
||||||
|
float: right;
|
||||||
|
position: relative;
|
||||||
|
top: -8px;
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
#site_notice {
|
#site_notice {
|
||||||
float: right;
|
float: right;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Default avatars are modified from an image by Francesco 'Architetto' Rollandin.
|
Default avatars are modified from an image by Francesco 'Architetto' Rollandin.
|
||||||
http://www.openclipart.org/detail/34957
|
http://www.openclipart.org/detail/34957
|
||||||
|
|
||||||
Icons by Mark James
|
Some icons by Mark James
|
||||||
http://www.famfamfam.com/lab/icons/silk/
|
http://www.famfamfam.com/lab/icons/silk/
|
||||||
http://creativecommons.org/licenses/by/2.5/ Creative Commons Attribution 2.5 License
|
http://creativecommons.org/licenses/by/2.5/ Creative Commons Attribution 2.5 License
|
||||||
|
|
||||||
|
@ -129,6 +129,37 @@ h6 {font-size: 1em;}
|
|||||||
text-decoration: none;
|
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 {
|
#site_notice {
|
||||||
-webkit-border-radius: 6px;
|
-webkit-border-radius: 6px;
|
||||||
-moz-border-radius: 6px;
|
-moz-border-radius: 6px;
|
||||||
|
BIN
theme/neo/images/magnifier.png
Normal file
BIN
theme/neo/images/magnifier.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 615 B |
Loading…
Reference in New Issue
Block a user