Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-App-Alsijil
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mike Gabriel
AlekSIS-App-Alsijil
Commits
7f081188
Commit
7f081188
authored
4 years ago
by
Julian
Browse files
Options
Downloads
Patches
Plain Diff
Replace h4 inside personal note filter modal with a figcaption
parent
aa977a07
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
aleksis/apps/alsijil/static/css/alsijil/person.css
+6
-0
6 additions, 0 deletions
aleksis/apps/alsijil/static/css/alsijil/person.css
aleksis/apps/alsijil/templates/alsijil/class_register/person.html
+3
-3
3 additions, 3 deletions
...apps/alsijil/templates/alsijil/class_register/person.html
with
9 additions
and
3 deletions
aleksis/apps/alsijil/static/css/alsijil/person.css
+
6
−
0
View file @
7f081188
...
...
@@ -93,3 +93,9 @@ td.material-icons {
.overflow-x-scroll
{
overflow-x
:
scroll
;
}
figure
.modal-content
figcaption
{
font-weight
:
300
;
font-size
:
2.28rem
;
line-height
:
110%
;
}
This diff is collapsed.
Click to expand it.
aleksis/apps/alsijil/templates/alsijil/class_register/person.html
+
3
−
3
View file @
7f081188
...
...
@@ -64,10 +64,10 @@
<div
class=
"col s12"
id=
"overview"
>
<h5>
{% trans "Relevant personal notes" %}
</h5>
<form
class=
"modal"
id=
"filter-modal"
>
<
div
class=
"modal-content"
>
<
h4
>
{% trans "Filter personal notes" %}
</
h4
>
<
figure
class=
"modal-content"
>
<
figcaption
>
{% trans "Filter personal notes" %}
</
figcaption
>
{% form form=personal_note_filter_form %}{% endform %}
</
div
>
</
figure
>
<div
class=
"modal-footer"
>
<button
type=
"button"
class=
"btn-flat secondary-color-text waves-effect waves-ripple"
id=
"remove-filters"
>
<i
class=
"material-icons left"
>
clear
</i>
{% trans "Clear all filters" %}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment