mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
Icon UI enhancement.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12215 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f1f7d80540
commit
3daadb29dc
4 changed files with 13 additions and 5 deletions
|
|
@ -180,8 +180,10 @@ body>.x{max-width:none !important}
|
|||
#add_menu label{font-weight:bold}
|
||||
#add_menu .x_tabbable{padding-top:8px}
|
||||
#add_menu .desc{width:220px;border-bottom:1px solid #ddd;padding-bottom:8px;color:#666}
|
||||
#add_menu .desc>a{overflow:hidden;font-size:0;text-indent:20px;display:inline-block;width:14px;height:14px;background:url(../../../../common/img/glyphicons-halflings.png) no-repeat -120px -96px;opacity:.5;filter:alpha(opacity=50);vertical-align:middle}
|
||||
#add_menu .desc>a{overflow:hidden;font-size:0;text-indent:20px;display:inline-block;width:14px;height:14px;opacity:.5;filter:alpha(opacity=50);vertical-align:middle}
|
||||
#add_menu .desc>a:after{content:normal}
|
||||
#add_menu .desc>a:hover,
|
||||
#add_menu .desc>a:focus{opacity:1;filter:alpha(opacity=100)}
|
||||
#add_menu .x_btn-group{position:absolute;margin:0;left:0;bottom:0;width:100%}
|
||||
/* Default */
|
||||
#default [for="lang_menuName"],
|
||||
|
|
|
|||
|
|
@ -111,9 +111,9 @@
|
|||
</div>
|
||||
<div class="col url" id="add_menu" style="display:none">
|
||||
<fieldset>
|
||||
<h1><a class="_title"></a></h1>
|
||||
<h1 class="_title"></h1>
|
||||
<div class="cnt">
|
||||
<p class="desc"><dfn class="_description"></dfn> <a class='_link'>{$lang->details}</a></p>
|
||||
<p class="desc"><dfn class="_description"></dfn> <a class='_link x_icon-share'>{$lang->details}</a></p>
|
||||
<ul>
|
||||
<li>
|
||||
<div class="multilingual x_input-append">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue