mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
#14 改善点4つ適用
- Team member 管理画面でのスペルミス - Member profile imageを丸にする - Profile popup 改善 - 文字サイズ大きく(UserContainerのみ)
This commit is contained in:
@@ -143,7 +143,6 @@ module.exports = React.createClass({
|
|||||||
return (
|
return (
|
||||||
<li key={'user-' + team.id}>
|
<li key={'user-' + team.id}>
|
||||||
<Link to='userHome' params={{userName: team.name}} className='userName'>{team.profileName} ({team.name})</Link>
|
<Link to='userHome' params={{userName: team.name}} className='userName'>{team.profileName} ({team.name})</Link>
|
||||||
<div className='userSetting'><i className='fa fa-gear'/></div>
|
|
||||||
</li>
|
</li>
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
@@ -157,7 +156,6 @@ module.exports = React.createClass({
|
|||||||
<ul className='profileGroupList'>
|
<ul className='profileGroupList'>
|
||||||
<li>
|
<li>
|
||||||
<Link to='userHome' params={{userName: this.state.currentUser.name}} className='userName'>Profile ({this.state.currentUser.name})</Link>
|
<Link to='userHome' params={{userName: this.state.currentUser.name}} className='userName'>Profile ({this.state.currentUser.name})</Link>
|
||||||
<div className='userSetting'><i className='fa fa-gear'/></div>
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -264,7 +264,7 @@ module.exports = React.createClass({
|
|||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<div>
|
<div>
|
||||||
Maximum numbr of members is 5 on Beta version. Please contact us if you want futher use.
|
Maximum number of members is 5 on Beta version. Please contact us if you want futher use.
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -190,6 +190,7 @@ articleListWidth= 275px
|
|||||||
text-align center
|
text-align center
|
||||||
.profileImage
|
.profileImage
|
||||||
margin-bottom 5px
|
margin-bottom 5px
|
||||||
|
circle()
|
||||||
.fa
|
.fa
|
||||||
line-height 25px
|
line-height 25px
|
||||||
.itemRight
|
.itemRight
|
||||||
|
|||||||
@@ -63,19 +63,12 @@
|
|||||||
&:hover
|
&:hover
|
||||||
background-color hoverBackgroundColor
|
background-color hoverBackgroundColor
|
||||||
.userName
|
.userName
|
||||||
float left
|
|
||||||
width 155px
|
width 155px
|
||||||
padding 10px 15px
|
padding 10px 15px
|
||||||
text-align left
|
text-align left
|
||||||
display block
|
display block
|
||||||
text-decoration none
|
text-decoration none
|
||||||
cursor pointer
|
cursor pointer
|
||||||
.userSetting
|
|
||||||
float right
|
|
||||||
display block
|
|
||||||
padding 10px 0
|
|
||||||
width 45px
|
|
||||||
cursor pointer
|
|
||||||
.createNewTeam
|
.createNewTeam
|
||||||
btnStripDefault()
|
btnStripDefault()
|
||||||
width 100%
|
width 100%
|
||||||
@@ -189,7 +182,7 @@
|
|||||||
.memberPopup
|
.memberPopup
|
||||||
absolute left
|
absolute left
|
||||||
top 235px
|
top 235px
|
||||||
z-index popupZIndex
|
z-index 1
|
||||||
padding 0 15px 10px
|
padding 0 15px 10px
|
||||||
width 200px
|
width 200px
|
||||||
.label
|
.label
|
||||||
@@ -205,13 +198,15 @@
|
|||||||
.memberImage
|
.memberImage
|
||||||
float left
|
float left
|
||||||
margin-right 7px
|
margin-right 7px
|
||||||
|
circle()
|
||||||
.memberInfo
|
.memberInfo
|
||||||
float left
|
float left
|
||||||
.memberProfileName
|
.memberProfileName
|
||||||
margin-bottom 5px
|
margin-bottom 5px
|
||||||
|
font-size 1.05em
|
||||||
.memberName
|
.memberName
|
||||||
margin-left 5px
|
margin-left 5px
|
||||||
font-size 0.8em
|
font-size 0.9em
|
||||||
color inactiveTextColor
|
color inactiveTextColor
|
||||||
a:hover .memberProfileName, a:hover .memberName
|
a:hover .memberProfileName, a:hover .memberName
|
||||||
text-decoration underline
|
text-decoration underline
|
||||||
@@ -259,9 +254,10 @@
|
|||||||
float left
|
float left
|
||||||
.teamProfileName
|
.teamProfileName
|
||||||
margin-bottom 5px
|
margin-bottom 5px
|
||||||
|
font-size 1.05em
|
||||||
.teamName
|
.teamName
|
||||||
margin-left 5px
|
margin-left 5px
|
||||||
font-size 0.8em
|
font-size 0.9em
|
||||||
color inactiveTextColor
|
color inactiveTextColor
|
||||||
a:hover .teamProfileName, a:hover .teamName
|
a:hover .teamProfileName, a:hover .teamName
|
||||||
text-decoration underline
|
text-decoration underline
|
||||||
@@ -277,16 +273,18 @@
|
|||||||
.memberImage
|
.memberImage
|
||||||
float left
|
float left
|
||||||
margin-right 7px
|
margin-right 7px
|
||||||
|
circle()
|
||||||
.memberInfo
|
.memberInfo
|
||||||
float left
|
float left
|
||||||
.memberProfileName
|
.memberProfileName
|
||||||
margin-bottom 5px
|
margin-bottom 5px
|
||||||
|
font-size 1.05em
|
||||||
.memberRole
|
.memberRole
|
||||||
font-size 0.8em
|
font-size 0.9em
|
||||||
color inactiveTextColor
|
color inactiveTextColor
|
||||||
.memberName
|
.memberName
|
||||||
margin-left 5px
|
margin-left 5px
|
||||||
font-size 0.8em
|
font-size 0.9em
|
||||||
color inactiveTextColor
|
color inactiveTextColor
|
||||||
.createTeamButton, .addMemberButton
|
.createTeamButton, .addMemberButton
|
||||||
btnStripDefault()
|
btnStripDefault()
|
||||||
|
|||||||
Reference in New Issue
Block a user