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: 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-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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 display: block; 53 display: block;
54 margin-top: 10px; 54 margin-top: 10px;
55 } 55 }
56 56
57 #other-platform li 57 #other-platform li
58 { 58 {
59 margin: 0px 10px; 59 margin: 0px 10px;
60 } 60 }
61 61
62 .warning-platform, #maxthon-notification, 62 .warning-platform, #maxthon-notification,
63 .disclaimer, #adblock-browser-notification, 63 .disclaimer, #adblock-browser-notification
64 #edge-subscription
65 { 64 {
66 margin: 10px; 65 margin: 10px;
67 } 66 }
68 67
69 #key-facts section 68 #key-facts section
70 { 69 {
71 width: auto; 70 width: auto;
72 max-width: 225px; 71 max-width: 225px;
73 margin-top: 25px; 72 margin-top: 25px;
74 margin-left: 15px; 73 margin-left: 15px;
75 margin-right: 15px; 74 margin-right: 15px;
76 padding-left: 80px; 75 padding-left: 80px;
77 padding-right: 0px; 76 padding-right: 0px;
78 text-align: left; 77 text-align: left;
79 } 78 }
80 79
81 html[dir="rtl"] #key-facts section 80 html[dir="rtl"] #key-facts section
82 { 81 {
83 padding-right: 80px; 82 padding-right: 80px;
84 padding-left: 0px; 83 padding-left: 0px;
85 text-align: right; 84 text-align: right;
86 } 85 }
87 86
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 87 #key-facts section.border-right
104 { 88 {
105 padding-bottom: 25px; 89 padding-bottom: 25px;
106 border-bottom: 1px dotted black; 90 border-bottom: 1px dotted black;
107 } 91 }
108 92
109 #more, #less 93 #more, #less
110 { 94 {
111 padding: 10px 50px; 95 padding: 10px 50px;
112 border-radius: 4px; 96 border-radius: 4px;
113 } 97 }
114 98
115 #sidebar 99 #sidebar
116 { 100 {
117 padding-top: 20px; 101 padding-top: 20px;
118 } 102 }
119 103
120 .more-tab 104 .more-tab
121 { 105 {
122 text-align: left; 106 text-align: left;
123 margin: 10px 10px 0px 10px; 107 margin: 10px 10px 0px 10px;
124 } 108 }
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