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

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

Issue 2716333002: Implement important sites dialog for desktop. (Closed)
Patch Set: rebase 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
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..1efff30abd1e8f5e5534b320c6b5c40ebff76f5c 100644
--- a/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
+++ b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
@@ -106,6 +106,8 @@
};
-webkit-margin-end: 4px;
+ align-self: flex-start;
+ margin-top: 4px;
dschuyler 2017/04/11 23:49:32 I believe this dialog is used in a variety of plac
dullweber 2017/04/13 14:47:50 I checked the existing page of the clear_browsing_
padding: 10px; /* Makes the actual icon 16x16. */
}
</style>

Powered by Google App Engine
This is Rietveld 408576698