mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
common css파일이 로드되지 않았을 때, 로그아웃 버튼 테두리 드러나지 않게 수정.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7149 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d8b049ddb2
commit
b3d6fc3eb7
3 changed files with 3 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
.login_black form .userName { margin:0; position:relative; width:172px; overflow:hidden; border-bottom:1px solid #515151; padding:0 0 6px 0; margin-top:-5px;}
|
||||
.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 .userName img { border:none; }
|
||||
.login_black form ul.userMenu { margin:0; position:relative; 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; margin-bottom:5px;}
|
||||
.login_black form ul.userMenu li a { color:#cbcbcb;text-decoration:none;}
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
.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 .userName img { border:none; }
|
||||
.login_default form ul.userMenu { margin:0; position:relative; 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; margin-bottom:5px;}
|
||||
.login_default form ul.userMenu li a { color:#54564b; text-decoration:none;}
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
.login_white form .userName { position:relative; width:172px; overflow:hidden; border-bottom:1px solid #e4e4e4; padding:0 0 6px 0; margin-top:-5px;}
|
||||
.login_white form .userName strong { color:#282828; padding:4px 0 0 2px; font:bold .9em Tahoma;}
|
||||
.login_white form .userName a { position:relative; right:0px; }
|
||||
.login_white form .userName img { border:none; }
|
||||
.login_white form ul.userMenu { margin:0; position:relative; padding:0 0 6px 4px; overflow:hidden; margin-top:10px;}
|
||||
.login_white form ul.userMenu li { list-style:none; padding-left:10px; background:url(../images/white/bulletFF1A00.gif) no-repeat left 4px; margin-bottom:5px;}
|
||||
.login_white form ul.userMenu li a { color:#54564b; text-decoration:none; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue