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

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

Issue 29330735: Issue 3346 - Remove edge subscription form (Closed)
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:
View unified diff | Download patch
« no previous file with comments | « static/css/index-desktop.css ('k') | static/js/index.js » ('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 text-align: center; 3 text-align: center;
4 margin-left: 0; 4 margin-left: 0;
5 margin-right: 0; 5 margin-right: 0;
6 } 6 }
7 7
8 #abb-banner 8 #abb-banner
9 { 9 {
10 padding: 20px; 10 padding: 20px;
(...skipping 30 matching lines...) Expand all
41 { 41 {
42 font-size: 20px; 42 font-size: 20px;
43 } 43 }
44 44
45 #summary ul 45 #summary ul
46 { 46 {
47 display: inline-block; 47 display: inline-block;
48 text-align: left; 48 text-align: left;
49 } 49 }
50 50
51 h3.edge-message
52 {
53 margin: 10px;
54 }
55
51 #other-platform ul 56 #other-platform ul
52 { 57 {
53 display: block; 58 display: block;
54 margin-top: 10px; 59 margin-top: 10px;
55 } 60 }
56 61
57 #other-platform li 62 #other-platform li
58 { 63 {
59 margin: 0px 10px; 64 margin: 0px 10px;
60 } 65 }
61 66
62 .warning-platform, #maxthon-notification, 67 .warning-platform, #maxthon-notification,
63 .disclaimer, #adblock-browser-notification, 68 .disclaimer, #adblock-browser-notification
64 #edge-subscription
65 { 69 {
66 margin: 10px; 70 margin: 10px;
67 } 71 }
68 72
69 #key-facts section 73 #key-facts section
70 { 74 {
71 width: auto; 75 width: auto;
72 max-width: 225px; 76 max-width: 225px;
73 margin-top: 25px; 77 margin-top: 25px;
74 margin-left: 15px; 78 margin-left: 15px;
75 margin-right: 15px; 79 margin-right: 15px;
76 padding-left: 80px; 80 padding-left: 80px;
77 padding-right: 0px; 81 padding-right: 0px;
78 text-align: left; 82 text-align: left;
79 } 83 }
80 84
81 html[dir="rtl"] #key-facts section 85 html[dir="rtl"] #key-facts section
82 { 86 {
83 padding-right: 80px; 87 padding-right: 80px;
84 padding-left: 0px; 88 padding-left: 0px;
85 text-align: right; 89 text-align: right;
86 } 90 }
87 91
88 #edge-subscription button[type=submit], #edge-subscription input[type=email]
89 {
90 webkit-box-sizing: border-box;
91 -moz-box-sizing: border-box;
92 -ms-box-sizing: border-box;
93 -o-box-sizing: border-box;
94 box-sizing: border-box;
95 width: 100%;
96 }
97
98 #edge-teaser
99 {
100 display: none;
101 }
102
103 #key-facts section.border-right 92 #key-facts section.border-right
104 { 93 {
105 padding-bottom: 25px; 94 padding-bottom: 25px;
106 border-bottom: 1px dotted black; 95 border-bottom: 1px dotted black;
107 } 96 }
108 97
109 #more, #less 98 #more, #less
110 { 99 {
111 padding: 10px 50px; 100 padding: 10px 50px;
112 border-radius: 4px; 101 border-radius: 4px;
113 } 102 }
114 103
115 #sidebar 104 #sidebar
116 { 105 {
117 padding-top: 20px; 106 padding-top: 20px;
118 } 107 }
119 108
120 .more-tab 109 .more-tab
121 { 110 {
122 text-align: left; 111 text-align: left;
123 margin: 10px 10px 0px 10px; 112 margin: 10px 10px 0px 10px;
124 } 113 }
OLDNEW
« no previous file with comments | « static/css/index-desktop.css ('k') | static/js/index.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld