Commit 96f0880d authored by avayvod@chromium.org's avatar avayvod@chromium.org

[cros] Various WebUI OOBE issues

- removed i-beam cursor for labels
- lowercases labels tet
- changed buttons height to 29 pixels
- 1px border around EULA texts
- checkbox label font smaller
- Learn More link color changed

BUG=chromium-os:17335
TEST=Go through WebUI OOBE manually and verify the changes in description.

Review URL: http://codereview.chromium.org/7582008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95799 0039d316-1c4b-4281-b951-d872f2087c98
parent e5fc1632
...@@ -36,6 +36,10 @@ body { ...@@ -36,6 +36,10 @@ body {
text-decoration: none; text-decoration: none;
} }
#eula #stats-help-link {
color: #316ac5;
}
hr.shadow { hr.shadow {
-webkit-mask: -webkit-linear-gradient(left, rgba(0,0,0,0), -webkit-mask: -webkit-linear-gradient(left, rgba(0,0,0,0),
black 50%, rgba(0,0,0,0)); black 50%, rgba(0,0,0,0));
...@@ -69,6 +73,13 @@ hr.bottom { ...@@ -69,6 +73,13 @@ hr.bottom {
padding-left: 54px; padding-left: 54px;
} }
#header span,
#logging span,
#user-image-screen-curtain p,
.label {
cursor: default;
}
#header-sections { #header-sections {
position: relative; position: relative;
} }
...@@ -82,6 +93,7 @@ hr.bottom { ...@@ -82,6 +93,7 @@ hr.bottom {
.header-section { .header-section {
-webkit-transition: left .2s, opacity .2s ease-in-out; -webkit-transition: left .2s, opacity .2s ease-in-out;
position: absolute; position: absolute;
text-transform: lowercase;
width: 20em; width: 20em;
} }
...@@ -93,6 +105,7 @@ hr.bottom { ...@@ -93,6 +105,7 @@ hr.bottom {
left: -20px; left: -20px;
} }
.step { .step {
-webkit-transition: left .2s, opacity .2s, visibility .2s ease-in-out; -webkit-transition: left .2s, opacity .2s, visibility .2s ease-in-out;
left: 0; left: 0;
...@@ -165,6 +178,7 @@ hr.bottom { ...@@ -165,6 +178,7 @@ hr.bottom {
#logging { #logging {
clear: both; clear: both;
font-size: small;
margin-top: 20px; margin-top: 20px;
} }
...@@ -197,6 +211,7 @@ hr.bottom { ...@@ -197,6 +211,7 @@ hr.bottom {
#footer button { #footer button {
display: none; display: none;
height: 29px;
} }
#oobe.connect #continue-button, #oobe.connect #continue-button,
...@@ -267,6 +282,11 @@ button { ...@@ -267,6 +282,11 @@ button {
width: 310px; width: 310px;
} }
#cros-eula,
#oem-eula {
border: 1px solid #d9d9d9;
}
#eulas.one-column #cros-eula { #eulas.one-column #cros-eula {
width: 100%; width: 100%;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment