Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: anwiki/_override-static/global/global/css/main-desktop.css

Issue 9038117: Fixed regression: search box in IE6 positioned wrong (Closed)
Patch Set: Created Dec. 21, 2012, 11:18 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: anwiki/_override-static/global/global/css/main-desktop.css
===================================================================
--- a/anwiki/_override-static/global/global/css/main-desktop.css
+++ b/anwiki/_override-static/global/global/css/main-desktop.css
@@ -29,7 +29,7 @@
padding: 40px 5px 10px 190px;
}
-header nav li, #search form *, #current-language img
+header nav li, #search *, #current-language img
{
display: inline-block;
vertical-align: middle;
@@ -55,7 +55,7 @@
margin: 4px;
}
-#search form *
+#search *
{
margin-top: -2px;
height: 22px;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld