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

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

Issue 29330735: Issue 3346 - Remove edge subscription form (Closed)
Left Patch Set: Created Nov. 24, 2015, 4:38 p.m.
Right Patch Set: Add replacement message Created Nov. 25, 2015, 5:11 p.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 | « static/css/index.css ('k') | static/css/index-mobile.css » ('j') | 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 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 33 #install .install-button,
34 #information-android,
35 h3.edge-message
34 { 36 {
35 position: absolute; 37 position: absolute;
36 } 38 }
37 39
38 #install .install-button 40 #install .install-button,
41 h3.edge-message
39 { 42 {
40 bottom: 2px; 43 bottom: 2px;
41 left: 0; 44 left: 0;
42 width: 100%; 45 width: 100%;
46 }
47
48 h3.edge-message
49 {
50 margin: 0px;
43 } 51 }
44 52
45 #install .install-button:active 53 #install .install-button:active
46 { 54 {
47 bottom: 0px; 55 bottom: 0px;
48 } 56 }
49 57
50 #other-platform 58 #other-platform
51 { 59 {
52 position: absolute; 60 position: absolute;
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 184
177 #more-tabs #sidebar button 185 #more-tabs #sidebar button
178 { 186 {
179 display: block; 187 display: block;
180 } 188 }
181 189
182 .more-tab 190 .more-tab
183 { 191 {
184 width: 760px; 192 width: 760px;
185 } 193 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld