friendica-addons/ljpost/ljpost.css

17 lines
297 B
CSS
Raw Normal View History

2012-02-28 03:12:18 -05:00
2012-02-28 23:54:02 -05:00
#ljpost-enable-label, #ljpost-username-label, #ljpost-password-label, #ljpost-bydefault-label {
2012-02-28 03:12:18 -05:00
float: left;
width: 200px;
margin-top: 10px;
}
2012-02-28 23:54:02 -05:00
#ljpost-checkbox, #ljpost-username, #ljpost-password, #ljpost-bydefault {
2012-02-28 03:12:18 -05:00
float: left;
margin-top: 10px;
}
#ljpost-submit {
margin-top: 15px;
}