Fix search bar and restore title.
This commit is contained in:
@@ -43,7 +43,11 @@ a:hover, a:visited {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#head h1 {
|
#head h1 {
|
||||||
display: none;
|
font-size: 3.3em;
|
||||||
|
float: left;
|
||||||
|
line-height: normal;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0.08em 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#head ul.actions {
|
#head ul.actions {
|
||||||
@@ -586,7 +590,6 @@ ul.actions {
|
|||||||
/* @control searchbar */
|
/* @control searchbar */
|
||||||
#head #searchbar {
|
#head #searchbar {
|
||||||
float: right;
|
float: right;
|
||||||
margin: 1em 0 0 0;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
@@ -607,7 +610,7 @@ ul.actions {
|
|||||||
float: left;
|
float: left;
|
||||||
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
height: 1.8em;
|
height: 2.15em;
|
||||||
|
|
||||||
-webkit-focus-ring: none;
|
-webkit-focus-ring: none;
|
||||||
}
|
}
|
||||||
@@ -640,10 +643,10 @@ ul.actions {
|
|||||||
|
|
||||||
#head #searchbar #searchbar-fauxtext #search-submit span {
|
#head #searchbar #searchbar-fauxtext #search-submit span {
|
||||||
background-image: url(/images/icon-sprite.png);
|
background-image: url(/images/icon-sprite.png);
|
||||||
background-position: -431px -1px;
|
background-position: -431px 4px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
display: block;
|
display: block;
|
||||||
height: 2em;
|
height: 2.15em;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-indent: -5000px;
|
text-indent: -5000px;
|
||||||
width: 28px;
|
width: 28px;
|
||||||
|
|||||||
Reference in New Issue
Block a user