mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 10:49:54 +09:00
시스템 오류 기본 스킨에 조금.. 이쁘게 처리를..
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2034 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
94bf8a08b6
commit
f62ca88385
2 changed files with 8 additions and 4 deletions
|
|
@ -2,12 +2,16 @@
|
|||
|
||||
|
||||
.system_message {
|
||||
margin:2em 0 0 2em;
|
||||
margin:3em 0 0 2em;
|
||||
color:#666666;
|
||||
border:4px solid #888888;
|
||||
text-align:center;
|
||||
padding:4em;
|
||||
width:400px;
|
||||
}
|
||||
|
||||
.system_button {
|
||||
margin-top:1em;
|
||||
margin-top:3em;
|
||||
}
|
||||
|
||||
.system_message a {
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@
|
|||
{$system_message}
|
||||
|
||||
<div class="system_button">
|
||||
<a href="#" onclick="history.back(); return false;">{$lang->cmd_back}</a>
|
||||
<a href="#" onclick="history.back(); return false;" class="button"><span>{$lang->cmd_back}</span></a>
|
||||
<!--@if(!$is_logged)-->
|
||||
| <a href="{getUrl('','act','dispMemberLoginForm')}">{$lang->cmd_login}</a>
|
||||
| <a href="{getUrl('','act','dispMemberLoginForm')}" class="button"><span>{$lang->cmd_login}</span></a>
|
||||
<!--@end-->
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue