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

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

Issue 7582008: [cros] Various WebUI OOBE issues (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed pointer and font size 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 e8d6682998e28f325055dda18c374f48022760d8..eff7b50d3ffeab9137956e0f217255139d392b00 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;
xiyuan 2011/08/05 18:46:58 do we still need "#eula a" above?
whywhat 2011/08/08 06:22:53 I guess we need it if it affects links in EULA ifr
+}
+
hr.topshadow {
-webkit-mask: -webkit-linear-gradient(left, rgba(0,0,0,0),
black 50%, rgba(0,0,0,0));
@@ -70,6 +74,13 @@ hr.bottomshadow {
padding-left: 54px;
}
+#header span,
+#logging span,
+#user-image-screen-curtain p,
+.label {
+ cursor: default;
xiyuan 2011/08/05 18:46:58 Can we put this into body instead of specifying th
whywhat 2011/08/08 06:22:53 Won't it break the right cursor for links and othe
+}
+
#header-sections {
position: relative;
}
@@ -83,6 +94,7 @@ hr.bottomshadow {
.header-section {
-webkit-transition: left .2s, opacity .2s ease-in-out;
position: absolute;
+ text-transform: lowercase;
width: 20em;
}
@@ -94,6 +106,7 @@ hr.bottomshadow {
left: -20px;
}
+
.step {
-webkit-transition: left .2s, opacity .2s, visibility .2s ease-in-out;
left: 0;
@@ -166,6 +179,7 @@ hr.bottomshadow {
#logging {
clear: both;
+ font-size: small;
margin-top: 20px;
}
@@ -197,6 +211,7 @@ hr.bottomshadow {
#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%;
}
« 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