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); |
Marc Treib
2016/01/22 00:35:52
I guess the mocks use a slightly different color f
atanasova
2016/01/22 19:32:24
Yes, it uses the same blue that the button does, t
|
} |
#request-access-button { |
@@ -138,4 +141,8 @@ h1 { |
display: flex; |
flex-flow: column; |
} |
+ |
+ #feedback { |
+ margin-top: 35px; |
+ } |
} |