forked from friendica/friendica-addons
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;
|
||
|
}
|