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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 html 1 html
2 { 2 {
3 position: relative; 3 position: relative;
4 min-height: 100%; 4 min-height: 100%;
5 } 5 }
6 6
7 header, #content, #footer-content 7 header, #content, #footer-content
8 { 8 {
9 margin-left: auto; 9 margin-left: auto;
10 margin-right: auto; 10 margin-right: auto;
(...skipping 11 matching lines...) Expand all
22 padding-left: 10px; 22 padding-left: 10px;
23 padding-right: 10px; 23 padding-right: 10px;
24 } 24 }
25 25
26 26
27 header nav 27 header nav
28 { 28 {
29 padding: 40px 5px 10px 190px; 29 padding: 40px 5px 10px 190px;
30 } 30 }
31 31
32 header nav li, #search form *, #current-language img 32 header nav li, #search *, #current-language img
33 { 33 {
34 display: inline-block; 34 display: inline-block;
35 vertical-align: middle; 35 vertical-align: middle;
36 } 36 }
37 37
38 header nav li 38 header nav li
39 { 39 {
40 height: 18px; 40 height: 18px;
41 border-left: 1px dotted #848484; 41 border-left: 1px dotted #848484;
42 margin-left: 8px; 42 margin-left: 8px;
43 padding: 2px 0 2px 12px; 43 padding: 2px 0 2px 12px;
44 } 44 }
45 45
46 header nav li.first, header nav li li 46 header nav li.first, header nav li li
47 { 47 {
48 border-left: none; 48 border-left: none;
49 margin-left: 0; 49 margin-left: 0;
50 padding-left: 0; 50 padding-left: 0;
51 } 51 }
52 52
53 header nav li li 53 header nav li li
54 { 54 {
55 margin: 4px; 55 margin: 4px;
56 } 56 }
57 57
58 #search form * 58 #search *
59 { 59 {
60 margin-top: -2px; 60 margin-top: -2px;
61 height: 22px; 61 height: 22px;
62 } 62 }
63 63
64 #search label 64 #search label
65 { 65 {
66 display: none; 66 display: none;
67 } 67 }
68 68
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 position: absolute; 195 position: absolute;
196 bottom: 5px; 196 bottom: 5px;
197 right: 10px; 197 right: 10px;
198 } 198 }
199 199
200 #pageactions 200 #pageactions
201 { 201 {
202 margin-top: -40px; 202 margin-top: -40px;
203 margin-bottom: 20px; 203 margin-bottom: 20px;
204 } 204 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld