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

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

Issue 2479413004: Supervised User interstitial: Update strings to be more child-friendly (Closed)
Patch Set: final? Created 4 years, 1 month 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 | components/supervised_user_error_page/resources/supervised_user_block_interstitial.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/supervised_user_error_page/resources/supervised_user_block_interstitial.css
diff --git a/components/supervised_user_error_page/resources/supervised_user_block_interstitial.css b/components/supervised_user_error_page/resources/supervised_user_block_interstitial.css
index fac30f49405adf7c1fe815ec8b0116f8700459c2..2f03ba080b17069199b58b281103143df14366e9 100644
--- a/components/supervised_user_error_page/resources/supervised_user_block_interstitial.css
+++ b/components/supervised_user_error_page/resources/supervised_user_block_interstitial.css
@@ -19,6 +19,12 @@ h1 {
margin: 5px 0 25px 0;
}
+#block-page-message {
+ color: rgb(97,97,97);
+ font-size: 0.667em;
+ margin-top: 16px;
+}
+
.avatar-img {
-webkit-user-select: none;
border: 3px solid rgb(251, 251, 251);
@@ -68,7 +74,6 @@ h1 {
cursor: pointer;
display: inline;
font-size: 12px;
- text-decoration: underline;
}
#button-container {
@@ -116,15 +121,15 @@ h1 {
font-weight: bold;
margin: auto;
order: 2;
+ padding: 0 15px;
+ text-align: center;
+ width: 100%;
}
#request-access-button {
margin-bottom: 30px;
order: 1;
- text-align: center
- }
-
- .button {
+ text-align: center;
width: 100%;
}
« no previous file with comments | « no previous file | components/supervised_user_error_page/resources/supervised_user_block_interstitial.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698