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; |
} |