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

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

Issue 1617293002: Putting the feedback section of the block interstitial to the correct place based on the mocks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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.css
diff --git a/chrome/browser/resources/supervised_user_block_interstitial.css b/chrome/browser/resources/supervised_user_block_interstitial.css
index 0c666f05bd141a5ed1ed2b9b08f8c302b3fdce13..bd37186fea812daa0267409189c2db54c784d66d 100644
--- a/chrome/browser/resources/supervised_user_block_interstitial.css
+++ b/chrome/browser/resources/supervised_user_block_interstitial.css
@@ -33,9 +33,12 @@ h1 {
position: relative;
}
+#feedback {
+ margin-top: 50px;
+}
+
#feedback-link {
- font-size: 80%;
- margin-top: 10px;
+ color: rgb(66, 133, 244);
}
#request-access-button {
@@ -138,4 +141,8 @@ h1 {
display: flex;
flex-flow: column;
}
+
+ #feedback {
+ margin-top: 35px;
+ }
}
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/supervised_user_block_interstitial.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698