mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
xe_official 외부로그인영역에서 사용자 메뉴의 글자가 길어지더라도 이상없이 보이도록 css 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3030 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4660abb3f2
commit
d30b776900
3 changed files with 4 additions and 4 deletions
|
|
@ -20,7 +20,7 @@
|
|||
.login_black form .userName strong { color:#cbcbcb; padding:4px 0 0 2px; font:bold .9em Tahoma;}
|
||||
.login_black form .userName a { position:relative; right:0px; }
|
||||
.login_black form ul.userMenu { padding:0 0 6px 4px; overflow:hidden; margin-top:10px;}
|
||||
.login_black form ul.userMenu li { list-style:none; color:#cbcbcb; list-style:none;padding-left:10px; background:url(../images/black/bulletFF1A00.gif) no-repeat left 4px; height:18px; }
|
||||
.login_black form ul.userMenu li { list-style:none; color:#cbcbcb; list-style:none;padding-left:10px; background:url(../images/black/bulletFF1A00.gif) no-repeat left 4px; }
|
||||
.login_black form ul.userMenu li a { color:#cbcbcb;text-decoration:none;}
|
||||
.login_black form ul.userMenu li a:hover {text-decoration:underline;}
|
||||
.login_black form p.latestLogin { color:#818181; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@
|
|||
.login_default form .userName { position:relative; width:172px; overflow:hidden; border-bottom:1px solid #e4e4e4; padding:0 0 6px 0; margin-top:-5px;}
|
||||
.login_default form .userName strong { color:#282828; padding:4px 0 0 2px; font:bold .9em Tahoma;}
|
||||
.login_default form .userName a { position:relative; right:0px; }
|
||||
.login_default form ul.userMenu { padding:0 0 6px 4px; overflow:hidden; margin-top:10px;}
|
||||
.login_default form ul.userMenu li { list-style:none; padding-left:10px; background:url(../images/default/bulletFF1A00.gif) no-repeat left 4px; height:18px; }
|
||||
.login_default form ul.userMenu { padding:0 0 6px 4px; margin-top:10px;}
|
||||
.login_default form ul.userMenu li { list-style:none; padding-left:10px; background:url(../images/default/bulletFF1A00.gif) no-repeat left 4px; }
|
||||
.login_default form ul.userMenu li a { color:#54564b; text-decoration:none;}
|
||||
.login_default form ul.userMenu li a:hover { text-decoration:underline;}
|
||||
.login_default form p.latestLogin { color:#999999; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif;}
|
||||
|
|
|
|||
|
|
@ -29,6 +29,6 @@
|
|||
<!--@end-->
|
||||
<!--@end-->
|
||||
</ul>
|
||||
<p class="latestLogin">{$lang->last_login} : <span>{zDate($logged_info->last_login, "Y-m-d H:i")}</span></p>
|
||||
<p class="latestLogin">{$lang->last_login}<br /><span>{zDate($logged_info->last_login, "Y-m-d H:i")}</span></p>
|
||||
</form>
|
||||
</fieldset>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue