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
re2o
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nounous
re2o
Commits
8aefc37e
Commit
8aefc37e
authored
Aug 10, 2018
by
grisel-davy
Committed by
chirac
Aug 12, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change couleur des panel heading en accordeon pour une meilleur comprehension
parent
ee53be34
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
6 deletions
+15
-6
static/css/base.css
static/css/base.css
+9
-0
users/templates/users/profil.html
users/templates/users/profil.html
+6
-6
No files found.
static/css/base.css
View file @
8aefc37e
...
...
@@ -129,3 +129,12 @@ td.long_text{
th
.long_text
{
width
:
60%
;
}
/* change color of panel heading on hover */
.panel
>
.profil
:hover
{
background-image
:
none
;
background-color
:
#e6e6e6
;
color
:
black
;
}
users/templates/users/profil.html
View file @
8aefc37e
...
...
@@ -110,7 +110,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<div
class=
"panel-group"
id=
"accordion"
>
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading clearfix"
data-parent=
"#accordion"
data-toggle=
"collapse"
data-target=
"#collapse1"
>
<div
class=
"panel-heading clearfix
profil
"
data-parent=
"#accordion"
data-toggle=
"collapse"
data-target=
"#collapse1"
>
<h3
class=
"panel-title pull-left"
>
<i
class=
"fa fa-user"
></i>
Informations détaillées
</h3>
...
...
@@ -303,7 +303,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</div>
{% endif %}
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading clearfix"
data-parent=
"#accordion"
data-toggle=
"collapse"
data-target=
"#collapse3"
>
<div
class=
"panel-heading clearfix
profil
"
data-parent=
"#accordion"
data-toggle=
"collapse"
data-target=
"#collapse3"
>
<h3
class=
"panel-title pull-left"
>
<i
class=
"fa fa-desktop"
></i>
Machines
...
...
@@ -327,7 +327,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</div>
</div>
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading clearfix"
data-parent=
"#accordion"
data-toggle=
"collapse"
data-target=
"#collapse4"
>
<div
class=
"panel-heading clearfix
profil
"
data-parent=
"#accordion"
data-toggle=
"collapse"
data-target=
"#collapse4"
>
<h3
class=
"panel-title pull-left"
>
<i
class=
"fa fa-euro-sign"
></i>
Cotisations
...
...
@@ -358,7 +358,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</div>
</div>
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading clearfix"
data-parent=
"#accordion"
data-toggle=
"collapse"
data-target=
"#collapse5"
>
<div
class=
"panel-heading clearfix
profil
"
data-parent=
"#accordion"
data-toggle=
"collapse"
data-target=
"#collapse5"
>
<h3
class=
"panel-title pull-left"
>
<i
class=
"fa fa-ban"
></i>
Bannissements
...
...
@@ -383,7 +383,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</div>
</div>
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading clearfix"
data-parent=
"#accordion"
data-toggle=
"collapse"
data-target=
"#collapse6"
>
<div
class=
"panel-heading clearfix
profil
"
data-parent=
"#accordion"
data-toggle=
"collapse"
data-target=
"#collapse6"
>
<h3
class=
"panel-title pull-left"
>
<i
class=
"fa fa-check-circle"
></i>
Accès à titre gracieux
...
...
@@ -408,7 +408,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
</div>
</div>
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading clearfix"
data-parent=
"#accordion"
data-toggle=
"collapse"
data-target=
"#collapse7"
>
<div
class=
"panel-heading clearfix
profil
"
data-parent=
"#accordion"
data-toggle=
"collapse"
data-target=
"#collapse7"
>
<h3
class=
"panel-title pull-left"
>
<i
class=
"fa fa-envelope"
></i>
Email settings
</h3>
...
...
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