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

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

Issue 468533002: Update CSS for supervised user block interstitial to be more friendly to narrow screens. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates 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 | no next file » | 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 257924699a8fa37be34d74aaf1211f3c1a5e8080..8c3cae79717fe505455804c44680b535028c98b5 100644
--- a/chrome/browser/resources/supervised_user_block_interstitial.css
+++ b/chrome/browser/resources/supervised_user_block_interstitial.css
@@ -52,7 +52,7 @@ a {
}
#content-top {
- margin: 20px 20px 20px 25px;
+ margin: 20px 25px;
}
button {
@@ -66,7 +66,7 @@ button {
box-shadow: inset 0 1px 0 rgb(255, 255, 255);
color: rgb(102, 102, 102);
font-weight: bold;
- margin: 0 5px;
+ margin: 5px 0;
padding: 8px 13px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
@@ -80,5 +80,16 @@ button {
box-shadow: inset 0 1px 0 rgb(95, 168, 247);
color: rgb(255, 255, 255);
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
- width: 100px;
+}
+
+@media (min-width: 376px) {
+ #back-button {
+ width: 100px;
+ }
+}
+
+@media (max-width: 375px) {
+ button {
+ width: 100%;
+ }
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698