mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
Fix #1101 hidden save button in site map screen
This commit is contained in:
parent
93284d0787
commit
7d876a6fe0
2 changed files with 7 additions and 6 deletions
|
|
@ -79,6 +79,7 @@ text-overflow:ellipsis
|
||||||
.col .cnt{
|
.col .cnt{
|
||||||
overflow-x:hidden;
|
overflow-x:hidden;
|
||||||
overflow-y:auto;
|
overflow-y:auto;
|
||||||
|
position:relative;
|
||||||
padding:10px;
|
padding:10px;
|
||||||
border-radius:5px;
|
border-radius:5px;
|
||||||
background:#fff;
|
background:#fff;
|
||||||
|
|
|
||||||
|
|
@ -442,9 +442,9 @@
|
||||||
</ul>
|
</ul>
|
||||||
<i class="mask"></i>
|
<i class="mask"></i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div class="x_btn-group siteMapUI">
|
||||||
<div class="x_btn-group siteMapUI">
|
<button type="button" class="x_btn x_btn-primary x_pull-right _save">{$lang->cmd_save}</button>
|
||||||
<button type="button" class="x_btn x_btn-primary x_pull-right _save">{$lang->cmd_save}</button>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<button type="button" class="x_close" data-admin-hide="#layout">×</button>
|
<button type="button" class="x_close" data-admin-hide="#layout">×</button>
|
||||||
|
|
@ -556,9 +556,9 @@
|
||||||
<a href="#downloadSkin" data-admin-show="#downloadSkin" class="x_btn x_btn-link" style="position:absolute;right:5px;bottom:7px;color:#000"><i class="x_icon-plus-sign"></i> {$lang->install_other_skins}</a>
|
<a href="#downloadSkin" data-admin-show="#downloadSkin" class="x_btn x_btn-link" style="position:absolute;right:5px;bottom:7px;color:#000"><i class="x_icon-plus-sign"></i> {$lang->install_other_skins}</a>
|
||||||
-->
|
-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
<div class="x_btn-group siteMapUI">
|
||||||
<div class="x_btn-group siteMapUI">
|
<button type="button" class="x_btn x_btn-primary x_pull-right _save">{$lang->cmd_save}</button>
|
||||||
<button type="button" class="x_btn x_btn-primary x_pull-right _save">{$lang->cmd_save}</button>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<button type="button" class="x_close" data-admin-hide="#skin">×</button>
|
<button type="button" class="x_close" data-admin-hide="#skin">×</button>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue