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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « static/css/index-desktop.css ('k') | static/js/index.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/index-mobile.css
===================================================================
--- a/static/css/index-mobile.css
+++ b/static/css/index-mobile.css
@@ -48,6 +48,11 @@
text-align: left;
}
+h3.edge-message
+{
+ margin: 10px;
+}
+
#other-platform ul
{
display: block;
@@ -60,8 +65,7 @@
}
.warning-platform, #maxthon-notification,
-.disclaimer, #adblock-browser-notification,
-#edge-subscription
+.disclaimer, #adblock-browser-notification
{
margin: 10px;
}
@@ -85,21 +89,6 @@
text-align: right;
}
-#edge-subscription button[type=submit], #edge-subscription input[type=email]
-{
- webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -ms-box-sizing: border-box;
- -o-box-sizing: border-box;
- box-sizing: border-box;
- width: 100%;
-}
-
-#edge-teaser
-{
- display: none;
-}
-
#key-facts section.border-right
{
padding-bottom: 25px;
« 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