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

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

Issue 2716333002: Implement important sites dialog for desktop. (Closed)
Patch Set: add using declaration 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 2747f0e648fdf5e0b014fc00deb63a31e3300da5..ba2f09c0848b26b6448bc975fcd61df03cbdfb63 100644
--- a/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
+++ b/ui/webui/resources/cr_elements/cr_dialog/cr_dialog.html
@@ -46,10 +46,12 @@
}
#close {
+ align-self: flex-start;
dschuyler 2017/04/07 00:02:06 All the --vars go before the other entries e.g. -
dullweber 2017/04/07 09:39:21 Done.
--paper-icon-button: {
height: 40px;
width: 40px;
};
+ margin-top: 6px;
-webkit-margin-end: 6px;
/* <paper-icon-button> overrides --iron-icon-{height,width}, so this
* padding essentially reduces 40x40 to 20x20. */
« chrome/common/chrome_features.h ('K') | « chrome/test/data/webui/settings/privacy_page_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698