Commit 6fa64eb2 authored by estade@chromium.org's avatar estade@chromium.org

css changes for clear browsing data page.

css from ainslie@

BUG=63843
TEST=visual

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71905 0039d316-1c4b-4281-b951-d872f2087c98
parent df728c37
...@@ -11,22 +11,23 @@ found in the LICENSE file. ...@@ -11,22 +11,23 @@ found in the LICENSE file.
#clearBrowserDataOverlay { #clearBrowserDataOverlay {
-webkit-box-shadow: 0px 0px 40px -5px #888; -webkit-box-shadow: 0px 0px 40px -5px #888;
border: 1px solid #c8cdda; border: 1px solid rgb(188, 193, 208);
border-radius: 0; border-radius: 2px;
min-width: 500px;
padding: 0; padding: 0;
} }
#cbdTitle { #cbdTitle {
background: -webkit-linear-gradient(white, #F8F8F8); background: -webkit-linear-gradient(white, #F8F8F8);
border-bottom: 1px solid #bbbbbb; border-bottom: 1px solid rgba(188, 193, 208, .5);
display: block; display: block;
font-size: 105%; font-size: 105%;
font-weight: bold; font-weight: bold;
padding: 12px; padding: 10px 15px 8px 15px;
} }
#cbdContentArea { #cbdContentArea {
padding: 5px 15px; padding: 10px 15px 5px 15px;
} }
#cbdContentArea label { #cbdContentArea label {
...@@ -45,7 +46,7 @@ found in the LICENSE file. ...@@ -45,7 +46,7 @@ found in the LICENSE file.
#cbdActionArea { #cbdActionArea {
-webkit-box-align: center; -webkit-box-align: center;
-webkit-box-orient: horizontal; -webkit-box-orient: horizontal;
border-top: 1px solid #eeeeee; border-top: 1px solid rgba(188, 193, 208, .5);
display: -webkit-box; display: -webkit-box;
padding: 12px; padding: 12px;
} }
...@@ -32,7 +32,7 @@ body { ...@@ -32,7 +32,7 @@ body {
position: fixed; position: fixed;
left: 0; left: 0;
right: 0; right: 0;
background: rgba(0, 0, 0, .2); background: rgba(233, 238, 242, .5);
top: 0; top: 0;
bottom: 0; bottom: 0;
z-index: 10; z-index: 10;
...@@ -108,7 +108,7 @@ html[toolkit=views] .button-strip { ...@@ -108,7 +108,7 @@ html[toolkit=views] .button-strip {
} }
.button-strip > button { .button-strip > button {
-webkit-margin-start: 4px; -webkit-margin-start: 10px;
display: block; display: block;
} }
......
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