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

Side by Side Diff: static/css/index-desktop.css

Issue 29323528: Issue 2870 - Adjust icons on homepage horizontally (Closed)
Patch Set: Rebased to #2844. Created Oct. 2, 2015, 1:05 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 #content 1 #content
2 { 2 {
3 width: 990px; 3 width: 990px;
4 margin-bottom: 290px; 4 margin-bottom: 290px;
5 padding-left: 0; 5 padding-left: 0;
6 padding-right: 0; 6 padding-right: 0;
7 } 7 }
8 8
9 #content.ua-android, 9 #content.ua-android,
10 #content.ua-ios 10 #content.ua-ios
(...skipping 17 matching lines...) Expand all
28 height: 380px; 28 height: 380px;
29 } 29 }
30 30
31 html[dir="rtl"] #main 31 html[dir="rtl"] #main
32 { 32 {
33 float: left; 33 float: left;
34 margin-right: 0px; 34 margin-right: 0px;
35 margin-left: 8px; 35 margin-left: 8px;
36 } 36 }
37 37
38 #install .install-button, #install ul, #information-android 38 #install .install-button, #information-android
39 { 39 {
40 position: absolute; 40 position: absolute;
41 } 41 }
42 42
43 #install .install-button 43 #install .install-button
44 { 44 {
45 bottom: 2px; 45 bottom: 2px;
46 left: 0; 46 left: 0;
47 width: 100%;
47 } 48 }
48 49
49 #install .install-button:active 50 #install .install-button:active
50 { 51 {
51 bottom: 0px; 52 bottom: 0px;
52 } 53 }
53 54
54 #install ul 55 #install ul
55 { 56 {
56 right: 0; 57 width: 100%;
57 width: 115px; 58 text-align: center;
59 position: absolute;
60 bottom: -35px;
58 } 61 }
59 62
60 #content.maxthon #install ul, 63 #content.maxthon #install ul,
61 #content.edge #install ul 64 #content.edge #install ul
62 { 65 {
63 margin-left: 18px; 66 margin-left: 18px;
64 right: auto; 67 right: auto;
65 width: auto; 68 width: auto;
66 } 69 }
67 70
68 #content.edge #install ul 71 #content.edge #install ul
69 { 72 {
70 margin: 0px 35px; 73 margin: 0px 35px;
74 position: static;
75 }
76
77 #content.maxthon #install ul
78 {
79 bottom: 0px;
80 margin-left: 35px;
81 position: static;
71 } 82 }
72 83
73 #content.edge #other-browsers 84 #content.edge #other-browsers
74 { 85 {
75 margin: 0px 40px 10px 40px; 86 margin: 0px 40px 10px 40px;
76 display: block; 87 display: block;
77 } 88 }
78 89
79 #content.edge #edge-teaser 90 #content.edge #edge-teaser
80 { 91 {
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 205
195 #more-tabs #sidebar button 206 #more-tabs #sidebar button
196 { 207 {
197 display: block; 208 display: block;
198 } 209 }
199 210
200 .more-tab 211 .more-tab
201 { 212 {
202 width: 760px; 213 width: 760px;
203 } 214 }
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