mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
実装 - Team pageとPlanet pageにMember List表示
This commit is contained in:
@@ -37,8 +37,10 @@ articleListWidth= 275px
|
||||
width 140px
|
||||
font-size 1em
|
||||
color textColor
|
||||
text-decoration none
|
||||
&:hover
|
||||
color darken(lightButtonColor, 50%)
|
||||
text-decoration underline
|
||||
.planetName
|
||||
position absolute
|
||||
top 5px
|
||||
|
||||
@@ -186,6 +186,35 @@
|
||||
.UserContainer
|
||||
absolute top bottom right
|
||||
left 55px
|
||||
.memberPopup
|
||||
absolute left
|
||||
top 235px
|
||||
z-index popupZIndex
|
||||
padding 0 15px 10px
|
||||
width 200px
|
||||
.label
|
||||
padding 10px 0
|
||||
font-size 0.9em
|
||||
border-bottom solid 1px borderColor
|
||||
margin-bottom 15px
|
||||
.members
|
||||
li
|
||||
padding 0 10px
|
||||
margin-bottom 15px
|
||||
clearfix()
|
||||
.memberImage
|
||||
float left
|
||||
margin-right 7px
|
||||
.memberInfo
|
||||
float left
|
||||
.memberProfileName
|
||||
margin-bottom 5px
|
||||
.memberName
|
||||
margin-left 5px
|
||||
font-size 0.8em
|
||||
color inactiveTextColor
|
||||
a:hover .memberProfileName, a:hover .memberName
|
||||
text-decoration underline
|
||||
.userProfile
|
||||
absolute top left right
|
||||
padding 15px
|
||||
@@ -221,13 +250,34 @@
|
||||
.teamLabel, .memberLabel
|
||||
font-size 1.2em
|
||||
margin-bottom 15px
|
||||
.teams, .members
|
||||
.teams
|
||||
margin-left 10px
|
||||
li
|
||||
margin-bottom 10px
|
||||
font-size 1.1em
|
||||
.createTeamButton, .addMemberButton
|
||||
btnStripDefault()
|
||||
.members
|
||||
li
|
||||
padding 0 10px
|
||||
margin-bottom 15px
|
||||
clearfix()
|
||||
.memberImage
|
||||
float left
|
||||
margin-right 7px
|
||||
.memberInfo
|
||||
float left
|
||||
.memberProfileName
|
||||
margin-bottom 5px
|
||||
.memberRole
|
||||
font-size 0.8em
|
||||
color inactiveTextColor
|
||||
.memberName
|
||||
margin-left 5px
|
||||
font-size 0.8em
|
||||
color inactiveTextColor
|
||||
.createTeamButton, .addMemberButton
|
||||
btnStripDefault()
|
||||
.members .role
|
||||
margin-left 7px
|
||||
margin-top 2px
|
||||
|
||||
Reference in New Issue
Block a user