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

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

Issue 7564028: Added version info to WebUI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added boot times label 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
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 a3480ca714904bc4f79b7b73e8352ab629ceffab..dc3470f5a3f9b7cf1d85d96a0302050e38a43876 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -524,3 +524,14 @@ body.login-display #progress {
html[dir=rtl] .error-message {
background-position: right top;
}
+
+#version-labels {
+ -webkit-transition: all .5s linear;
+ bottom: 10px;
+ color: #999;
+ font-size: 11px;
+ left: 10px;
+ opacity: 1.0;
+ position: absolute;
+ text-shadow: 0 1px 1px #fff;
+}
« no previous file with comments | « chrome/browser/chromeos/login/version_info_updater.cc ('k') | chrome/browser/resources/chromeos/login/oobe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698