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: Addressing comments Created Aug. 26, 2015, 12:53 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 11 matching lines...) Expand all
22 height: 380px; 22 height: 380px;
23 } 23 }
24 24
25 html[dir="rtl"] #main 25 html[dir="rtl"] #main
26 { 26 {
27 float: left; 27 float: left;
28 margin-right: 0px; 28 margin-right: 0px;
29 margin-left: 8px; 29 margin-left: 8px;
30 } 30 }
31 31
32 #install .install-button, #install ul, #information-android 32 #install .install-button, #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 width: 100%;
51 right: 0; 52 text-align: center;
52 width: 115px; 53 vertical-align: bottom;
54 margin-top: 65px;
53 } 55 }
54 56
55 #content.maxthon #install ul, 57 #content.maxthon #install ul
56 #content.edge #install ul
57 { 58 {
58 margin-left: 18px; 59 bottom: 0px;
59 right: auto; 60 right: 0;
60 width: auto; 61 width: 100%;
62 text-align: center;
61 } 63 }
62 64
63 #content.edge #install ul 65 #content.edge #install ul
64 { 66 {
65 margin: 0px 35px; 67 margin: 10px 35px;
68 text-align: left;
66 } 69 }
67 70
68 #content.edge #other-browsers 71 #content.edge #other-browsers
69 { 72 {
70 margin: 0px 40px; 73 margin: 0px 40px;
71 display: block; 74 display: block;
72 } 75 }
73 76
74 #information-android 77 #information-android
75 { 78 {
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 #content.edge #edge-teaser 192 #content.edge #edge-teaser
190 { 193 {
191 display: inline-block; 194 display: inline-block;
192 padding: 0px; 195 padding: 0px;
193 } 196 }
194 197
195 #subscribe-textbox 198 #subscribe-textbox
196 { 199 {
197 width: 210px; 200 width: 210px;
198 } 201 }
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