mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
Allow sitelock immediately after install (#160)
This commit is contained in:
parent
9e9b09464f
commit
605fdec1a2
10 changed files with 84 additions and 10 deletions
|
|
@ -176,7 +176,10 @@ button.grey:hover, a.button.grey:hover {
|
|||
.x #content ul li {
|
||||
line-height: 160%;
|
||||
}
|
||||
.x #content label input[type=checkbox] {
|
||||
.x #content label.x_inline {
|
||||
display: inline-block; margin-right: 12px;
|
||||
}
|
||||
.x #content label input[type=checkbox], .x #content label input[type=radio] {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
|
|
@ -207,6 +210,9 @@ button.grey:hover, a.button.grey:hover {
|
|||
line-height: 17px; padding: 3px 5px;
|
||||
width: 260px; box-sizing: border-box;
|
||||
}
|
||||
.x .x_control-group .x_controls input[type=checkbox], .x .x_control-group .x_controls input[type=radio] {
|
||||
padding: 0; width: auto;
|
||||
}
|
||||
.x .x_control-group .x_controls select {
|
||||
line-height: 17px; padding: 3px 7px 3px 3px;
|
||||
width: 260px; box-sizing: border-box;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue