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

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

Issue 9609023: css hack n' slash, continued: New styles for checkboxes and radios. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
Index: chrome/browser/resources/history/history.css
diff --git a/chrome/browser/resources/history/history.css b/chrome/browser/resources/history/history.css
index 7002f64282a8ffb36ff0e7c2c4c822b1a71ae6b4..915ee22f985a1a88578806f2fd957de59bdd1869 100644
--- a/chrome/browser/resources/history/history.css
+++ b/chrome/browser/resources/history/history.css
@@ -136,11 +136,7 @@ html[dir='rtl'] .entry .title {
.entry input[type=checkbox] {
-webkit-margin-end: 6px;
-webkit-margin-start: 4px;
- height: 14px;
line-height: 12px;
- text-indent: -1px;
- top: 2px;
- width: 14px;
}
/* Checkboxes are shown when checked or focused, or when the entry is hovered.

Powered by Google App Engine
This is Rietveld 408576698