mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
16 lines
317 B
CSS
16 lines
317 B
CSS
/****** List View CSS ******/
|
|
|
|
.truncate-overflow {
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
overflow: hidden;
|
|
}
|
|
|
|
/***** Add entry CSS *****/
|
|
|
|
.journal-addentry .form-group label,
|
|
.journal-asearch .form-group label {
|
|
font-weight: bold;
|
|
padding-top: 20px;
|
|
}
|