This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix checkbox spacing
master
Eugen Rochko
8 years ago
parent
c1aab76da4
commit
898ab66e2e
1 changed files
with
3 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
app/assets/stylesheets/forms.scss
+ 3
- 2
app/assets/stylesheets/forms.scss
View File
@ -47,7 +47,7 @@ code {
color
:
#
9baec8
;
color
:
#
9baec8
;
display
:
block
;
display
:
block
;
}
}
label
.
checkbox
{
label
.
checkbox
{
position
:
relative
;
position
:
relative
;
padding-left
:
25px
;
padding-left
:
25px
;
@ -56,7 +56,8 @@ code {
input
[
type
=
checkbox
]
{
input
[
type
=
checkbox
]
{
position
:
absolute
;
position
:
absolute
;
left
:
0
;
left
:
0
;
top
:
0
;
top
:
1px
;
margin
:
0
;
}
}
}
}
Write
Preview
Loading…
Cancel
Save