mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 15:05:26 +08:00
Merge pull request #285 from mlorb/ml_sci_656
Profile changes for gamification [SCI-656]
This commit is contained in:
commit
d3ee7f546c
2 changed files with 9 additions and 1 deletions
|
@ -745,6 +745,14 @@ a[data-toggle="tooltip"] {
|
|||
}
|
||||
|
||||
.user-statistics {
|
||||
.list-inline {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.label {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
li {
|
||||
height: 100px;
|
||||
margin: 15px;
|
||||
|
|
|
@ -1118,7 +1118,7 @@ en:
|
|||
team_name_label: "Team name"
|
||||
team_name_help: "Team name is required in order to create your own team."
|
||||
statistics:
|
||||
title: "Statistics"
|
||||
title: "My statistics"
|
||||
team: "Team"
|
||||
project: "Project"
|
||||
experiment: "Experiment"
|
||||
|
|
Loading…
Reference in a new issue