mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
Add option to make pages available only on one domain
- 2021년에 next 브랜치 적용을 목표로 작업했던 것 가져옴 - modules 테이블에 domain_srl을 추가하여 특정 도메인에서만 유효하도록 설정 가능 - site_srl 변수를 사용하던 곳 중 삭제할 수 있는 곳은 모두 삭제함
This commit is contained in:
parent
ded3b97208
commit
f596947d0e
57 changed files with 163 additions and 197 deletions
|
|
@ -2338,6 +2338,19 @@ html[lang="id"] .x .g11n.active>[disabled],
|
|||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
.x .x_table th.domain_prefix {
|
||||
text-align: right;
|
||||
padding-right: 0;
|
||||
}
|
||||
.x .x_table td.domain_prefix {
|
||||
color: #888;
|
||||
text-align: right;
|
||||
padding-right: 0;
|
||||
}
|
||||
.x .x_table .domain_prefix + th,
|
||||
.x .x_table .domain_prefix + td {
|
||||
padding-left: 4px;
|
||||
}
|
||||
|
||||
/* language specific styles */
|
||||
/* English admin_en.css */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue