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

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: csilv review 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/help/help.html ('k') | chrome/browser/resources/ntp4/new_tab.html » ('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 7002f64282a8ffb36ff0e7c2c4c822b1a71ae6b4..6b46dff1bc63f10adc92d19322c9b89f95bdfded 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;
+ line-height: 1em;
}
/* Checkboxes are shown when checked or focused, or when the entry is hovered.
« no previous file with comments | « chrome/browser/resources/help/help.html ('k') | chrome/browser/resources/ntp4/new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698