mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
increase margin on checkboxes and radios to center properly
This commit is contained in:
Vendored
+1
-1
@@ -1012,7 +1012,7 @@ input[type="color"]:focus,
|
|||||||
|
|
||||||
input[type="radio"],
|
input[type="radio"],
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
margin: 3px 0;
|
margin: 4px 0;
|
||||||
*margin-top: 0;
|
*margin-top: 0;
|
||||||
/* IE7 */
|
/* IE7 */
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -132,7 +132,7 @@ input[type="color"],
|
|||||||
// Position radios and checkboxes better
|
// Position radios and checkboxes better
|
||||||
input[type="radio"],
|
input[type="radio"],
|
||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
margin: 3px 0;
|
margin: 4px 0;
|
||||||
*margin-top: 0; /* IE7 */
|
*margin-top: 0; /* IE7 */
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Reference in New Issue
Block a user