Chromium Code Reviews| Index: ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html |
| diff --git a/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html |
| index ac3a00f71c4f78081a1ccc3316fd2fa8531ee3dd..ca71e580f7eb0f2c1bc4cc1a0c89bf9393095c99 100644 |
| --- a/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html |
| +++ b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html |
| @@ -84,7 +84,7 @@ |
| } |
| .top-container { |
| - align-items: center; |
| + align-items: flex-start; |
|
dschuyler
2017/04/18 22:58:47
I tried a quick look through things that add conte
|
| display: flex; |
| min-height: 47px; |
| } |
| @@ -106,6 +106,7 @@ |
| }; |
| -webkit-margin-end: 4px; |
| + margin-top: 4px; |
| padding: 10px; /* Makes the actual icon 16x16. */ |
| } |
| </style> |