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

Unified Diff: static/css/simple.css

Issue 29348067: Issue 4049 - reinstall button and adbockers list added to uninstallation page (Closed)
Patch Set: And again addressed comments Created Sept. 27, 2016, 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.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/simple.css
===================================================================
--- a/static/css/simple.css
+++ b/static/css/simple.css
@@ -54,6 +54,17 @@
text-decoration: none;
}
+fieldset
+{
+ border: 0px;
+ padding: 0px;
+}
+
+li fieldset
+{
+ padding-top: 10px;
+}
+
header h1
{
box-sizing: border-box;
@@ -61,7 +72,7 @@
border-left: none;
border-right: none;
padding: 18px;
- margin: 68px auto 20px auto;
+ margin: 68px auto 0px auto;
max-width: 960px;
font-weight: 300;
font-size: 24px;
@@ -95,12 +106,19 @@
max-width: 960px;
}
-section
+section,
+.notification
{
padding: 20px 100px;
margin-bottom: 30px;
}
+.notification
+{
+ margin: 0px;
+ text-align: center;
+}
+
section.highlighted
{
background-image: url(/img/background-blue.png);
@@ -147,7 +165,6 @@
section li textarea
{
display: block;
- margin-top: 10px;
padding: 5px;
width: 250px;
height: 50px;
@@ -155,6 +172,12 @@
font-size: 14px;
}
+section li ul
+{
+ margin-top: 10px;
+ margin-bottom: 0px;
+}
+
section .subheader
{
margin-top: 0px;
@@ -168,14 +191,19 @@
margin: 0px 12px;
}
-form button
+button,
+.notification a
{
min-width: 138px;
+ border: 0px;
+ color: #ffffff;
+ cursor: pointer;
+}
+
+.highlighted form button
+{
height: 42px;
background-color: #37506d;
- border: 0px;
- cursor: pointer;
- color: #ffffff;
}
form.error button
@@ -188,6 +216,22 @@
display: inline-block;
}
+.notification a
+{
+ display: inline-block;
+ padding: 14px 0px;
+ margin: 0px 10px;
+ background-color: #5cb85c;
+ vertical-align: middle;
+ font-size: 14px;
+ text-decoration: none;
+}
+
+.notification a:hover
+{
+ background-color: #47a447;
+}
+
form input[type="checkbox"]
{
margin: 0px;
« no previous file with comments | « pages/uninstalled.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld