mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
HTML/CSS code cleaning. Semantic Markup. Web Accessibility.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10483 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
241acdba0a
commit
7923adf077
3 changed files with 4 additions and 4 deletions
|
|
@ -541,7 +541,7 @@ body.modalContainer{_height:100%;_width:100%} /* IE6 only */
|
|||
.x #skin .showAll.hideAll{background-position:right 0}
|
||||
/* Favorite On | Off */
|
||||
.x .fvOff,
|
||||
.x .fvOn{display:inline-block;width:16px;height:16px;overflow:hidden;text-indent:16px;background:url(../img/iconFavorite.gif) no-repeat}
|
||||
.x .fvOn{display:inline-block;width:16px;height:16px;overflow:hidden;text-indent:16px;background:transparent url(../img/iconFavorite.gif) no-repeat;border:0}
|
||||
.x .fvOn{background-position:0 -16px}
|
||||
/* Up-Down Dragable */
|
||||
.x .uDrag .wrap{position:relative;padding-left:20px}
|
||||
|
|
|
|||
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
|
|
@ -21,9 +21,9 @@
|
|||
<tr>
|
||||
<td class="nowr">
|
||||
<!--@if(in_array($val->module,$favoriteModuleList))-->
|
||||
<a href="#" class="fvOn" onclick="doToggleFavoriteModule(this, '{$val->module}'); return false;">{$lang->favorite}({$lang->on})</a>
|
||||
<button type="button" class="fvOn" onclick="doToggleFavoriteModule(this, '{$val->module}'); return false;">{$lang->favorite}({$lang->on})</button>
|
||||
<!--@else-->
|
||||
<a href="#" class="fvOff" onclick="doToggleFavoriteModule(this, '{$val->module}'); return false;">{$lang->favorite}({$lang->off})</a>
|
||||
<button type="button" class="fvOff" onclick="doToggleFavoriteModule(this, '{$val->module}'); return false;">{$lang->favorite}({$lang->off})</button>
|
||||
<!--@end-->
|
||||
</td>
|
||||
<td class="title">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue