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

Unified Diff: components/supervised_user_error_page/resources/supervised_user_block_interstitial.css

Issue 1808653003: Move the supervised user error page to a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to fix compile problem Created 4 years, 9 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: components/supervised_user_error_page/resources/supervised_user_block_interstitial.css
diff --git a/chrome/browser/resources/supervised_user_block_interstitial.css b/components/supervised_user_error_page/resources/supervised_user_block_interstitial.css
similarity index 93%
rename from chrome/browser/resources/supervised_user_block_interstitial.css
rename to components/supervised_user_error_page/resources/supervised_user_block_interstitial.css
index bd37186fea812daa0267409189c2db54c784d66d..fac30f49405adf7c1fe815ec8b0116f8700459c2 100644
--- a/chrome/browser/resources/supervised_user_block_interstitial.css
+++ b/components/supervised_user_error_page/resources/supervised_user_block_interstitial.css
@@ -24,8 +24,8 @@ h1 {
border: 3px solid rgb(251, 251, 251);
border-radius: 50%;
content: -webkit-image-set(
- url(../../app/theme/default_100_percent/cros/logo_avatar_circle_blue_color.png) 1x,
- url(../../app/theme/default_200_percent/cros/logo_avatar_circle_blue_color.png) 2x);
+ url(default_100_percent/logo_avatar_circle_blue_color.png) 1x,
+ url(default_200_percent/logo_avatar_circle_blue_color.png) 2x);
margin-bottom: 5px;
margin-right: 15px;
margin-top: 5px;

Powered by Google App Engine
This is Rietveld 408576698