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

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

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 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/flags.css ('k') | chrome/browser/resources/keyboard/main.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history/history.css
diff --git a/chrome/browser/resources/history/history.css b/chrome/browser/resources/history/history.css
index 1cd439e2c0a38feddac8b4871c3ac9e6a9b84732..4abd4503c851211c4ff227f90ae51343016f68ae 100644
--- a/chrome/browser/resources/history/history.css
+++ b/chrome/browser/resources/history/history.css
@@ -1,7 +1,6 @@
/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
+ * found in the LICENSE file. */
#editing-controls {
margin-top: 16px;
@@ -25,8 +24,8 @@
cursor: pointer;
display: inline-block;
font: inherit;
- text-decoration: underline;
padding: 0 9px;
+ text-decoration: underline;
}
.gap,
@@ -69,7 +68,8 @@ html[dir=rtl] .entry-box {
white-space: nowrap;
}
-.search-results, .day-results {
+.search-results,
+.day-results {
margin: 0 0 24px 0;
padding: 0;
}
@@ -110,7 +110,8 @@ html[dir=rtl] .entry-box {
border-color: rgb(48, 57, 66);
}
-.drop-down[menu-shown], .drop-down:focus {
+.drop-down[menu-shown],
+.drop-down:focus {
background-color: rgb(48, 57, 66);
background-image: -webkit-canvas(drop-down-arrow-active);
border-color: rgb(48, 57, 66);
@@ -158,7 +159,8 @@ html[dir='rtl'] .entry .title {
background-color: none;
}
-.entry-box:hover, .entry-box.contains-focus {
+.entry-box:hover,
+.entry-box.contains-focus {
background-color: rgb(252, 252, 252);
border-radius: 2px;
}
« no previous file with comments | « chrome/browser/resources/flags.css ('k') | chrome/browser/resources/keyboard/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698