Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
M
ManifestationSportive
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
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
Openscop
ManifestationSportive
Commits
257f6d6b
Commit
257f6d6b
authored
Oct 15, 2018
by
Openscop
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[+] Rendre le bloc des nouveautés plus visible
parent
968c28b9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
nouveautes/templates/nouveautes/nouveaute_available.html
nouveautes/templates/nouveautes/nouveaute_available.html
+1
-1
portail/static/portail/css/default.css
portail/static/portail/css/default.css
+8
-0
No files found.
nouveautes/templates/nouveautes/nouveaute_available.html
View file @
257f6d6b
...
...
@@ -10,7 +10,7 @@
<i
class=
"nouveaute fa-3x"
></i>
</div>
<div
class=
"col-11"
>
Information{% if request|nouveaute_list|length > 1 %}s{% endif %} :
Information{% if request|nouveaute_list|length > 1 %}s{% endif %}
<u>
à lire
</u>
:
<ul
style=
"margin-bottom: 0;"
>
{% for nouveaute in request|nouveaute_list|slice:"0:3" %}
<li><a
href=
"{{ nouveaute.get_absolute_url }}"
>
{{ nouveaute.title }}
</a></li>
...
...
portail/static/portail/css/default.css
View file @
257f6d6b
...
...
@@ -227,6 +227,14 @@ thead.filter > tr > th > select {
height
:
15px
;
width
:
0px
;
}
.hearder-notification
{
font-size
:
16px
;
}
.hearder-notification
a
{
font-weight
:
600
;
}
/* eof custom classes */
/* bof navbar */
...
...
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