mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
Adjust styling of domain display in board and page list
This commit is contained in:
parent
bd0687c502
commit
648cd40b0d
3 changed files with 41 additions and 36 deletions
|
|
@ -2347,9 +2347,14 @@ html[lang="id"] .x .g11n.active>[disabled],
|
|||
text-align: right;
|
||||
padding-right: 0;
|
||||
}
|
||||
.x .x_table td.domain_prefix span.domain {
|
||||
display: inline-block;
|
||||
margin-right: 2px;
|
||||
color: #333;
|
||||
}
|
||||
.x .x_table .domain_prefix + th,
|
||||
.x .x_table .domain_prefix + td {
|
||||
padding-left: 4px;
|
||||
padding-left: 2px;
|
||||
}
|
||||
|
||||
/* language specific styles */
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
<tr>
|
||||
<th scope="col">{$lang->no}</th>
|
||||
<th scope="col">{$lang->module_category}</th>
|
||||
<th scope="col" class="domain_prefix">{$lang->domain} /</th>
|
||||
<th scope="col" class="domain_prefix">{$lang->domain} /</th>
|
||||
<th scope="col">{$lang->url}</th>
|
||||
<th scope="col">{$lang->browser_title}</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
</block>
|
||||
<block cond="$val->module_category_srl">{$module_category[$val->module_category_srl]->title}</block>
|
||||
</td>
|
||||
<td class="domain_prefix">{$val->domain ?? '*'}{\RX_BASEURL}</td>
|
||||
<td class="domain_prefix"><span class="domain">{$val->domain ?? ''}</span>{\RX_BASEURL}</td>
|
||||
<td>{$val->mid}</td>
|
||||
<td><a href="{getSiteUrl($val->domain,'','mid',$val->mid)}">{$val->browser_title}</a></td>
|
||||
<td>{zdate($val->regdate,"Y-m-d")}</td>
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ jQuery(function($){
|
|||
<th scope="col">{$lang->no}</th>
|
||||
<th scope="col">{$lang->module_category}</th>
|
||||
<th scope="col">{$lang->page_type}</th>
|
||||
<th scope="col" class="domain_prefix">{$lang->domain} /</th>
|
||||
<th scope="col" class="domain_prefix">{$lang->domain} /</th>
|
||||
<th scope="col">{$lang->url}</th>
|
||||
<th scope="col">{$lang->browser_title}</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
|
|
@ -71,7 +71,7 @@ jQuery(function($){
|
|||
<!--@end-->
|
||||
</td>
|
||||
<td>{$val->page_type}</td>
|
||||
<td class="domain_prefix">{$val->domain ?? '*'}{\RX_BASEURL}</td>
|
||||
<td class="domain_prefix"><span class="domain">{$val->domain ?? ''}</span>{\RX_BASEURL}</td>
|
||||
<td>{$val->mid}</td>
|
||||
<td><a href="{getSiteUrl($val->domain,'','mid',$val->mid)}" target="_blank">{$val->browser_title}</a></td>
|
||||
<td>{zdate($val->regdate,"Y-m-d")}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue