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

Unified Diff: static/css/uninstalled.css

Issue 29611624: Issue 6047 - Updated templates and uninstalled pages (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Addressed comments in #15 Created Dec. 18, 2017, 12:55 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/simple.css ('k') | static/js/uninstalled.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/uninstalled.css
===================================================================
new file mode 100644
--- /dev/null
+++ b/static/css/uninstalled.css
@@ -0,0 +1,80 @@
+/* #reinstall
+ ******************************************************************************/
+
+#reinstall
+{
+ padding: 1em 0;
+}
+
+#reinstall .button
+{
+ margin: 1em 0;
+}
+
+@media(min-width: 768px)
+{
+ #reinstall .button
+ {
+ margin-left: 1.5em;
+ }
+
+ [dir="rtl"] #reinstall .button
+ {
+ margin-right: 1.5em;
+ }
+}
+
+
+/* #uninstall-reasons
+ ******************************************************************************/
+
+#uninstall-reasons ul
+{
+ list-style-type: none;
+}
+
+#uninstall-reasons ul,
+#uninstall-reasons li
+{
+ padding-left: 0;
+ margin-bottom: 0.5em;
+}
+
+[dir="rtl"] #uninstall-reasons ul,
+[dir="rtl"] #uninstall-reasons li
+{
+ padding-right: 0;
+}
+
+#uninstall-reasons input[type="checkbox"]
+{
+ margin-right: 0.5em;
+}
+
+[dir="rtl"] #uninstall-reasons input[type="checkbox"]
+{
+ margin-left: 0.5em;
+}
+
+#uninstall-reasons textarea
+{
+ margin-top: 0.5em;
+ width: 100%;
+ max-width: 554px;
+}
+
+#reason-error
+{
+ display: none;
+ color: #c70d2c;
+}
+
+.error #reason-error
+{
+ display: block;
+}
+
+.hidden
+{
+ display: none;
+}
« no previous file with comments | « static/css/simple.css ('k') | static/js/uninstalled.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld