Help icon cosmetic issue.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12442 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-12-20 07:35:48 +00:00
parent ef66d3b548
commit b2bf60df28
7 changed files with 9 additions and 8 deletions

View file

@ -21,7 +21,8 @@ body>.x,
.x mark{background-color:#FF0;color:#000} .x mark{background-color:#FF0;color:#000}
/* Bootstrap Override */ /* Bootstrap Override */
.x .x_page-header{margin-top:10px;padding-bottom:0;border-bottom:2px solid #ddd} .x .x_page-header{margin-top:10px;padding-bottom:0;border-bottom:2px solid #ddd}
.x .x_page-header>h1{margin-bottom:0;font-size:24px;color:#333} .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 h1, .x h1,
.x h2, .x h2,
.x h3, .x h3,
@ -35,7 +36,7 @@ body>.x,
.x h5, .x h5,
.x h6{font-size:12px} .x h6{font-size:12px}
.x [class^="x_icon-"], .x [class^="x_icon-"],
.x [class*=" x_icon-"]{text-decoration:none;border:0;padding:0;background-color:transparent;overflow:hidden;font-size:0} .x [class*=" x_icon-"]{text-decoration:none;border:0;padding:0;background-color:transparent;overflow:hidden;font-size:0;text-indent:100%}
.x .x_close{width:32px;height:32px;font-size:17px;opacity:.5;filter:alpha(opacity=50)} .x .x_close{width:32px;height:32px;font-size:17px;opacity:.5;filter:alpha(opacity=50)}
.x .x_alert{position:relative} .x .x_alert{position:relative}
.x .x_alert>.x_close{position:absolute;top:0;right:0} .x .x_alert>.x_close{position:absolute;top:0;right:0}

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
<div class="x_page-header"> <div class="x_page-header">
<h1> <h1>
{$lang->message} {$lang->message}
<a href="#aboutSkin" class="x_icon-question-sign x_pull-right" data-toggle style="margin-top:13px">{$lang->help}</a> <a href="#aboutSkin" class="x_icon-question-sign" data-toggle>{$lang->help}</a>
</h1> </h1>
</div> </div>
<p class="x_alert x_alert-info" id="aboutSkin" hidden>{$lang->about_skin}</p> <p class="x_alert x_alert-info" id="aboutSkin" hidden>{$lang->about_skin}</p>

View file

@ -5,7 +5,7 @@
<span class="path" cond="$module_info->mid"> <span class="path" cond="$module_info->mid">
&gt; <a href="{getSiteUrl($module_info->domain,'','mid',$module_info->mid)}" target="_blank">{$module_info->mid}</a><block cond="$module_info->is_default=='Y'">({$lang->is_default})</block> &gt; <a href="{getSiteUrl($module_info->domain,'','mid',$module_info->mid)}" target="_blank">{$module_info->mid}</a><block cond="$module_info->is_default=='Y'">({$lang->is_default})</block>
</span> </span>
<a href="#aboutPage" class="x_icon-question-sign x_pull-right" data-toggle cond="!$module_info->mid" style="margin-top:13px"></a> <a href="#aboutPage" class="x_icon-question-sign" data-toggle cond="!$module_info->mid"></a>
</h1> </h1>
</div> </div>
<p id="aboutPage" class="x_alert x_alert-info" cond="!$module_info->mid" hidden>{nl2br($lang->about_page)}</p> <p id="aboutPage" class="x_alert x_alert-info" cond="!$module_info->mid" hidden>{nl2br($lang->about_page)}</p>

View file

@ -1,6 +1,6 @@
<load target="js/spamfilter_admin.js" usecdn="true" /> <load target="js/spamfilter_admin.js" usecdn="true" />
<div class="x_page-header"> <div class="x_page-header">
<h1>{$lang->spamfilter} <a class="x_icon-question-sign" href="./help/index.html#UMAN_content_spamfilter" target="_blank">도움말</a></h1> <h1>{$lang->spamfilter} <a class="x_icon-question-sign" href="./help/index.html#UMAN_content_spamfilter" target="_blank">{$lang->help}</a></h1>
</div> </div>
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}"> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p> <p>{$XE_VALIDATOR_MESSAGE}</p>

View file

@ -4,7 +4,7 @@ var no_text_comment = '{$lang->no_text_comment}';
</script> </script>
<load target="js/trash_admin.js" usecdn="true" /> <load target="js/trash_admin.js" usecdn="true" />
<div class="x_page-header"> <div class="x_page-header">
<h1>{$lang->trash} <a class="x_icon-question-sign" href="./help/index.html#UMAN_content_trash" target="_blank">도움말</a></h1> <h1>{$lang->trash} <a class="x_icon-question-sign" href="./help/index.html#UMAN_content_trash" target="_blank">{$lang->help}</a></h1>
</div> </div>
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}"> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p> <p>{$XE_VALIDATOR_MESSAGE}</p>

View file

@ -4,7 +4,7 @@
<span class="path" cond="$widget_info"> <span class="path" cond="$widget_info">
&gt; {$widget_info->title} &gt; {$widget_info->title}
</span> </span>
<a cond="$widget_info" href="#widgetInfo" class="x_icon-question-sign x_pull-right" data-toggle style="margin-top:15px">{$lang->help}</a> <a cond="$widget_info" href="#widgetInfo" class="x_icon-question-sign" data-toggle>{$lang->help}</a>
</h1> </h1>
</div> </div>
<div cond="$XE_VALIDATOR_MESSAGE" class="x_alert x_alert-{$XE_VALIDATOR_MESSAGE_TYPE}"> <div cond="$XE_VALIDATOR_MESSAGE" class="x_alert x_alert-{$XE_VALIDATOR_MESSAGE_TYPE}">