mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
sync
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -73,6 +73,7 @@ header {
|
||||
font-weight: 500;
|
||||
color: #999999;
|
||||
margin: 0;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -160,6 +161,42 @@ header {
|
||||
}
|
||||
}
|
||||
|
||||
.users {
|
||||
th, td {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.group-start {
|
||||
border-left: 1px solid #dddddd;
|
||||
}
|
||||
|
||||
.name, .email { text-align: left; white-space: nowrap; }
|
||||
|
||||
.false {
|
||||
.icon {
|
||||
.icon-remove;
|
||||
}
|
||||
}
|
||||
|
||||
.true {
|
||||
background-color: #DFF0D8 !important;
|
||||
|
||||
.icon {
|
||||
.icon-ok;
|
||||
}
|
||||
}
|
||||
|
||||
.new {
|
||||
background-color: #49cced;
|
||||
color: white;
|
||||
font-size: 10px;
|
||||
padding: 2px 5px;
|
||||
margin: 2px;
|
||||
.border-radius(2px);
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.axis path,
|
||||
@ -248,6 +285,7 @@ header {
|
||||
|
||||
.tech-label {
|
||||
float: left;
|
||||
width: 140px;
|
||||
}
|
||||
|
||||
.enteries {
|
||||
|
Reference in New Issue
Block a user