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: Addressed #3 Created March 14, 2018, 12:02 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/main.css ('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,40 @@
/* #reinstall
******************************************************************************/
#reinstall
{
- padding: 1em 0;
-}
-
-#reinstall .button
-{
- margin: 1em 0;
+ margin-top: 1em;
+ margin-bottom: 1em;
+ font-size: 1.1em;
}
-@media(min-width: 768px)
+#reinstall-label
{
- #reinstall .button
+ display: inline-block;
+ margin-bottom: 1em;
+ margin-right: 1em;
+}
+
+@media (min-width: 768px)
+{
+ #reinstall
{
- margin-left: 1.5em;
- }
-
- [dir="rtl"] #reinstall .button
- {
- margin-right: 1.5em;
+ font-size: 1.2em;
}
}
-
/* #uninstall-reasons
******************************************************************************/
#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 | « static/css/main.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld