mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Switch the font to roboto
This commit is contained in:
parent
a79599d76c
commit
8ae6abe603
15 changed files with 62 additions and 29 deletions
|
|
@ -51,10 +51,9 @@ template(name="memberPopup")
|
|||
.miniprofile-header
|
||||
+userAvatar(userId=user._id)
|
||||
.info
|
||||
h3.bottom
|
||||
.js-profile
|
||||
= user.profile.fullname
|
||||
p.quiet.bottom @#{user.username}
|
||||
h3
|
||||
.js-profile= user.profile.fullname
|
||||
p.quiet @#{user.username}
|
||||
|
||||
if currentUser.isBoardMember
|
||||
ul.pop-over-list
|
||||
|
|
@ -73,7 +72,7 @@ template(name="memberPopup")
|
|||
|
||||
|
||||
template(name="removeMemberPopup")
|
||||
p {{_ 'remove-member-pop' name=user.profile.fullname username=user.username boardTitle=board.title}}
|
||||
p {{_ 'remove-member-pop' name=user.profile.name username=user.username boardTitle=board.title}}
|
||||
button.js-confirm.negate.full(type="submit") {{_ 'remove-member'}}
|
||||
|
||||
template(name="addMemberPopup")
|
||||
|
|
@ -83,10 +82,10 @@ template(name="addMemberPopup")
|
|||
ul.pop-over-member-list
|
||||
+esEach(index="users")
|
||||
li.item.js-member-item(class="{{#if isBoardMember }}disabled{{/if}}")
|
||||
a.name.js-select-member(title="{{ profile.fullname }} ({{ username }})")
|
||||
a.name.js-select-member(title="{{ profile.name }} ({{ username }})")
|
||||
+userAvatar(userId=_id)
|
||||
span.full-name
|
||||
= profile.fullname
|
||||
= profile.name
|
||||
| (<span class="username">{{ username }}</span>)
|
||||
if isBoardMember
|
||||
.extra-text.quiet ({{_ 'joined'}})
|
||||
|
|
|
|||
|
|
@ -21,6 +21,11 @@
|
|||
|
||||
h3
|
||||
color: darken(white, 50%)
|
||||
font-size: 1em
|
||||
margin-bottom: 10px
|
||||
|
||||
i.fa
|
||||
margin-right: 3px
|
||||
|
||||
hr
|
||||
margin: 13px 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue