checkbox radiobox modify
Showing
5 changed files
with
9 additions
and
0 deletions
... | @@ -748,6 +748,11 @@ blockquote { | ... | @@ -748,6 +748,11 @@ blockquote { |
748 | padding-left: 0; | 748 | padding-left: 0; |
749 | } | 749 | } |
750 | 750 | ||
751 | .checkbox label, .radio label { | ||
752 | position: relative; | ||
753 | top: 2px; | ||
754 | } | ||
755 | |||
751 | .icheckbox_flat, | 756 | .icheckbox_flat, |
752 | .iradio_flat { | 757 | .iradio_flat { |
753 | display: inline-block; | 758 | display: inline-block; | ... | ... |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
... | @@ -15,6 +15,10 @@ $img-src: "../bootflat/img/check_flat/default.png" !default; | ... | @@ -15,6 +15,10 @@ $img-src: "../bootflat/img/check_flat/default.png" !default; |
15 | margin-top: 0; | 15 | margin-top: 0; |
16 | padding-left: 0; | 16 | padding-left: 0; |
17 | } | 17 | } |
18 | .checkbox label, .radio label { | ||
19 | position: relative; | ||
20 | top: 2px; | ||
21 | } | ||
18 | .icheckbox_flat, | 22 | .icheckbox_flat, |
19 | .iradio_flat { | 23 | .iradio_flat { |
20 | display: inline-block; | 24 | display: inline-block; | ... | ... |
This diff could not be displayed because it is too large.
-
Please register or sign in to post a comment