moodle_local_treestudyplan/scss/invitemanager.scss
2024-06-03 23:24:16 +02:00

64 lines
1.3 KiB
SCSS

/*******************
*
* Invite manager
*
********************/
.path-admin-local-treestudyplan {
table.m-cohortgrouptable,
table.m-roomtable {
width: auto;
}
}
.path-local-treestudyplan {
table.m-manage_invites {
margin-bottom: 2em;
width: 80%;
}
table.m-manage_invites thead tr {
background-color: #009ee2;
color: white;
}
table.m-manage_invites tbody tr:nth-child(even) {
background-color: #d4edfc;
}
table.m-manage_invites tbody tr:nth-child(odd) {
background-color: white;
}
table.m-manage_invites tbody td {
padding: 5px;
}
table.m-manage_invites tbody td[data-field=name] {
width: 20em;
}
table.m-manage_invites tbody td[data-field=email] {
width: 10em;
}
table.m-manage_invites tbody td[data-field=date] {
width: 10em;
}
table.m-manage_invites tbody td[data-field=allow_details],
table.m-manage_invites tbody td[data-field=allow_calendar],
table.m-manage_invites tbody td[data-field=allow_badges] {
width: 5em;
padding-left: 1em;
}
table.m-manage_invites tbody td[data-field=control] {
width: 150px;
}
table.m-manage_invites tbody td[data-field=control] a {
margin-left: 7px;
margin-right: 7px;
}
}