Index: chrome/browser/resources/shared/css/overlay.css |
diff --git a/chrome/browser/resources/shared/css/overlay.css b/chrome/browser/resources/shared/css/overlay.css |
index 83acc67bf747e46fb06e6e88e4c762e2097ade64..9f7a3eb0dbfea691ce1b89c42488d5291b479d55 100644 |
--- a/chrome/browser/resources/shared/css/overlay.css |
+++ b/chrome/browser/resources/shared/css/overlay.css |
@@ -82,15 +82,14 @@ html[dir='rtl'] .overlay .page > .close-button { |
/* 120% of the body's font-size of 84% is 16px. This will keep the relative |
* size between the body and these titles consistent. */ |
font-size: 120%; |
- margin: 0; |
- padding: 14px 17px 0; |
+ margin: 14px 17px 14px; |
text-shadow: white 0 1px 2px; |
} |
.overlay .page .content-area { |
-webkit-box-flex: 1; |
overflow: auto; |
- padding: 14px 17px 6px; |
+ padding: 6px 17px 6px; |
} |
.overlay .page .action-area { |