misp-dashboard/static/css/ranking.css

101 lines
1.4 KiB
CSS
Raw Normal View History

2017-10-31 12:35:05 +01:00
.ranking {
position: relative;
height: auto;
}
.centerInBtn {
float: left;
text-align: center;
vertical-align: middle;
line-height: 40px;
margin-right: 10px;
font-size: x-large;
}
2017-11-02 10:16:34 +01:00
.popover-content {
padding: 3px
}
.popOverBtn {
float: left;
2017-11-02 10:57:16 +01:00
padding-top: 2px;
padding-bottom: 2px;
2017-11-02 10:16:34 +01:00
padding-right: 8px;
height: 46px;
margin-top: 2px;
margin-bottom: 2px;
2017-11-02 10:57:16 +01:00
display: none;
2017-11-02 10:16:34 +01:00
}
2017-10-31 12:35:05 +01:00
.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 {
2017-11-02 08:41:30 +01:00
width: 150px;
}
.panel-body {
padding: 0px;
}
.panel {
margin-bottom: 10px;
}
.col-lg-6 {
padding-right: 5px;
padding-left: 5px;
}
.col-lg-8 {
padding-right: 5px;
padding-left: 5px;
}
.col-lg-4 {
padding-right: 5px;
padding-left: 5px;
}
.col-lg-12 {
padding-right: 5px;
padding-left: 5px;
}
.leftSepa {
border-left-color: rgb(221, 221, 221);
border-left-style: solid;
border-left-width: 2px;
padding-left: 8px;
}
.textTopHeader {
height: 50px;
text-align: center;
margin-left: 8px;
float: left;
padding-top: 15px;
}
.center {
display:block;
margin-left:auto;
margin-right:auto;
}
small {
font-size: 100%;
font-weight: bold;
2017-10-31 12:35:05 +01:00
}