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

Unified Diff: static/css/index-desktop.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.css ('k') | static/css/index-mobile.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/index-desktop.css
===================================================================
--- a/static/css/index-desktop.css
+++ b/static/css/index-desktop.css
@@ -30,18 +30,26 @@
margin-left: 8px;
}
-#install .install-button, #information-android, #edge-subscription
+#install .install-button,
+#information-android,
+h3.edge-message
{
position: absolute;
}
-#install .install-button, #edge-subscription
+#install .install-button,
+h3.edge-message
{
bottom: 2px;
left: 0;
width: 100%;
}
+h3.edge-message
+{
+ margin: 0px;
+}
+
#install .install-button:active
{
bottom: 0px;
@@ -64,16 +72,6 @@
padding: 0px;
}
-#content.edge #features li:first-child
-{
- display: none;
-}
-
-#edge-subscription input[type=email]
-{
- width: 210px;
-}
-
#information-android
{
left: 2px;
« 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