7 lines
211 B
CSS
7 lines
211 B
CSS
.user {display: block; width: 80px; float: left; overflow: hidden;}
|
|
.c-name {width: 130px;}
|
|
.c-desc {width: 300px;}
|
|
.btn-admin {margin-left: 0px !important}
|
|
|
|
#groupList tbody tr.even td {word-wrap: break-word;}
|