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: Addressed Julian's comments Created Aug. 24, 2016, 11:48 a.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
« pages/uninstalled.tmpl ('K') | « 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,18 @@
max-width: 960px;
}
-section
+section, .notification
juliandoucette 2016/09/24 16:49:34 NIT: Shouldn't this be on the next line?
saroyanm 2016/09/27 12:10:14 Done.
{
padding: 20px 100px;
margin-bottom: 30px;
}
+.notification
+{
+ margin: 0px;
+ text-align: center;
+}
+
section.highlighted
{
background-image: url(/img/background-blue.png);
@@ -147,7 +164,6 @@
section li textarea
{
display: block;
- margin-top: 10px;
padding: 5px;
width: 250px;
height: 50px;
@@ -155,6 +171,12 @@
font-size: 14px;
}
+section li ul
+{
+ margin-top: 10px;
+ margin-bottom: 0px;
+}
+
section .subheader
{
margin-top: 0px;
@@ -168,14 +190,18 @@
margin: 0px 12px;
}
-form button
+button, .notification a
juliandoucette 2016/09/24 16:49:34 NIT: Shouldn't this be on the next line?
saroyanm 2016/09/27 12:10:14 Done.
{
min-width: 138px;
+ border: 0px;
+ color: #ffffff;
+ cursor: pointer;
+}
+
+section.highlighted form button
juliandoucette 2016/09/24 16:49:34 NIT: We don't need "section" here?
saroyanm 2016/09/27 12:10:14 Done.
+{
height: 42px;
background-color: #37506d;
- border: 0px;
- cursor: pointer;
- color: #ffffff;
}
form.error button
@@ -188,6 +214,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;
« pages/uninstalled.tmpl ('K') | « pages/uninstalled.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld