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

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

Issue 29330735: Issue 3346 - Remove edge subscription form (Closed)
Patch Set: Created Nov. 24, 2015, 4:38 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 | « static/css/index.css ('k') | static/css/index-mobile.css » ('j') | 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 12 matching lines...) Expand all
23 margin-bottom: 4px; 23 margin-bottom: 4px;
24 } 24 }
25 25
26 html[dir="rtl"] #main 26 html[dir="rtl"] #main
27 { 27 {
28 float: left; 28 float: left;
29 margin-right: 0px; 29 margin-right: 0px;
30 margin-left: 8px; 30 margin-left: 8px;
31 } 31 }
32 32
33 #install .install-button, #information-android, #edge-subscription 33 #install .install-button, #information-android
34 { 34 {
35 position: absolute; 35 position: absolute;
36 } 36 }
37 37
38 #install .install-button, #edge-subscription 38 #install .install-button
39 { 39 {
40 bottom: 2px; 40 bottom: 2px;
41 left: 0; 41 left: 0;
42 width: 100%; 42 width: 100%;
43 } 43 }
44 44
45 #install .install-button:active 45 #install .install-button:active
46 { 46 {
47 bottom: 0px; 47 bottom: 0px;
48 } 48 }
49 49
50 #other-platform 50 #other-platform
51 { 51 {
52 position: absolute; 52 position: absolute;
53 top: 320px; 53 top: 320px;
54 } 54 }
55 55
56 #other-platform > div 56 #other-platform > div
57 { 57 {
58 margin-bottom: 10px; 58 margin-bottom: 10px;
59 } 59 }
60 60
61 #content.edge #edge-teaser 61 #content.edge #edge-teaser
62 { 62 {
63 display: inline-block; 63 display: inline-block;
64 padding: 0px; 64 padding: 0px;
65 } 65 }
66 66
67 #content.edge #features li:first-child
68 {
69 display: none;
70 }
71
72 #edge-subscription input[type=email]
73 {
74 width: 210px;
75 }
76
77 #information-android 67 #information-android
78 { 68 {
79 left: 2px; 69 left: 2px;
80 bottom: -25px; 70 bottom: -25px;
81 } 71 }
82 72
83 #messages-wrapper 73 #messages-wrapper
84 { 74 {
85 margin-top: 50px; 75 margin-top: 50px;
86 margin-bottom: 30px; 76 margin-bottom: 30px;
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 176
187 #more-tabs #sidebar button 177 #more-tabs #sidebar button
188 { 178 {
189 display: block; 179 display: block;
190 } 180 }
191 181
192 .more-tab 182 .more-tab
193 { 183 {
194 width: 760px; 184 width: 760px;
195 } 185 }
OLDNEW
« no previous file with comments | « static/css/index.css ('k') | static/css/index-mobile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld