Allow sitelock immediately after install (#160)

This commit is contained in:
Kijin Sung 2016-02-08 22:00:17 +09:00
parent 9e9b09464f
commit 605fdec1a2
10 changed files with 84 additions and 10 deletions

View file

@ -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;