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

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: Fixed comments 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 6c9f70f62255743d1f1965e305ad51b13b6bbbc2..ba05921aff29f0faed0c7abaf18f698215819b8d 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -105,7 +105,6 @@ hr.bottom {
left: -20px;
}
-
.step {
-webkit-transition: left .2s, opacity .2s, visibility .2s ease-in-out;
left: 0;
@@ -353,12 +352,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: #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