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
R
rp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
La Quadrature du Net
rpteam
rp
Commits
cc2b9190
Commit
cc2b9190
authored
Jun 17, 2017
by
cynddl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve UX for frontend navigation
parent
5f1da46d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
11 deletions
+14
-11
apps/rp/templates/rp/article_list_public.html
apps/rp/templates/rp/article_list_public.html
+5
-11
static/src/components/navigation.css
static/src/components/navigation.css
+5
-0
static/src/shared/colors.css
static/src/shared/colors.css
+4
-0
No files found.
apps/rp/templates/rp/article_list_public.html
View file @
cc2b9190
...
...
@@ -8,7 +8,7 @@
<div
class=
"col-md-6 offset-md-1"
>
<p>
La revue de presse recense les articles de presse relatifs aux sujets de
la Quadrature. Elle est compilée chaque jour par ses bénévoles, à partir de
la presse francophone et internationale.
</p>
la presse francophone et internationale.
Bonne lecture !
</p>
</div>
<div
class=
"col-md-4"
>
</div>
...
...
@@ -26,8 +26,8 @@
<li
class=
"nav-item"
>
<a
class=
"nav-link active"
href=
"#"
>
<span
class=
"fa-stack fa-md"
>
<i
class=
"fa fa-circle
-thin
fa-stack-2x"
></i>
<i
class=
"fa fa-map-marker fa-stack-1x"
></i>
<i
class=
"fa fa-circle fa-stack-2x"
></i>
<i
class=
"fa fa-map-marker fa-stack-1x
color-white
"
></i>
</span>
Presse francophone
</a>
...
...
@@ -44,20 +44,14 @@
<li
class=
"nav-item ml-auto"
>
<a
class=
"nav-link disabled"
href=
"#"
>
<span
class=
"fa-stack fa-md"
>
<i
class=
"fa fa-circle-thin fa-stack-2x"
></i>
<i
class=
"fa fa-search fa-stack-1x"
></i>
</span>
<i
class=
"fa fa-search"
></i>
Rechercher
</a>
</li>
<li
class=
"nav-item"
>
<a
class=
"nav-link disabled"
href=
"#"
>
<span
class=
"fa-stack fa-md"
>
<i
class=
"fa fa-circle-thin fa-stack-2x"
></i>
<i
class=
"fa fa-tags fa-stack-1x"
></i>
</span>
<i
class=
"fa fa-tags"
></i>
Tags
</a>
</li>
...
...
static/src/components/navigation.css
View file @
cc2b9190
...
...
@@ -4,6 +4,11 @@
@custom-selector
:
--navbar-blue
.
navbar
.
dark-blue-bg
,
.
navbar
.
medium-blue-bg
;
.nav
{
align-items
:
center
;
}
.navbar-sm
{
font-size
:
13px
;
font-weight
:
600
;
...
...
static/src/shared/colors.css
View file @
cc2b9190
...
...
@@ -38,3 +38,7 @@
.light-blue-bg
a
,
.medium-blue-bg
a
{
color
:
var
(
--color-dark-blue
);
}
.color-white
{
color
:
var
(
--color-white
);
}
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