opt-cc/static/src/app/statistic/war/war-header/war-header.component.css

65 lines
889 B
CSS
Raw Normal View History

.war-header-container {
width: 920px;
min-height: 168px;
margin: auto;
2017-10-07 09:38:02 +02:00
}
.head-field {
font-size: 22px;
margin-top: 10px;
margin-bottom: 10px;
}
2018-04-02 11:20:04 +02:00
form.tab-control {
padding: 10px;
}
span.tab-control {
margin: 4px 67px;
padding: 4px 16px;
}
.nav-tabs > li.active > a {
background: #ffffff;
border-bottom: none;
}
.nav-tabs > li.active {
position: relative;
top: 1px;
z-index: 10;
}
.nav-tabs > li img {
filter: invert(50%);
2017-07-08 21:56:11 +02:00
}
.nav-tabs {
2018-04-22 13:31:38 +02:00
width: 920px;
2018-02-26 08:36:46 +01:00
margin: auto;
clear: both;
border-bottom: 0;
2017-07-08 21:56:11 +02:00
}
.nav-tabs > li > a {
background: #e7e7e7;
border: 1px solid #dadada;
}
.nav-tabs > li:not(.active) > a:hover {
background: #afafaf;
}
2018-04-02 11:20:04 +02:00
.nav-tabs > li:last-child {
margin-left: 70px;
}
.nav-link {
cursor: pointer !important;
color: #666666 !important;
2017-11-03 12:51:58 +01:00
}
2017-11-13 14:00:59 +01:00
2017-11-13 15:45:12 +01:00
.nav-tabs > li.deactivated > a.nav-link {
cursor: not-allowed !important;
2017-11-13 14:00:59 +01:00
}