19 lines
375 B
CSS
Executable File
19 lines
375 B
CSS
Executable File
|
|
#wppost-enable-label, #wppost-username-label, #wppost-password-label,
|
|
#wppost-blog-label, #wppost-bydefault-label, #wppost-backlink-label {
|
|
float: left;
|
|
width: 200px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#wppost-checkbox, #wppost-username, #wppost-password,
|
|
#wppost-blog, #wppost-bydefault, #wppost-backlink {
|
|
float: left;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
#wppost-submit {
|
|
margin-top: 15px;
|
|
}
|
|
|