| 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 b515d01938a0255c2b96f6054139fc6a5de8a6b7..e75667bd27101a155b9c4b7cf7b65e64dd11afdf 100644
|
| --- a/chrome/browser/resources/options/options_page.css
|
| +++ b/chrome/browser/resources/options/options_page.css
|
| @@ -16,6 +16,32 @@
|
| bottom: 0;
|
| }
|
|
|
| +.overlay {
|
| + position: fixed;
|
| + left: 0;
|
| + right: 0;
|
| + background: rgba(0, 0, 0, .5);
|
| + top: 0;
|
| + bottom: 0;
|
| + z-index: 10;
|
| + padding: 20px;
|
| +}
|
| +
|
| +#close-overlay {
|
| + float: right;
|
| + position: relative;
|
| + right: -20px;
|
| + top: -20px;
|
| + width: 20px;
|
| + height: 20px;
|
| +}
|
| +
|
| +#overlayview {
|
| + background: white;
|
| + border-radius: 5px;
|
| + padding: 30px;
|
| +}
|
| +
|
| #navbar-container {
|
| background: -webkit-gradient(linear,
|
| left top,
|
| @@ -99,7 +125,7 @@ section {
|
| }
|
|
|
| section > h3 {
|
| - font-weight: bold;
|
| + font-weight: bold;
|
| float: left;
|
| width: 150px;
|
| font-size: 75%;
|
|
|