menu module, rss module UI enhancement.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12549 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2013-01-14 09:36:10 +00:00
parent 72518c24dd
commit 6e49c1765b
9 changed files with 18 additions and 17 deletions

View file

@ -315,12 +315,9 @@
<value xml:lang="en"><![CDATA[Advanced]]></value>
</item>
</item>
<item name="config_advanced">
<value xml:lang="ko"><![CDATA[설정/고급]]></value>
<value xml:lang="en"><![CDATA[Settings/Advanced]]></value>
<value xml:lang="jp"><![CDATA[設定]]></value>
<value xml:lang="zh-CN"><![CDATA[设置]]></value>
<value xml:lang="tr"><![CDATA[Ayarlar]]></value>
<item name="advanced_settings">
<value xml:lang="ko"><![CDATA[고급 설정]]></value>
<value xml:lang="en"><![CDATA[Advanced Settings]]></value>
</item>
<item name="newest_news">
<value xml:lang="ko"><![CDATA[최신 소식]]></value>

View file

@ -43,7 +43,7 @@
<li cond="!is_array($favorite_list) || count($favorite_list) < 1"><a href="{getUrl('', 'module', 'admin', 'act', 'dispModuleAdminContent')}">{$lang->no_data}</a></li>
</ul>
<div class="exMenu">
<button type="button" title="{$lang->config_advanced}"><i class="x_icon-chevron-down"></i><i class="x_icon-chevron-up"></i></button>
<button type="button" title="{$lang->advanced_settings}"><i class="x_icon-chevron-down"></i><i class="x_icon-chevron-up"></i></button>
</div>
</li>
<!--@end-->

View file

@ -22,7 +22,8 @@ body>.x,
/* Bootstrap Override */
.x .x_page-header{margin-top:10px;padding-bottom:0;border-bottom:2px solid #ddd}
.x .x_page-header>h1{position:relative;margin-bottom:0;font-size:24px;color:#333}
.x .x_page-header>h1>.x_icon-question-sign{position:absolute;top:50%;right:0;margin:-7px 0 0 0}
.x .x_page-header>h1>.x_icon-question-sign{margin:0}
.x .x_page-header>h1>.path+.x_icon-question-sign{margin:4px 0 0 0}
.x .x_icon-question-sign{vertical-align:middle}
.x h1,
.x h2,
@ -85,6 +86,7 @@ body>.x,
.x .x_table>caption>strong{position:relative;top:7px}
.x .x_inline{display:inline-block;*display:inline;*zoom:1}
.x .x_page-header+.x_form-horizontal{margin-top:-20px}
.x .x_controls:after{content:"";display:block;clear:both}
.x label.checked,
.x input:checked+label,
.x .x_form-horizontal .x_control-label{font-weight:bold;word-break:keep-all}

File diff suppressed because one or more lines are too long