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

Unified Diff: static/css/index.css

Issue 29328921: Issue 2844 - cosmetic fixes and adjustments to ABP for Microsoft Edge subscription page (Closed)
Patch Set: remove bullet point Created Oct. 8, 2015, 10:37 a.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 | « settings.ini ('k') | static/css/index-desktop.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/index.css
===================================================================
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -469,10 +469,21 @@
height: 40px;
}
+.sucess-label
+{
+ color: #699926;
+}
-#edge-subscription form > span, #edge-subscription form.success input,
-#edge-subscription form.success button, #other-platform > div,
-#content.edge #video, #edge-subscription, #edge-teaser
+.invalid-label, .response-error
+{
+ color: #d50215;
+}
+
+#edge-subscription .messages > *,
+#edge-subscription form.success > .subscription-fields,
+#edge-subscription form.invalid > .subscription-fields,
+#edge-subscription form.error > .subscription-fields,
+#other-platform > div, #content.edge #video, #edge-subscription, #edge-teaser
{
display: none;
}
@@ -484,7 +495,9 @@
#edge-subscription form.success .sucess-label,
#edge-subscription form.invalid .invalid-label,
+#edge-subscription form.invalid .reset-form,
#edge-subscription form.error .response-error,
+#edge-subscription form.error .reset-form,
#content.edge #edge-subscription,
#content.edge #other-platform > div
{
« no previous file with comments | « settings.ini ('k') | static/css/index-desktop.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld