mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +09:00
Specify area for CAPTCHA in default board skin
This commit is contained in:
parent
acb2899462
commit
6787735594
3 changed files with 12 additions and 2 deletions
|
|
@ -316,6 +316,10 @@
|
|||
.write_option label {
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
.write_captcha {
|
||||
float: left;
|
||||
margin: 0;
|
||||
}
|
||||
/* Extra Form */
|
||||
.exForm {
|
||||
background: #fff;
|
||||
|
|
@ -946,7 +950,7 @@
|
|||
/* _read.html | write_form.html | comment_form.html */
|
||||
.write_author {
|
||||
float: left;
|
||||
margin: 0 4px 0 0;
|
||||
margin: 0 4px 1em 0;
|
||||
}
|
||||
.write_author .item {
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue