2014-06-14 00:22:30 +08:00
|
|
|
#users {
|
2014-08-09 00:04:04 +08:00
|
|
|
margin-left: 0.5%;
|
2014-08-18 22:16:07 +08:00
|
|
|
min-width:230px;
|
2014-08-09 00:04:04 +08:00
|
|
|
padding-bottom: 10px;
|
|
|
|
width: 12%;
|
2014-08-18 22:16:07 +08:00
|
|
|
}
|
2014-08-07 01:46:54 +08:00
|
|
|
#user-contents {
|
2014-08-09 00:04:04 +08:00
|
|
|
padding-bottom: 10px;
|
2014-08-16 00:26:17 +08:00
|
|
|
height:95%;
|
2014-08-18 22:16:07 +08:00
|
|
|
}
|
|
|
|
.userNameEntry{
|
|
|
|
height:20px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
width: 90px;
|
|
|
|
}
|
2014-08-09 00:04:04 +08:00
|
|
|
.user-entry tr:nth-child(even) {background-color: rgb(245,245,245);}
|
|
|
|
.user-entry tr:hover {font-weight: bold;}
|
2014-08-15 21:58:33 +08:00
|
|
|
.userListSettingIcon {}
|
2014-08-16 04:25:28 +08:00
|
|
|
|
|
|
|
.userNameContainer{
|
2014-08-18 22:16:07 +08:00
|
|
|
border-right: 1px solid #ccc;
|
|
|
|
padding-right:0px;
|
|
|
|
}
|