24 lines
471 B
Plaintext
Executable File
24 lines
471 B
Plaintext
Executable File
#users {
|
|
margin-left: 0.5%;
|
|
padding-bottom: 10px;
|
|
width: 12%;
|
|
}
|
|
#user-contents {
|
|
padding-bottom: 10px;
|
|
height:95%;
|
|
}
|
|
.userNameEntry{
|
|
height:20px;
|
|
overflow:hidden;
|
|
width:90px;
|
|
word-break:break-all;
|
|
padding:0px;
|
|
}
|
|
.user-entry tr:nth-child(even) {background-color: rgb(245,245,245);}
|
|
.user-entry tr:hover {font-weight: bold;}
|
|
.userListSettingIcon {}
|
|
|
|
.userNameContainer{
|
|
border-right: 1px solid #ccc;
|
|
padding-right:0px;
|
|
} |