Files
moodle/mod/data/preset/resources/csstemplate.css
T
2022-09-14 13:12:41 +02:00

15 lines
268 B
CSS

/****** Single View CSS ******/
.resources-single .img-wrapper img {
flex-shrink: 0;
width: 200px;
}
/***** Add entry CSS *****/
.resources-addentry .form-group label,
.resources-asearch .form-group label {
font-weight: bold;
padding-top: 20px;
}