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: Created Aug. 13, 2015, 2:51 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 #main 9 #main
10 { 10 {
(...skipping 20 matching lines...) Expand all
31 31
32 #install .install-button, #install ul, #information-android 32 #install .install-button, #install ul, #information-android
33 { 33 {
34 position: absolute; 34 position: absolute;
35 } 35 }
36 36
37 #install .install-button 37 #install .install-button
38 { 38 {
39 bottom: 2px; 39 bottom: 2px;
40 left: 0; 40 left: 0;
41 width: 100%;
41 } 42 }
42 43
43 #install .install-button:active 44 #install .install-button:active
44 { 45 {
45 bottom: 0px; 46 bottom: 0px;
46 } 47 }
47 48
48 #install ul 49 #install ul
49 { 50 {
50 bottom: -2px; 51 bottom: -30px;
saroyanm 2015/08/20 19:13:35 With current layout we shouldn't position button a
saroyanm 2015/08/20 20:37:07 Sorry it's only about icons, otherwise the button
51 right: 0; 52 right: 0;
52 width: 115px; 53 width: 100%;
54 text-align: center;
53 } 55 }
54 56
55 #content.maxthon #install ul, 57 #content.maxthon #install ul
58 {
59 bottom: 0px;
60 right: 0;
61 width: 100%;
62 text-align: center;
63 }
64
56 #content.edge #install ul 65 #content.edge #install ul
57 { 66 {
58 margin-left: 18px; 67 margin-left: 18px;
59 right: auto; 68 right: auto;
60 width: auto; 69 width: auto;
61 } 70 }
62 71
63 #content.edge #install ul 72 #content.edge #install ul
64 { 73 {
65 margin: 0px 35px; 74 margin: 30px 35px;
saroyanm 2015/08/20 19:08:14 I assume this fix belongs to another review.
66 } 75 }
67 76
68 #content.edge #edge-other-browsers 77 #content.edge #edge-other-browsers
69 { 78 {
70 margin: 0px 40px; 79 margin: 0px 40px;
71 display: block; 80 display: block;
72 } 81 }
73 82
74 #information-android 83 #information-android
75 { 84 {
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 #content.edge #edge-incoming 198 #content.edge #edge-incoming
190 { 199 {
191 display: inline-block; 200 display: inline-block;
192 padding: 0px; 201 padding: 0px;
193 } 202 }
194 203
195 #subscribe-textbox 204 #subscribe-textbox
196 { 205 {
197 width: 210px; 206 width: 210px;
198 } 207 }
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