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

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

Issue 7584029: Fixed TPM dialog shield style (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c9849c92121dcbcf61cee7bb1d1c6f5ea5ca119d..beb7a76b802568c3cfc763fba4b332f2dc4f5b4a 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -36,6 +36,10 @@ body {
text-decoration: none;
}
+#eula #stats-help-link {
+ color: #316ac5;
+}
+
hr.shadow {
-webkit-mask: -webkit-linear-gradient(left, rgba(0,0,0,0),
black 50%, rgba(0,0,0,0));
@@ -69,6 +73,13 @@ hr.bottom {
padding-left: 54px;
}
+#header span,
+#logging span,
+#user-image-screen-curtain p,
+.label {
+ cursor: default;
+}
+
#header-sections {
position: relative;
}
@@ -82,6 +93,7 @@ hr.bottom {
.header-section {
-webkit-transition: left .2s, opacity .2s ease-in-out;
position: absolute;
+ text-transform: lowercase;
width: 20em;
}
@@ -93,6 +105,7 @@ hr.bottom {
left: -20px;
}
altimofeev 2011/08/08 17:14:45 is it needed?
+
.step {
-webkit-transition: left .2s, opacity .2s, visibility .2s ease-in-out;
left: 0;
@@ -165,6 +178,7 @@ hr.bottom {
#logging {
clear: both;
+ font-size: small;
margin-top: 20px;
}
@@ -197,6 +211,7 @@ hr.bottom {
#footer button {
display: none;
+ height: 29px;
}
#oobe.connect #continue-button,
@@ -267,6 +282,11 @@ button {
width: 310px;
}
+#cros-eula,
+#oem-eula {
+ border: 1px solid #d9d9d9;
+}
+
#eulas.one-column #cros-eula {
width: 100%;
}
@@ -333,12 +353,11 @@ button {
-webkit-box-align: center;
-webkit-box-pack: center;
-webkit-transition: 0.25s opacity;
- background: -webkit-radial-gradient(rgba(127, 127, 127, 0.5),
- rgba(127, 127, 127, 0.5) 35%,
- rgba(0, 0, 0, 0.7));
+ background: #ffffff;
altimofeev 2011/08/08 17:14:45 nit: #fff
bottom: 0;
display: -webkit-box;
left: 0;
+ opacity: 0.75;
padding-bottom: 130px;
padding: 20px;
position: fixed;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698