55 lines
No EOL
1,001 B
CSS
55 lines
No EOL
1,001 B
CSS
.team-view .co-main-content-panel {
|
|
padding: 20px;
|
|
}
|
|
|
|
.team-view .team-name {
|
|
vertical-align: middle;
|
|
margin-left: 6px;
|
|
}
|
|
|
|
.team-view .team-view-header {
|
|
border-bottom: 1px solid #eee;
|
|
margin-bottom: 10px;
|
|
padding-bottom: 10px;
|
|
}
|
|
|
|
.team-view .team-view-header button i.fa {
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.team-view .team-view-header > h3 {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.team-view .team-view-header .popover {
|
|
max-width: none !important;
|
|
}
|
|
|
|
.team-view .team-view-header .popover.bottom-right .arrow:after {
|
|
border-bottom-color: #f7f7f7;
|
|
top: 2px;
|
|
}
|
|
|
|
.team-view .team-view-header .popover-content {
|
|
font-size: 14px;
|
|
padding-top: 6px;
|
|
min-width: 500px;
|
|
}
|
|
|
|
.team-view .team-view-header .popover-content input {
|
|
background: white;
|
|
}
|
|
|
|
.team-view .team-view-add-element .help-text {
|
|
font-size: 13px;
|
|
color: #ccc;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.team-view .co-table-header-row td {
|
|
padding-top: 20px !important;
|
|
}
|
|
|
|
.team-view .co-table-header-row:first-child td {
|
|
padding-top: 10px !important;
|
|
} |