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

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

Issue 483703002: Supervised users: Use custodian avatar image(s) in the block interstitial if they're available. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 6 years, 4 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 | chrome/browser/resources/supervised_user_block_interstitial.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/supervised_user_block_interstitial.css
diff --git a/chrome/browser/resources/supervised_user_block_interstitial.css b/chrome/browser/resources/supervised_user_block_interstitial.css
index 8c3cae79717fe505455804c44680b535028c98b5..73371284a6cf82982089c812567047ce6e308948 100644
--- a/chrome/browser/resources/supervised_user_block_interstitial.css
+++ b/chrome/browser/resources/supervised_user_block_interstitial.css
@@ -28,11 +28,7 @@ h1 {
color: rgb(102, 102, 102);
font-size: 1.3em;
font-weight: normal;
- margin: 10px 0 30px 0;
-}
-
-#request-sent-message {
- margin-top: 40px;
+ margin: 5px 0 30px 0;
}
a {
@@ -47,8 +43,21 @@ a {
content: -webkit-image-set(
url('../../app/theme/default_100_percent/common/error_managed_mode_blocked_page.png') 1x,
url('../../app/theme/default_200_percent/common/error_managed_mode_blocked_page.png') 2x);
- margin-bottom: 10px;
+ margin-bottom: 15px;
+ margin-top: 10px;
+}
+
+.avatar-container {
+ position: relative;
+}
+
+.avatar-img {
+ -webkit-user-select: none;
+ border: 3px solid rgb(251, 251, 251);
+ border-radius: 50%;
+ margin-bottom: 5px;
margin-top: 10px;
+ position: relative;
}
#content-top {
« no previous file with comments | « no previous file | chrome/browser/resources/supervised_user_block_interstitial.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698