Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Trèfle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Open source
Trèfle
Commits
02e92cfe
Commit
02e92cfe
authored
Oct 15, 2019
by
Jean-Yves Stervinou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Customizations for the left menu
parent
8359a8b7
Pipeline
#1557
passed with stage
in 1 minute and 15 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
12 deletions
+21
-12
trefle/explorer/app.css
trefle/explorer/app.css
+6
-1
trefle/explorer/components/navbar.tag.html
trefle/explorer/components/navbar.tag.html
+14
-11
trefle/explorer/index.html
trefle/explorer/index.html
+1
-0
No files found.
trefle/explorer/app.css
View file @
02e92cfe
...
...
@@ -76,7 +76,7 @@ html, body, a, p, div, li, dl {
margin
:
0
;
padding
:
0
;
color
:
#222
;
font-family
:
'
sans'
;
font-family
:
'
Lato'
,
'sans'
,
sans-serif
;
}
html
,
body
{
width
:
100%
;
...
...
@@ -245,6 +245,11 @@ dl:nth-child(even) {
.nav-link
{
min-width
:
14rem
;
width
:
14rem
;
font-size
:
16px
;
}
.nav-link
>
img
{
margin-right
:
10px
;
}
/* Page content stylesheet */
...
...
trefle/explorer/components/navbar.tag.html
View file @
02e92cfe
...
...
@@ -12,39 +12,46 @@
</li>
<li
class=
"nav-item"
>
<h4>
<a
href=
"#schema"
class=
"{selected: window.location.hash.startsWith('#schema')} nav-link text-dark bg-light"
>
Schéma
</a>
<a
href=
"."
class=
"{selected: window.location.hash.startsWith('')} nav-link text-dark bg-light"
><img
src=
"/explorer/images/Icone_Home.svg"
width=
"18"
height=
"18"
class=
"d-inline-block"
alt=
""
>
Accueil
</a>
</h4>
</li>
<li
class=
"nav-item"
>
<h4>
<a
href=
"#rules"
class=
"{selected: window.location.hash.startsWith('#rules')} nav-link text-dark bg-light"
>
Règles de gestion
</a>
<a
href=
"#rules"
class=
"{selected: window.location.hash.startsWith('#rules')} nav-link text-dark bg-light"
>
<img
src=
"/explorer/images/Icone_Referentiel.svg"
width=
"18"
height=
"18"
class=
"d-inline-block"
alt=
""
>
Référentiel
</a>
</h4>
</li>
<li
class=
"nav-item"
>
<h4>
<a
href=
"#
simulate"
class=
"{selected: window.location.hash.startsWith('#simulate')} nav-link text-dark bg-light"
>
Simuler
</a>
<a
href=
"#
financements"
class=
"{selected: window.location.hash.startsWith('#financements')} nav-link bg-light"
><img
src=
"/explorer/images/Icone_Financement.svg"
width=
"18"
height=
"18"
class=
"d-inline-block"
alt=
""
>
Financements
</a>
</h4>
</li>
<li
class=
"nav-item"
>
<h4>
<a
href=
"#
financements"
class=
"{selected: window.location.hash.startsWith('#financements')} nav-link text-dark bg-light"
>
Financements
</a>
<a
href=
"#
simulate"
class=
"{selected: window.location.hash.startsWith('#simulate')} nav-link text-dark bg-light"
><img
src=
"/explorer/images/Icone_Simulateur.svg"
width=
"18"
height=
"18"
class=
"d-inline-block"
alt=
""
>
Simulateur
</a>
</h4>
</li>
<li
class=
"nav-item"
>
<h4>
<a
href=
"#scenarios"
class=
"{selected: window.location.hash.startsWith('#scenarios')} nav-link text-dark bg-light"
>
Scénarios
</a>
<a
href=
"#scenarios"
class=
"{selected: window.location.hash.startsWith('#scenarios')} nav-link text-dark bg-light"
>
<img
src=
"/explorer/images/Icone_Scenarios.svg"
width=
"18"
height=
"18"
class=
"d-inline-block"
alt=
""
>
Scénarios
</a>
</h4>
</li>
<li
class=
"nav-item"
>
<h4>
<
a
href=
"#tools"
class=
"{selected: window.location.hash.startsWith('#tools')} nav-link text-dark bg-light"
>
Outils
</a>
<
b
href=
"#tools"
class=
"{selected: window.location.hash.startsWith('#tools')} nav-link text-dark bg-light"
><img
src=
"/explorer/images/Icone_Outils.svg"
width=
"18"
height=
"18"
class=
"d-inline-block"
alt=
""
>
Outils
</a>
</h4>
</li>
<!--
<li class="nav-item">
<h4>
<a
href=
"#glossary"
class=
"{selected: window.location.hash.startsWith('#glossary')} nav-link
text-dark
bg-light"
>
Glossaire
</a>
<a href="#glossary" class="{selected: window.location.hash.startsWith('#glossary')} nav-link bg-light">Glossaire</a>
</h4>
</li>
<li class="nav-item">
<h4>
<a href="#schema" class="{selected: window.location.hash.startsWith('#schema')} nav-link bg-light">Schéma</a>
</h4>
</li>
-->
</ul>
</div>
<!-- End vertical navbar -->
...
...
@@ -72,10 +79,6 @@
a
+
a
{
margin-left
:
1em
;
}
*
{
display
:
flex
;
align-items
:
center
;
}
progress
{
position
:
absolute
;
width
:
100%
;
...
...
trefle/explorer/index.html
View file @
02e92cfe
...
...
@@ -8,6 +8,7 @@
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity=
"sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin=
"anonymous"
></script>
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity=
"sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin=
"anonymous"
>
<script
src=
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity=
"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin=
"anonymous"
></script>
<link
href=
"https://fonts.googleapis.com/css?family=Lato&display=swap"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"app.css"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment