mirror of
https://github.com/SWG-Source/auth-site.git
synced 2026-07-13 22:01:16 -04:00
15 lines
461 B
CSS
15 lines
461 B
CSS
#left_menu div.left_menu_box ul.online_admins li a {
|
|
background: url('images/icons/user.png') no-repeat 15px 4px;
|
|
padding-left: 37px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
#left_menu div.left_menu_box ul.online_admins li.mobile_user a {
|
|
background: url('images/icons/mobile_user.png') no-repeat 15px 4px;
|
|
padding-left: 37px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
} |