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

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

Issue 707123002: history: announce search/time ranges. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more code, less function Created 6 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
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 fef07f3041322d97890ba61fee0e195dafd688f7..bbcf3b83eea6ecdf4e46dd491bcff00776c47baa 100644
--- a/chrome/browser/resources/history/history_mobile.css
+++ b/chrome/browser/resources/history/history_mobile.css
@@ -82,16 +82,6 @@ html[dir='rtl'] #search-field {
background-position: right 16px center;
}
-.no-results-message {
- margin-bottom: 1em;
- padding-left: 16px;
- padding-right: 16px;
-}
-
-.search-results .no-results-message {
- margin-top: 1em;
-}
-
#notification-bar.alone {
float: none;
font-size: 75%;
@@ -297,8 +287,7 @@ input {
h1,
#notification-bar,
- #loading-spinner,
- .no-results-message {
+ #loading-spinner {
padding-left: 0;
padding-right: 0;
}

Powered by Google App Engine
This is Rietveld 408576698