mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 06:39:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1067 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
749344c453
commit
08bb52ff74
5 changed files with 9 additions and 9 deletions
|
|
@ -24,15 +24,14 @@
|
|||
}
|
||||
|
||||
.login_plugin .top_box .logout A {
|
||||
font-weight:bold;
|
||||
text-decoration:none;
|
||||
color:#555555;
|
||||
color:#737CF5;
|
||||
}
|
||||
|
||||
.login_plugin .top_box .logout A:hover {
|
||||
font-weight:bold;
|
||||
text-decoration:underline;
|
||||
color:#555555;
|
||||
letter-spacing:-1px;
|
||||
color:#151F9E;
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -52,7 +51,7 @@
|
|||
}
|
||||
|
||||
.login_plugin .info_box A:hover {
|
||||
text-decoration:underline;
|
||||
text-decoration:none;
|
||||
font-weight:bold;
|
||||
letter-spacing:-1px;
|
||||
color:#555555;
|
||||
|
|
@ -70,12 +69,12 @@
|
|||
}
|
||||
|
||||
.login_plugin .info_box .friend_list {
|
||||
background:url("../images/icon_profile.gif") no-repeat left;
|
||||
background:url("../images/icon_friend_list.gif") no-repeat left;
|
||||
float:left;
|
||||
}
|
||||
|
||||
.login_plugin .info_box .message_box {
|
||||
background:url("../images/icon_profile.gif") no-repeat left;
|
||||
background:url("../images/icon_message_box.gif") no-repeat left;
|
||||
float:left;
|
||||
width:90px;
|
||||
}
|
||||
|
|
@ -91,6 +90,7 @@
|
|||
|
||||
.login_plugin .info_box .last_login {
|
||||
clear:left;
|
||||
background:url("../images/icon_last_login.gif") no-repeat left;
|
||||
padding-left:15px;
|
||||
margin-bottom:4px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue