[cros] WebUI OOBE polishing.

1. Select/dropdown height increased to 28px, original size for icon. Using same font-family.
3. Hide unused dots.
4. Fixed TPM dialog opacity.
6. Buttons - 28px, Droid font.

BUG=chromium-os:19587
TEST=Manual

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98613 0039d316-1c4b-4281-b951-d872f2087c98
parent f52df905
...@@ -168,6 +168,8 @@ hr.bottom { ...@@ -168,6 +168,8 @@ hr.bottom {
} }
.menu-control { .menu-control {
font-family: inherit;
line-height: 20px;
width: 250px; width: 250px;
} }
...@@ -217,7 +219,8 @@ hr.bottom { ...@@ -217,7 +219,8 @@ hr.bottom {
#footer button { #footer button {
display: none; display: none;
height: 29px; font-family: inherit;
height: 28px;
} }
#oobe.connect #continue-button, #oobe.connect #continue-button,
...@@ -242,8 +245,10 @@ hr.bottom { ...@@ -242,8 +245,10 @@ hr.bottom {
opacity: 0.4; opacity: 0.4;
} }
#account-picker-dot,
#enrollment-dot, #enrollment-dot,
#oauth-enrollment-dot { #oauth-enrollment-dot,
#update-dot {
display: none; display: none;
} }
...@@ -370,11 +375,10 @@ button { ...@@ -370,11 +375,10 @@ button {
-webkit-box-align: center; -webkit-box-align: center;
-webkit-box-pack: center; -webkit-box-pack: center;
-webkit-transition: 0.25s opacity; -webkit-transition: 0.25s opacity;
background: #fff; background: rgba(255, 255, 255, .75);
bottom: 0; bottom: 0;
display: -webkit-box; display: -webkit-box;
left: 0; left: 0;
opacity: 0.75;
padding-bottom: 130px; padding-bottom: 130px;
padding: 20px; padding: 20px;
position: fixed; position: fixed;
...@@ -655,13 +659,13 @@ body.login-display #progress { ...@@ -655,13 +659,13 @@ body.login-display #progress {
color: #555; color: #555;
display: -webkit-box; display: -webkit-box;
font-size: inherit; font-size: inherit;
height: 20px; height: 22px;
margin: 0; margin: 0;
overflow: hidden; overflow: hidden;
padding-top: 1px; padding-top: 2px;
padding-bottom: 1px; padding-bottom: 2px;
text-overflow: ellipsis; text-overflow: ellipsis;
text-align: left; text-align: left;
text-indent: 4px; text-indent: 4px;
white-space: nowrap; white-space: nowrap;
z-index: 10; z-index: 10;
...@@ -671,13 +675,12 @@ body.login-display #progress { ...@@ -671,13 +675,12 @@ body.login-display #progress {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
background-image: url('../../shared/images/select.png'), background-image: url('../../shared/images/select.png'),
-webkit-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9); -webkit-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
color: #333; color: #333;
background-position: center right; background-position: center right;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
.dropdown-title img { .dropdown-title img {
height: 20px;
maring-top: -1px; maring-top: -1px;
} }
......
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