Redesign the teams page to use a table
Allows for faster loading and easier viewing of important information about teams
This commit is contained in:
parent
98206310bd
commit
6ebb417923
11 changed files with 194 additions and 168 deletions
|
@ -15,39 +15,3 @@
|
|||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.create-entity-dialog-element label {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.create-entity-dialog-element .co-table {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.create-entity-dialog-element .fa-hdd-o {
|
||||
margin-right: 4px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.create-entity-dialog-element .co-filter-box {
|
||||
display: block;
|
||||
float: right;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.create-entity-dialog-element .co-filter-box .filter-message {
|
||||
left: -180px;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
.create-entity-dialog-element .co-filter-box input {
|
||||
width: 100%;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.create-entity-dialog-element label .avatar {
|
||||
vertical-align: text-bottom;
|
||||
margin-left: 4px;
|
||||
}
|
|
@ -1,5 +1,19 @@
|
|||
.teams-manager .popup-input-button {
|
||||
.teams-manager .co-filter-box {
|
||||
display: block;
|
||||
float: right;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.teams-manager.co-filter-box .filter-message {
|
||||
left: -180px;
|
||||
top: 4px;
|
||||
}
|
||||
|
||||
.teams-manager .co-filter-box input {
|
||||
width: 100%;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 2px;
|
||||
height: 28px;
|
||||
}
|
||||
|
||||
.teams-manager .manager-header {
|
||||
|
@ -20,6 +34,10 @@
|
|||
color: #ccc;
|
||||
}
|
||||
|
||||
.teams-manager .co-table .avatar {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.teams-manager .cor-confirm-dialog .entity-reference .avatar {
|
||||
margin-left: 4px;
|
||||
margin-right: 0px;
|
||||
|
@ -36,14 +54,20 @@
|
|||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.teams-manager .control-col {
|
||||
padding-left: 55px;
|
||||
padding-bottom: 10px;
|
||||
.teams-manager .co-filter-box {
|
||||
display: block;
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
|
||||
.teams-manager .header-col .info-icon {
|
||||
.teams-manager .info-icon {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.teams-manager .popover-content {
|
||||
color: black;
|
||||
font-size: 16px;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.teams-manager .header-col .header-text {
|
||||
|
|
Reference in a new issue