2011-09-08 00:10:56 -04:00
|
|
|
|
2012-05-14 19:30:18 -04:00
|
|
|
#wppost-enable-label, #wppost-username-label, #wppost-password-label,
|
2014-05-29 06:42:25 -04:00
|
|
|
#wppost-blog-label, #wppost-bydefault-label,
|
|
|
|
#wppost-backlink-label, #wppost-shortcheck-label {
|
2011-09-08 00:10:56 -04:00
|
|
|
float: left;
|
|
|
|
width: 200px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2012-05-14 19:30:18 -04:00
|
|
|
#wppost-checkbox, #wppost-username, #wppost-password,
|
2014-05-29 06:42:25 -04:00
|
|
|
#wppost-blog, #wppost-bydefault,
|
|
|
|
#wppost-shortcheck, #wppost-backlink {
|
2011-09-08 00:10:56 -04:00
|
|
|
float: left;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wppost-submit {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|