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 the current tip Created Sept. 21, 2015, 11:08 p.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 bottom: -2px; 57 width: 100%;
57 right: 0; 58 text-align: center;
58 width: 115px; 59 vertical-align: bottom;
60 margin-top: 65px;
59 } 61 }
60 62
61 #content.maxthon #install ul, 63 #content.maxthon #install ul
62 #content.edge #install ul
63 { 64 {
64 margin-left: 18px; 65 bottom: 0px;
65 right: auto; 66 right: 0;
66 width: auto; 67 width: 100%;
68 text-align: center;
67 } 69 }
68 70
69 #content.edge #install ul 71 #content.edge #install ul
70 { 72 {
71 margin: 0px 35px; 73 margin: 10px 35px;
74 text-align: left;
72 } 75 }
73 76
74 #content.edge #other-browsers 77 #content.edge #other-browsers
75 { 78 {
76 margin: 0px 40px; 79 margin: 0px 40px;
77 display: block; 80 display: block;
78 } 81 }
79 82
80 #information-android 83 #information-android
81 { 84 {
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 #content.edge #edge-teaser 198 #content.edge #edge-teaser
196 { 199 {
197 display: inline-block; 200 display: inline-block;
198 padding: 0px; 201 padding: 0px;
199 } 202 }
200 203
201 #subscribe-textbox 204 #subscribe-textbox
202 { 205 {
203 width: 210px; 206 width: 210px;
204 } 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