2014-06-14 00:22:30 +08:00
|
|
|
#users {
|
2014-08-09 00:04:04 +08:00
|
|
|
margin-left: 0.5%;
|
2014-10-28 21:06:38 +08:00
|
|
|
padding-bottom: 10px; /*min-width:230px;*/
|
2014-08-23 02:46:50 +08:00
|
|
|
width: 20%;
|
2014-08-18 22:16:07 +08:00
|
|
|
}
|
2014-10-28 21:06:38 +08:00
|
|
|
|
2014-08-07 01:46:54 +08:00
|
|
|
#user-contents {
|
2014-10-28 21:06:38 +08:00
|
|
|
height: 95%;
|
2014-08-09 00:04:04 +08:00
|
|
|
padding-bottom: 10px;
|
2014-08-18 22:16:07 +08:00
|
|
|
}
|
2014-10-28 21:06:38 +08:00
|
|
|
|
|
|
|
.usersListIcon {}
|
|
|
|
|
|
|
|
.userListSettingIcon {}
|
|
|
|
|
|
|
|
.userNameContainer {
|
|
|
|
border-right: 1px solid #ccc;
|
|
|
|
padding-right: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.userNameEntry {
|
|
|
|
height: 20px;
|
2014-08-18 22:16:07 +08:00
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
2014-09-23 05:47:05 +08:00
|
|
|
width: 100px;
|
2014-08-18 22:16:07 +08:00
|
|
|
}
|
2014-10-28 21:06:38 +08:00
|
|
|
|
2014-08-09 00:04:04 +08:00
|
|
|
.user-entry tr:nth-child(even) {background-color: rgb(245,245,245);}
|
2014-08-16 04:25:28 +08:00
|
|
|
|
2014-10-28 21:06:38 +08:00
|
|
|
.user-entry tr:hover {font-weight: bold;}
|
2014-11-18 06:44:47 +08:00
|
|
|
|
|
|
|
|
|
|
|
/* Tyler Added */ /*
|
|
|
|
.usersList {
|
|
|
|
list-style:none;
|
|
|
|
margin:0;
|
|
|
|
padding:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.usersList li {
|
|
|
|
padding:10px;
|
|
|
|
border-bottom:1px solid #f2f2f2;
|
|
|
|
}
|
|
|
|
|
|
|
|
.userItem {
|
|
|
|
display:block;
|
|
|
|
width:50%;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.userIcons {
|
|
|
|
display:block;
|
|
|
|
width:50%;
|
|
|
|
display:inline-block;
|
|
|
|
border-left: 1px solid #f2f2f2;
|
|
|
|
padding-left:10px;
|
|
|
|
margin-left:10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
*/
|