mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 08:02:59 +00:00
16 lines
290 B
CSS
16 lines
290 B
CSS
|
|
||
|
#ijpost-enable-label, #ijpost-username-label, #ijpost-password-label, #ijpost-bydefault-label {
|
||
|
float: left;
|
||
|
width: 200px;
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
#ijpost-checkbox, #ijpost-username, #ijpost-password, #ijpost-bydefault {
|
||
|
float: left;
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
#ijpost-submit {
|
||
|
margin-top: 15px;
|
||
|
}
|