Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3982)

Unified Diff: chrome/browser/resources/chromeos/login/oobe.css

Issue 9864032: [WebUI] Fix all CSS nits in chrome/browser/resources/chromeos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/login/oobe.css
diff --git a/chrome/browser/resources/chromeos/login/oobe.css b/chrome/browser/resources/chromeos/login/oobe.css
index 07eab42c753c50de6aa0df7467e82a507addde38..e1e050e09380ae2a0a4bb4381a0985500033533b 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -48,12 +48,12 @@ button {
#security-info a,
#eula a {
- color: #006668;
+ color: rgb(0, 102, 104);
text-decoration: none;
}
#eula #stats-help-link {
- color: #316ac5;
+ color: rgb(49, 106, 197);
}
hr.shadow {
@@ -111,7 +111,7 @@ hr.bottom {
.header-section:before {
/* Divider in header between product name and title,
like "[Product name] > [step header]" */
- content: "\00A0\203A\00A0\00A0";
+ content: '\00A0\203A\00A0\00A0';
}
.header-section {
@@ -208,13 +208,13 @@ html[dir=rtl] .step.left {
}
.control-with-label {
- margin: 10px 0 10px 0;
- display: -webkit-box;
-webkit-box-align: start;
+ display: -webkit-box;
+ margin: 10px 0;
}
.menu-area {
- margin: 5px 5px 5px 5px;
+ margin: 5px;
}
.menu-control {
@@ -275,8 +275,8 @@ html[dir=rtl] .step.left {
}
#user-image-grid [role=listitem] {
- border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.15);
+ border-radius: 4px;
display: inline-block;
margin: 4px;
padding: 3px;
@@ -307,8 +307,8 @@ html[dir=rtl] .step.left {
}
#profile-image .spinner {
- position: absolute;
left: 14px;
+ position: absolute;
top: 14px;
}
@@ -329,8 +329,8 @@ html[dir=rtl] #user-image-preview {
}
.default-image #user-image-preview-img {
- border: solid 1px #cacaca;
background: white;
+ border: solid 1px #cacaca;
}
#user-image-preview-caption {
@@ -415,7 +415,7 @@ html[dir=rtl] #user-image-preview {
}
#update #update-cancel-hint {
- color: #a00;
+ color: rgb(170, 0, 0);
left: 50%;
margin: 1em -16em;
position: absolute;
@@ -465,10 +465,10 @@ button {
}
#security-info-popup {
- -webkit-box-shadow: 0 5px 80px #505050;
background: white;
- border-radius: 2px;
border: 1px solid rgb(188, 193, 208);
+ border-radius: 2px;
+ box-shadow: 0 5px 80px #505050;
min-height: 250px;
position: relative;
width: 460px;
@@ -479,7 +479,7 @@ button {
-webkit-padding-end: 24px;
-webkit-user-select: none;
background: -webkit-linear-gradient(white, #F8F8F8);
- color: #53637d;
+ color: rgb(83, 99, 125);
font-size: 105%;
font-weight: bold;
margin: 0;
@@ -518,8 +518,7 @@ button {
bottom: 0;
display: -webkit-box;
left: 0;
- padding-bottom: 130px;
- padding: 20px;
+ padding: 20px 20px 130px;
Dan Beam 2012/03/29 07:03:30 whoops...
position: fixed;
right: 0;
top: 0;

Powered by Google App Engine
This is Rietveld 408576698