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

Delta Between Two Patch Sets: static/css/index-desktop.css

Issue 29323528: Issue 2870 - Adjust icons on homepage horizontally (Closed)
Left Patch Set: Rebased to the current tip Created Sept. 21, 2015, 11:08 p.m.
Right 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 49
50 #install .install-button:active 50 #install .install-button:active
51 { 51 {
52 bottom: 0px; 52 bottom: 0px;
53 } 53 }
54 54
55 #install ul 55 #install ul
56 { 56 {
57 width: 100%; 57 width: 100%;
58 text-align: center; 58 text-align: center;
59 vertical-align: bottom; 59 position: absolute;
60 margin-top: 65px; 60 bottom: -35px;
61 }
62
63 #content.maxthon #install ul,
64 #content.edge #install ul
65 {
66 margin-left: 18px;
67 right: auto;
68 width: auto;
69 }
70
71 #content.edge #install ul
72 {
73 margin: 0px 35px;
74 position: static;
61 } 75 }
62 76
63 #content.maxthon #install ul 77 #content.maxthon #install ul
64 { 78 {
65 bottom: 0px; 79 bottom: 0px;
66 right: 0; 80 margin-left: 35px;
67 width: 100%; 81 position: static;
68 text-align: center;
69 }
70
71 #content.edge #install ul
72 {
73 margin: 10px 35px;
74 text-align: left;
75 } 82 }
76 83
77 #content.edge #other-browsers 84 #content.edge #other-browsers
78 { 85 {
79 margin: 0px 40px; 86 margin: 0px 40px 10px 40px;
80 display: block; 87 display: block;
88 }
89
90 #content.edge #edge-teaser
91 {
92 display: inline-block;
93 padding: 0px;
94 }
95
96 #edge-subscription input[type=email]
97 {
98 width: 210px;
81 } 99 }
82 100
83 #information-android 101 #information-android
84 { 102 {
85 left: 2px; 103 left: 2px;
86 bottom: -25px; 104 bottom: -25px;
87 } 105 }
88 106
89 #messages-wrapper 107 #messages-wrapper
90 { 108 {
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 } 204 }
187 205
188 #more-tabs #sidebar button 206 #more-tabs #sidebar button
189 { 207 {
190 display: block; 208 display: block;
191 } 209 }
192 210
193 .more-tab 211 .more-tab
194 { 212 {
195 width: 760px; 213 width: 760px;
196 } 214 }
197
198 #content.edge #edge-teaser
199 {
200 display: inline-block;
201 padding: 0px;
202 }
203
204 #subscribe-textbox
205 {
206 width: 210px;
207 }
LEFTRIGHT
« no previous file | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld