Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lang/ilias_en.lang
Original file line number Diff line number Diff line change
Expand Up @@ -15094,7 +15094,7 @@ rep#:#rep_fav_intro1#:#You have not yet selected any favourites. To do so, there
rep#:#rep_fav_intro2#:#Click on '%s' and select a learning object from those available, for example a learning module or a forum.
rep#:#rep_fav_intro3#:#When you have found something that interests you, you can easily add it to your favourites. Select the desired item in the <i>Actions</i> menu and select "<i>Add to favourites</i>".
rep#:#rep_favourites#:#Favourites
rep#:#rep_favourites_info#:#Users can mark individual repository items as favourites. A 'Favourites' list can be activated for the dashboard and the main menu.
rep#:#rep_favourites_info#:#Users can mark individual repository items as favourites. A 'Favourites' list can be activated for the dashboard and the main menu.
rep#:#rep_input_not_empty#:#This field must not be empty, please provide a value.
rep#:#rep_intro#:#Welcome to the Repository!
rep#:#rep_intro1#:#In this area you can create learning and working resources for all users. All resources are organised in categories. Categories can reflect the structure of your organisation (e.g. departments), a hierarchy of disciplines, or classes of a school.
Expand Down Expand Up @@ -17402,8 +17402,8 @@ ui#:#datatable_multiactionmodal_listentry#:#Actions for Entire Table
ui#:#datatable_multiactionmodal_msg#:#Selected action will affect all entries in this table.
ui#:#datatable_multiactionmodal_title#:#Actions for Entire Table
ui#:#drilldown_no_items#:#No Matching Elements
ui#:#duration_default_label_end#:#end
ui#:#duration_default_label_start#:#start
ui#:#duration_default_label_end#:#End
ui#:#duration_default_label_start#:#Start
ui#:#duration_end_must_not_be_earlier_than_start#:#Start must not be later than end.
ui#:#filter_nodes_in#:#Filter Nodes in %s
ui#:#footer_icons#:#Footer Icons
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ $il-standard-filter-add-input-popover-list-button-width: 100%;
}

ul.c-field-multiselect,
div.c-field-duration,
.il-filter-add-list ul{
list-style: none;
margin: $il-standard-filter-add-input-popover-list-margin;
Expand All @@ -135,6 +136,11 @@ $il-standard-filter-add-input-popover-list-button-width: 100%;
}
}

div.c-field-duration > fieldset > label {
margin-bottom: auto;
margin-top: auto;
}

span[data-collapse-glyph-visibility="1"] {
display: inline;
}
Expand Down
5 changes: 5 additions & 0 deletions templates/default/delos.css
Original file line number Diff line number Diff line change
Expand Up @@ -4898,6 +4898,7 @@ hr.il-divider-with-label {
padding-left: 9px;
}
.il-filter ul.c-field-multiselect,
.il-filter div.c-field-duration,
.il-filter .il-filter-add-list ul {
list-style: none;
margin: 0;
Expand All @@ -4911,6 +4912,10 @@ hr.il-divider-with-label {
display: block;
width: 100%;
}
.il-filter div.c-field-duration > fieldset > label {
margin-bottom: auto;
margin-top: auto;
}
.il-filter span[data-collapse-glyph-visibility="1"] {
display: inline;
}
Expand Down
Loading