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