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

Unified Diff: static/css/main.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 | « pages/uninstalled-submit.html ('k') | static/css/uninstalled.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/main.css
===================================================================
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -204,29 +204,30 @@
color: #c70d2c;
}
/* Buttons
******************************************************************************/
.button
{
+ display: inline-block;
padding: 0.5em 2em;
border: none;
text-align: center;
}
.button:hover,
.button:active,
.button:focus
{
text-decoration: none;
}
-@media(max-width: 767px)
+@media(max-width: 575px)
{
.button
{
display: block;
width: 100%;
}
}
« no previous file with comments | « pages/uninstalled-submit.html ('k') | static/css/uninstalled.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld