Initial interfaces and support for team syncing worker
This commit is contained in:
parent
94b07e6de9
commit
eeadeb9383
12 changed files with 282 additions and 15 deletions
|
@ -1521,7 +1521,7 @@ a:focus {
|
|||
top: 11px;
|
||||
left: 12px;
|
||||
font-size: 22px;
|
||||
color: #E4C212;
|
||||
color: #FCA657;
|
||||
}
|
||||
|
||||
.co-alert.co-alert-danger {
|
||||
|
@ -1566,6 +1566,14 @@ a:focus {
|
|||
left: 19px;
|
||||
}
|
||||
|
||||
.co-alert-inline:before {
|
||||
position: relative !important;
|
||||
top: auto !important;
|
||||
left: auto !important;
|
||||
vertical-align: middle;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.co-alert-popin-warning {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
@ -1579,6 +1587,14 @@ a:focus {
|
|||
}
|
||||
}
|
||||
|
||||
.co-alert-inline {
|
||||
border: 0px;
|
||||
display: inline-block;
|
||||
background-color: transparent !important;
|
||||
margin: 0px;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.co-list-table tr td:first-child {
|
||||
font-weight: bold;
|
||||
padding-right: 10px;
|
||||
|
|
Reference in a new issue