mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-56759-master' of git://github.com/lameze/moodle
This commit is contained in:
commit
2e0e081b60
@ -1642,41 +1642,6 @@ table.collection {
|
||||
@extend .table-striped;
|
||||
}
|
||||
|
||||
table.collection .name {
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
table.collection .awards {
|
||||
width: 10%;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
table.collection .criteria {
|
||||
width: 40%;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
table.collection .badgeimage,
|
||||
table.collection .status {
|
||||
width: 15%;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
table.collection .description {
|
||||
width: 25%;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
table.collection .actions {
|
||||
width: 11em;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
a.criteria-action {
|
||||
padding: 0 3px;
|
||||
float: right;
|
||||
|
@ -1761,36 +1761,34 @@ table.collection {
|
||||
.table-bordered;
|
||||
.table-striped;
|
||||
}
|
||||
table.collection .name {
|
||||
table.collection td.name {
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
}
|
||||
table.collection .awards {
|
||||
width: 10%;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
table.collection .criteria {
|
||||
width: 40%;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
table.collection .badgeimage,
|
||||
table.collection .status {
|
||||
table.collection td.awards {
|
||||
width: 15%;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
table.collection .description {
|
||||
table.collection td.criteria {
|
||||
width: 40%;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
table.collection td.status {
|
||||
width: 15%;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
table.collection td.description {
|
||||
width: 25%;
|
||||
text-align: left;
|
||||
}
|
||||
table.collection .actions {
|
||||
table.collection td.actions {
|
||||
width: 11em;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
a.criteria-action {
|
||||
padding: 0 3px;
|
||||
float: right;
|
||||
|
@ -1896,31 +1896,30 @@ table.collection tbody > tr:nth-child(odd) > td,
|
||||
table.collection tbody > tr:nth-child(odd) > th {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
table.collection .name {
|
||||
table.collection td.name {
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
}
|
||||
table.collection .awards {
|
||||
width: 10%;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
table.collection .criteria {
|
||||
width: 40%;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
table.collection .badgeimage,
|
||||
table.collection .status {
|
||||
table.collection td.awards {
|
||||
width: 15%;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
table.collection .description {
|
||||
table.collection td.criteria {
|
||||
width: 40%;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
table.collection td.status {
|
||||
width: 15%;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
table.collection td.description {
|
||||
width: 25%;
|
||||
text-align: left;
|
||||
}
|
||||
table.collection .actions {
|
||||
table.collection td.actions {
|
||||
width: 11em;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
|
Loading…
x
Reference in New Issue
Block a user