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

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

Issue 29328882: Issue 2870 - Adjust icons on homepage horizontally (Closed)
Patch Set: Created Oct. 6, 2015, 4:03 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
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
11 { 11 {
12 width: 1000px; 12 width: 1000px;
13 } 13 }
14 14
15 #main 15 #main
16 { 16 {
17 width: 426px; 17 width: 426px;
18 height: 307px; 18 height: 307px;
19 position: relative; 19 position: relative;
20 float: right; 20 float: right;
21 margin-left: 0px; 21 margin-left: 0px;
22 margin-right: 3px; 22 margin-right: 3px;
23 margin-bottom: 4px; 23 margin-bottom: 4px;
24 } 24 }
25 25
26 #content.edge #main
27 {
28 height: 380px;
29 }
30
31 html[dir="rtl"] #main 26 html[dir="rtl"] #main
32 { 27 {
33 float: left; 28 float: left;
34 margin-right: 0px; 29 margin-right: 0px;
35 margin-left: 8px; 30 margin-left: 8px;
36 } 31 }
37 32
38 #install .install-button, #install ul, #information-android 33 #install .install-button, #information-android, #edge-subscription
39 { 34 {
40 position: absolute; 35 position: absolute;
41 } 36 }
42 37
43 #install .install-button 38 #install .install-button, #edge-subscription
44 { 39 {
45 bottom: 2px; 40 bottom: 2px;
46 left: 0; 41 left: 0;
42 width: 100%;
47 } 43 }
48 44
49 #install .install-button:active 45 #install .install-button:active
50 { 46 {
51 bottom: 0px; 47 bottom: 0px;
52 } 48 }
53 49
54 #install ul 50 #other-platform
55 { 51 {
56 right: 0; 52 position: absolute;
57 width: 115px; 53 top: 320px;
58 } 54 }
59 55
60 #content.maxthon #install ul, 56 #other-platform > div
61 #content.edge #install ul
62 { 57 {
63 margin-left: 18px; 58 margin-bottom: 10px;
64 right: auto;
65 width: auto;
66 }
67
68 #content.edge #install ul
69 {
70 margin: 0px 35px;
71 }
72
73 #content.edge #other-browsers
74 {
75 margin: 0px 40px 10px 40px;
76 display: block;
77 } 59 }
78 60
79 #content.edge #edge-teaser 61 #content.edge #edge-teaser
80 { 62 {
81 display: inline-block; 63 display: inline-block;
82 padding: 0px; 64 padding: 0px;
83 } 65 }
84 66
85 #edge-subscription input[type=email] 67 #edge-subscription input[type=email]
86 { 68 {
(...skipping 13 matching lines...) Expand all
100 width: 100%; 82 width: 100%;
101 float: right; 83 float: right;
102 } 84 }
103 85
104 #messages-wrapper > div 86 #messages-wrapper > div
105 { 87 {
106 margin-top: 0px; 88 margin-top: 0px;
107 margin-bottom: 20px; 89 margin-bottom: 20px;
108 } 90 }
109 91
92 #content.edge #messages-wrapper
93 {
94 margin-top: 80px;
95 }
96
110 #key-facts 97 #key-facts
111 { 98 {
112 margin-top: 50px; 99 margin-top: 50px;
113 margin-left: 80px; 100 margin-left: 80px;
114 margin-right: 0px; 101 margin-right: 0px;
115 } 102 }
116 103
117 html[dir="rtl"] #key-facts 104 html[dir="rtl"] #key-facts
118 { 105 {
119 margin-right: 80px; 106 margin-right: 80px;
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 181
195 #more-tabs #sidebar button 182 #more-tabs #sidebar button
196 { 183 {
197 display: block; 184 display: block;
198 } 185 }
199 186
200 .more-tab 187 .more-tab
201 { 188 {
202 width: 760px; 189 width: 760px;
203 } 190 }
OLDNEW
« includes/index.tmpl ('K') | « static/css/index.css ('k') | static/css/index-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld