streams/view/css/mod_group.css

20 lines
336 B
CSS
Raw Permalink Normal View History

2018-06-17 14:58:12 +00:00
.mpall,
.mpgroup {
line-height: 1.2;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
2018-06-17 14:58:12 +00:00
#groups-index th:nth-child(1),
#groups-index td:nth-child(1){
white-space: nowrap;
padding: 7px 3px 7px 10px;
}
2018-06-17 14:58:12 +00:00
#groups-index th:nth-child(2),
#groups-index td:nth-child(2){
text-align: center;
padding: 7px 10px 7px 7px;
}