mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Bug Report Link Added. CSS fix.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9414 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
55767be44a
commit
afa5a79007
4 changed files with 10 additions and 3 deletions
|
|
@ -30,8 +30,10 @@ body,table,input,textarea,select,button{font-family:Tahoma,Geneva,sans-serif;fon
|
||||||
.btnArea:after{content:"";display:block;clear:both}
|
.btnArea:after{content:"";display:block;clear:both}
|
||||||
.btnArea .etc{float:left}
|
.btnArea .etc{float:left}
|
||||||
/* Text Button */
|
/* Text Button */
|
||||||
input.text,
|
input[type=submit].text,
|
||||||
button.text{border:0;overflow:visible;padding:0;margin:0 4px 0 0;color:#33a !important;background:none;text-decoration:underline}
|
input[type=button].text,
|
||||||
|
button[type=submit].text,
|
||||||
|
button[type=button].text{border:0;overflow:visible;padding:0;margin:0 4px 0 0;color:#33a !important;background:none;text-decoration:underline}
|
||||||
/* Popup Menu Area */
|
/* Popup Menu Area */
|
||||||
#popup_menu_area{position:absolute;background:#fff;border:1px solid #e9e9e9;border-radius:5px;padding:10px;line-height:1.3;box-shadow:0 0 6px #666;font-size:12px;filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135, strength=5)}
|
#popup_menu_area{position:absolute;background:#fff;border:1px solid #e9e9e9;border-radius:5px;padding:10px;line-height:1.3;box-shadow:0 0 6px #666;font-size:12px;filter:progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135, strength=5)}
|
||||||
#popup_menu_area ul{list-style:none;margin:0;padding:0}
|
#popup_menu_area ul{list-style:none;margin:0;padding:0}
|
||||||
|
|
|
||||||
2
common/css/xe.min.css
vendored
2
common/css/xe.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1001,4 +1001,8 @@ Lütfen son sürümü için indirme linkine tıklayınız.]]></value>
|
||||||
<value xml:lang="ko"><![CDATA[관리자 메뉴 추가]]></value>
|
<value xml:lang="ko"><![CDATA[관리자 메뉴 추가]]></value>
|
||||||
<value xml:lang="en"><![CDATA[Add Admin Menu]]></value>
|
<value xml:lang="en"><![CDATA[Add Admin Menu]]></value>
|
||||||
</item>
|
</item>
|
||||||
|
<item name="bug_report">
|
||||||
|
<value xml:lang="ko"><![CDATA[버그 리포트]]></value>
|
||||||
|
<value xml:lang="en"><![CDATA[Bug Report]]></value>
|
||||||
|
</item>
|
||||||
</lang>
|
</lang>
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
<p class="cache">
|
<p class="cache">
|
||||||
<button type="button" class="text" onclick="doRecompileCacheFile();">{$lang->cmd_remake_cache}</button>
|
<button type="button" class="text" onclick="doRecompileCacheFile();">{$lang->cmd_remake_cache}</button>
|
||||||
<button type="button" class="text" onclick="doClearSession();">{$lang->cmd_clear_session}</button>
|
<button type="button" class="text" onclick="doClearSession();">{$lang->cmd_clear_session}</button>
|
||||||
|
<a href="http://code.google.com/p/xe-core/issues/entry">{$lang->bug_report}</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue