mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
18 lines
323 B
CSS
18 lines
323 B
CSS
/****** List View CSS ******/
|
|
|
|
#proposals-list .card-header a.d-block {
|
|
color: black;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#proposals-list .card {
|
|
overflow: visible;
|
|
}
|
|
|
|
/***** Add entry CSS *****/
|
|
|
|
.proposals-addentry .form-group label,
|
|
.proposals-asearch .form-group label {
|
|
font-weight: bold;
|
|
padding-top: 20px;
|
|
}
|