Commit 52955a22 authored by avayvod@chromium.org's avatar avayvod@chromium.org

Fixed TPM dialog shield style

R=altimofeev
BUG=chromium-os:17335
TEST=Click on Learn More link on EULA screen. Verify that shadow that blocks the UI is of correct style.

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95963 0039d316-1c4b-4281-b951-d872f2087c98
parent 0fa46e83
...@@ -111,7 +111,6 @@ hr.bottom { ...@@ -111,7 +111,6 @@ 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;
...@@ -359,12 +358,11 @@ button { ...@@ -359,12 +358,11 @@ 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: -webkit-radial-gradient(rgba(127, 127, 127, 0.5), background: #fff;
rgba(127, 127, 127, 0.5) 35%,
rgba(0, 0, 0, 0.7));
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;
......
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