mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
Sitemap toggle switch(on|off) icon added.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12351 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
13b41ec199
commit
f4cfe6bb21
7 changed files with 21 additions and 12 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no" />
|
||||
')}
|
||||
<div class="x">
|
||||
<p class="skipNav"><a href="#content">{$lang->skip_to_content}</a></p>
|
||||
<p class="skipNav"><a href="#content">{$lang->skip_to_content}</a></p>
|
||||
<header class="header">
|
||||
<h1><a href="{getUrl('','module','admin')}"><img src="{getUrl('')}{$gnb_title_info->adminLogo}" alt="{$gnb_title_info->adminTitle}" /> {$gnb_title_info->adminTitle}</a></h1>
|
||||
<p class="site"><a href="{getFullUrl('')}">{getFullUrl('')}</a></p>
|
||||
|
|
|
|||
|
|
@ -172,6 +172,9 @@ body>.x,
|
|||
.x .x_page-header .path{font-size:14px;display:inline-block}
|
||||
.x .x_page-header .path:first-letter{color:#ccc;font-weight:normal}
|
||||
.x [data-toggle]+.x_help-block{margin-top:10px}
|
||||
.x input.switch{width:42px;height:16px;opacity:0;filter:alpha(opacity=0);position:relative;z-index:2}
|
||||
.x input.switch+i{position:relative !important;z-index:1;left:auto !important;top:auto !important;right:auto !important;bottom:auto !important;margin:0 0 0 -42px !important;opacity:1 !important;filter:alpha(opacity=100) !important;padding:0;vertical-align:middle;display:inline-block;width:42px;height:16px;background-image:url(../../../../modules/admin/tpl/img/toggleSwitch.png) !important;background-repeat:no-repeat}
|
||||
.x input[checked].switch+i{background-position:0 -16px !important}
|
||||
/* Image Sprite */
|
||||
.x a[target="_blank"]:after,
|
||||
.x>.body>.gnb>ul>li>a>i,
|
||||
|
|
|
|||
2
modules/admin/tpl/css/admin.min.css
vendored
2
modules/admin/tpl/css/admin.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
modules/admin/tpl/img/toggleSwitch.png
Normal file
BIN
modules/admin/tpl/img/toggleSwitch.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
Loading…
Add table
Add a link
Reference in a new issue