Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(859)

Unified Diff: ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html

Issue 2826763002: WebUI: dialog close button should have fixed 4px top margin (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698