Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Base lexicale BaLex
Manage
Activity
Members
Labels
Plan
Issues
18
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lex gaMe
Base lexicale BaLex
Commits
8e59009d
Commit
8e59009d
authored
2 years ago
by
Pierre Fleutot
Browse files
Options
Downloads
Patches
Plain Diff
Amélioration CSS définitions des entrées dans le tableau d'un lexique
parent
091d6ec6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
public/assets/css/app.css
+3
-1
3 additions, 1 deletion
public/assets/css/app.css
templates/label/_selectionActions.html.twig
+1
-1
1 addition, 1 deletion
templates/label/_selectionActions.html.twig
templates/lexicon/show.html.twig
+3
-1
3 additions, 1 deletion
templates/lexicon/show.html.twig
with
7 additions
and
3 deletions
public/assets/css/app.css
+
3
−
1
View file @
8e59009d
...
@@ -391,7 +391,9 @@ table.label-table > tbody > tr > td {
...
@@ -391,7 +391,9 @@ table.label-table > tbody > tr > td {
.card-body.card-definition
{
.card-body.card-definition
{
margin-top
:
2px
;
margin-top
:
2px
;
margin-bottom
:
5px
;
margin-bottom
:
5px
;
padding
:
5px
;
padding
:
5px
5px
5px
15px
;
font-size
:
.8rem
;
font-weight
:
bold
;
}
}
.show-on-hover
>
a
{
.show-on-hover
>
a
{
display
:
none
;
display
:
none
;
...
...
This diff is collapsed.
Click to expand it.
templates/label/_selectionActions.html.twig
+
1
−
1
View file @
8e59009d
<div
id=
"selectionActions"
class=
"row"
>
<div
id=
"selectionActions"
class=
"row"
>
<div
class=
"col-md-12"
>
<div
class=
"col-md-12"
>
<i>
{{
"Avec la sélection"
|
trans
}}
:
</i>
<i>
{{
"Avec la sélection"
|
trans
}}
:
</i>
<a
title=
"
{{
"Créer des entrées pour ces mots-vedettes dans un lexique"
|
trans
}}
"
href=
"#"
class=
"modal-form btn btn-light btn-sm"
<a
title=
"
{{
"Créer des entrées pour ces mots-vedettes dans un lexique"
|
trans
}}
"
href=
"#"
class=
"modal-form btn btn-light btn-sm"
...
...
This diff is collapsed.
Click to expand it.
templates/lexicon/show.html.twig
+
3
−
1
View file @
8e59009d
...
@@ -145,7 +145,9 @@
...
@@ -145,7 +145,9 @@
</a>
</a>
<div
class=
"collapse"
id=
"def-
{{
entry.id
}}
-
{{
loop.index
}}
"
>
<div
class=
"collapse"
id=
"def-
{{
entry.id
}}
-
{{
loop.index
}}
"
>
<div
class=
"card card-body card-definition"
>
<div
class=
"card card-body card-definition"
>
{{
definitions
|
join
(
'<br>'
)
|
raw
}}
{%
for
definition
in
definitions
%}
<div
class=
"my-1"
>
{{
loop.index
}}
.
{{
definition
}}
</div>
{%
endfor
%}
</div>
</div>
</div>
</div>
{%
endfor
%}
{%
endfor
%}
...
...
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