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