| Index: chrome/browser/resources/options/options_page.css
|
| diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css
|
| index fce82934daa8a87dcde19850e6cf6fc2534ccbe2..23939e0402b784211f06ffc85c9ef10c28187cf4 100644
|
| --- a/chrome/browser/resources/options/options_page.css
|
| +++ b/chrome/browser/resources/options/options_page.css
|
| @@ -84,20 +84,27 @@ html[hide-menu=true] .close-subpage {
|
| display: none
|
| }
|
|
|
| +.content-area {
|
| + padding: 10px 15px 5px 15px;
|
| +}
|
| +
|
| .action-area {
|
| -webkit-box-align: center;
|
| -webkit-box-orient: horizontal;
|
| - bottom: 0;
|
| + border-top: 1px solid rgba(188, 193, 208, .5);
|
| display: -webkit-box;
|
| padding: 12px;
|
| - position: absolute;
|
| - right: 0;
|
| }
|
|
|
| html[dir='rtl'] .action-area {
|
| left: 0;
|
| }
|
|
|
| +.action-area-left {
|
| + -webkit-box-flex: 1;
|
| + display: -webkit-box;
|
| +}
|
| +
|
| .button-strip {
|
| -webkit-box-orient: horizontal;
|
| display: -webkit-box;
|
| @@ -113,12 +120,12 @@ html[toolkit=views] .button-strip {
|
| }
|
|
|
| .overlay .page {
|
| - -webkit-box-shadow: 3px 3px 3px #666;
|
| + -webkit-box-shadow: 0px 0px 40px -5px #888;
|
| background: white;
|
| - border: 1px solid #666;
|
| - border-radius: 5px;
|
| + border: 1px solid rgb(188, 193, 208);
|
| + border-radius: 2px;
|
| min-width: 400px;
|
| - padding: 0 15px 50px 15px;
|
| + padding: 0;
|
| position: relative;
|
| }
|
|
|
|
|