misp-dashboard/static/css/ranking.css

25 lines
342 B
CSS
Raw Normal View History

2017-10-31 12:35:05 +01:00
.ranking {
position: relative;
height: auto;
}
.table > tbody > tr > td.centerCell {
text-align: center;
min-width: 45px;
}
2017-10-31 15:11:59 +01:00
.dataTables_filter > label {
margin-bottom: 0px;
}
2017-10-31 12:35:05 +01:00
.table > tbody > tr > td.centerCellPic {
padding: 5px;
2017-10-31 15:08:44 +01:00
text-align: center;
min-width: 45px;
2017-10-31 12:35:05 +01:00
}
.progress {
width: 150px;
2017-10-31 12:35:05 +01:00
}