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

Unified Diff: chrome/browser/resources/shared/css/widgets.css

Issue 9665028: Perfect checkbox/radio spacing in settings pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/shared/css/widgets.css
diff --git a/chrome/browser/resources/shared/css/widgets.css b/chrome/browser/resources/shared/css/widgets.css
index 796f2b0f13555118e52979dd4907ce91bc0ad668..7a23deae29b61319ef6ca52dfd687ed425437f04 100644
--- a/chrome/browser/resources/shared/css/widgets.css
+++ b/chrome/browser/resources/shared/css/widgets.css
@@ -74,8 +74,10 @@ input[type='checkbox'] {
input[type='radio'] {
/* OVERRIDE */
border-radius: 100%;
+ bottom: 3px;
height: 15px;
position: relative;
+ vertical-align: middle;
width: 15px;
}
@@ -240,7 +242,7 @@ select:focus {
.checkbox label input ~ span,
.radio label input ~ span {
- -webkit-margin-start: 0.4em;
+ -webkit-margin-start: 0.6em;
/* Make sure long spans wrap at the same horizontal position they start. */
display: block;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698