| Index: chrome/browser/resources/safe_browsing/malware_block_v2.css
|
| diff --git a/chrome/browser/resources/safe_browsing/malware_block_v2.css b/chrome/browser/resources/safe_browsing/malware_block_v2.css
|
| index 165b97ea918e7f76d8d79b941748d2b0c66c3c0d..6cc69d82df87671000284649acdd723d0391a4b0 100644
|
| --- a/chrome/browser/resources/safe_browsing/malware_block_v2.css
|
| +++ b/chrome/browser/resources/safe_browsing/malware_block_v2.css
|
| @@ -17,9 +17,7 @@ body {
|
| -webkit-box-shadow: 3px 3px 8px rgb(140, 0, 0);
|
| background-color: white;
|
| color: rgb(75, 75, 77);
|
| - font-size: 13px;
|
| - line-height: 21px;
|
| - padding: 20px;
|
| + padding: 40px 50px;
|
| position: relative;
|
| text-align: start;
|
| width: 700px;
|
| @@ -33,54 +31,56 @@ html[dir='rtl'] .float {
|
| float: left;
|
| }
|
|
|
| +#malware-icon {
|
| + margin-top: 20px;
|
| +}
|
| +
|
| +#subresource-icon {
|
| + margin-top: 50px;
|
| +}
|
| +
|
| .clear {
|
| clear: both;
|
| }
|
|
|
| .logo {
|
| - max-height: 54px;
|
| - padding: 15px;
|
| + max-height: 48px;
|
| + padding: 3px 0;
|
| }
|
|
|
| #headline {
|
| - /* 20px of left margin, 90px of right margin in LTR.
|
| - * In RTL, 20px of right margin and 90px of left margin. */
|
| - -webkit-margin-end: 90px;
|
| - -webkit-margin-start: 20px;
|
| + -webkit-margin-end: 260px;
|
| color: #333;
|
| - font-size: 19px;
|
| + font-size: 22px;
|
| font-weight: bold;
|
| - margin-bottom: 8px;
|
| + margin-top: 20px;
|
| }
|
|
|
| .main {
|
| - -webkit-margin-end: 210px;
|
| - -webkit-margin-start: 20px;
|
| - font-size: 14px;
|
| - margin-bottom: 10px;
|
| - margin-top: 5px;
|
| + -webkit-margin-end: 260px;
|
| + font-size: 16px;
|
| + line-height: 22px;
|
| + margin-bottom: 21px;
|
| + margin-top: 14px;
|
| }
|
|
|
| -.dropdown {
|
| - -webkit-margin-end: 40px;
|
| - -webkit-margin-start: 20px;
|
| - font-size: 12px;
|
| +.advanced {
|
| + -webkit-margin-start: 10px;
|
| + font-size: 13px;
|
| }
|
|
|
| footer {
|
| - -webkit-margin-end: 20px;
|
| - -webkit-margin-start: 15px;
|
| - font-size: 12px;
|
| + font-size: 13px;
|
| + margin-top: 50px;
|
| }
|
|
|
| #learn-more-link {
|
| - font-size: 12px;
|
| + font-size: 13px;
|
| }
|
|
|
| .submission {
|
| -webkit-margin-end: 5px;
|
| margin-bottom: 15px;
|
| - margin-top: 15px;
|
| padding: 0;
|
| }
|
|
|
| @@ -117,10 +117,6 @@ button:active {
|
| border: 1px solid rgb(53, 116, 203);
|
| }
|
|
|
| -hr {
|
| - margin: 0 20px;
|
| -}
|
| -
|
| a {
|
| color: rgb(17, 84, 204);
|
| }
|
| @@ -136,14 +132,13 @@ a:active {
|
| }
|
|
|
| .checkbox {
|
| - -webkit-margin-end: 80px;
|
| - -webkit-margin-start: 5px;
|
| + margin-top: 11px;
|
| position: relative;
|
| }
|
|
|
| .checkbox input {
|
| -webkit-margin-start: 1px;
|
| - margin-top: 5px;
|
| + margin-top: 3px;
|
| position: absolute;
|
| }
|
|
|
|
|