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

Unified Diff: chrome/browser/resources/history/history_mobile.css

Issue 957253003: Fix chrome://history for supervised users on mobile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 5 years, 10 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 | « chrome/browser/resources/history/history.js ('k') | chrome/browser/ui/webui/history_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history/history_mobile.css
diff --git a/chrome/browser/resources/history/history_mobile.css b/chrome/browser/resources/history/history_mobile.css
index 8cd9bcc6ce74e8bfd79c48b67be8b20d588cf984..4a4bfbfb021f05786ee877b15923a31dc54ea10e 100644
--- a/chrome/browser/resources/history/history_mobile.css
+++ b/chrome/browser/resources/history/history_mobile.css
@@ -201,6 +201,10 @@ input {
line-height: 1.3;
}
+.entry .visit-entry.blocked-indicator {
+ line-height: 2;
+}
+
.entry .visit-entry :-webkit-any(a, .domain) {
display: block;
margin-left: 0;
@@ -213,6 +217,10 @@ input {
white-space: nowrap;
}
+.entry .visit-entry.blocked-indicator a {
+ display: inline;
+}
+
.entry .domain {
font-size: 14px;
}
« no previous file with comments | « chrome/browser/resources/history/history.js ('k') | chrome/browser/ui/webui/history_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698