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

Unified Diff: static/css/uninstalled.css

Issue 29721785: Fixes #29 - Moved reinstall banner below heading on uninstalled pages (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created March 13, 2018, 9:12 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 | « pages/uninstalled-submit.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/uninstalled.css
===================================================================
--- a/static/css/uninstalled.css
+++ b/static/css/uninstalled.css
@@ -1,41 +1,60 @@
/* #reinstall
******************************************************************************/
#reinstall
{
- padding: 1em 0;
+ font-size: 1.1em;
+ margin-bottom: 1.5em;
}
#reinstall .button
{
- margin: 1em 0;
+ display: block;
+ width: 100%;
+ margin-top: 1em;
}
-@media(min-width: 768px)
+@media (min-width: 576px)
{
#reinstall .button
{
- margin-left: 1.5em;
+ display: inline-block;
+ width: auto;
+ margin-left: 1em;
}
[dir="rtl"] #reinstall .button
{
- margin-right: 1.5em;
+ margin-left: 0;
+ margin-right: 1em;
}
}
+@media (min-width: 768px)
+{
+ #reinstall
+ {
+ font-size: 1.25em;
+ }
+}
/* #uninstall-reasons
******************************************************************************/
+#uninstall-reasons h1
+{
+ margin-bottom: 0;
+}
+
#uninstall-reasons ul
{
list-style-type: none;
+ margin: 0;
}
#uninstall-reasons ul,
#uninstall-reasons li
{
padding-left: 0;
margin-bottom: 0.5em;
}
« no previous file with comments | « pages/uninstalled-submit.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld