#17008112 권한이 없을 경우 로그인 폼이 나타나도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5223 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-01-05 06:24:42 +00:00
parent d2a7cbc43b
commit 0dfe126c72
2 changed files with 45 additions and 16 deletions

View file

@ -1,16 +1,38 @@
@charset "utf-8";
.system_message {
color:#666666;
text-align:center;
padding:1em 0 1em 0;
.system_message_box {
position:relative;
*zoom:1;
}
.system_button {
margin-top:1em;
.system_message_box blockquote {
text-align:center;
margin:30px 0 20px 0;
font-size:1.3em;
font-weight:bold;
text-decoration:underline;
}
.system_message_box ul {
padding:0;
margin:0;
overflow:hidden;
*zoom:1;
text-align:center;
}
.system_message_box ul li {
padding:0;
margin:0 10px 0 0;
display:inline;
list-style:none;
}
.system_message a {
margin-top:1em;
}
.loginForm {
width:200px;
margin:30px auto 0 auto;
}