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

Unified Diff: chrome/browser/resources/supervised_user_block_interstitial.js

Issue 638953002: Supervised user interstitial: Small style changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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: chrome/browser/resources/supervised_user_block_interstitial.js
diff --git a/chrome/browser/resources/supervised_user_block_interstitial.js b/chrome/browser/resources/supervised_user_block_interstitial.js
index dbf57ecc1976ecae0e3f65d903fd0829d2f94582..05e0427c83b86992e5a5618471e42f2b9e48c9dc 100644
--- a/chrome/browser/resources/supervised_user_block_interstitial.js
+++ b/chrome/browser/resources/supervised_user_block_interstitial.js
@@ -33,9 +33,9 @@ function initialize() {
makeImageSet(secondAvatarURL1x, secondAvatarURL2x);
$('second-avatar-img').hidden = false;
// The avatar images should overlap a bit.
- $('avatar-img').style.left = '10px';
+ $('avatar-img').style.left = '6px';
$('avatar-img').style.zIndex = '1';
- $('second-avatar-img').style.left = '-10px';
+ $('second-avatar-img').style.left = '-6px';
}
}
$('back-button').onclick = function(event) {

Powered by Google App Engine
This is Rietveld 408576698