friendica-addons/ljpost/ljpost.css

17 lines
297 B
CSS
Raw Normal View History

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