From 9500f9a8c937491109b6f5dba1e695049e260c3b Mon Sep 17 00:00:00 2001 From: Rokt33r Date: Sat, 22 Aug 2015 00:27:05 +0900 Subject: [PATCH] =?UTF-8?q?#14=20=E6=94=B9=E5=96=84=E7=82=B9=EF=BC=94?= =?UTF-8?q?=E3=81=A4=E9=81=A9=E7=94=A8=20=20-=20Team=20member=20=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E7=94=BB=E9=9D=A2=E3=81=A7=E3=81=AE=E3=82=B9=E3=83=9A?= =?UTF-8?q?=E3=83=AB=E3=83=9F=E3=82=B9=20=20-=20Member=20profile=20image?= =?UTF-8?q?=E3=82=92=E4=B8=B8=E3=81=AB=E3=81=99=E3=82=8B=20=20-=20Profile?= =?UTF-8?q?=20popup=20=E6=94=B9=E5=96=84=20=20-=20=E6=96=87=E5=AD=97?= =?UTF-8?q?=E3=82=B5=E3=82=A4=E3=82=BA=E5=A4=A7=E3=81=8D=E3=81=8F(UserCont?= =?UTF-8?q?ainer=E3=81=AE=E3=81=BF)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- browser/main/Components/HomeNavigator.jsx | 2 -- browser/main/Components/TeamSettingsModal.jsx | 2 +- .../main/containers/PlanetContainer.styl | 1 + .../styles/main/containers/UserContainer.styl | 22 +++++++++---------- 4 files changed, 12 insertions(+), 15 deletions(-) diff --git a/browser/main/Components/HomeNavigator.jsx b/browser/main/Components/HomeNavigator.jsx index 462853ed..c39e31f4 100644 --- a/browser/main/Components/HomeNavigator.jsx +++ b/browser/main/Components/HomeNavigator.jsx @@ -143,7 +143,6 @@ module.exports = React.createClass({ return (
  • {team.profileName} ({team.name}) -
  • ) }) @@ -157,7 +156,6 @@ module.exports = React.createClass({ diff --git a/browser/main/Components/TeamSettingsModal.jsx b/browser/main/Components/TeamSettingsModal.jsx index 572b507f..8b11a5f1 100644 --- a/browser/main/Components/TeamSettingsModal.jsx +++ b/browser/main/Components/TeamSettingsModal.jsx @@ -264,7 +264,7 @@ module.exports = React.createClass({ ) : (
    - 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.
    )} diff --git a/browser/styles/main/containers/PlanetContainer.styl b/browser/styles/main/containers/PlanetContainer.styl index 276fd180..119d2875 100644 --- a/browser/styles/main/containers/PlanetContainer.styl +++ b/browser/styles/main/containers/PlanetContainer.styl @@ -190,6 +190,7 @@ articleListWidth= 275px text-align center .profileImage margin-bottom 5px + circle() .fa line-height 25px .itemRight diff --git a/browser/styles/main/containers/UserContainer.styl b/browser/styles/main/containers/UserContainer.styl index bb192611..14dcb7ea 100644 --- a/browser/styles/main/containers/UserContainer.styl +++ b/browser/styles/main/containers/UserContainer.styl @@ -63,19 +63,12 @@ &:hover background-color hoverBackgroundColor .userName - float left width 155px padding 10px 15px text-align left display block text-decoration none cursor pointer - .userSetting - float right - display block - padding 10px 0 - width 45px - cursor pointer .createNewTeam btnStripDefault() width 100% @@ -189,7 +182,7 @@ .memberPopup absolute left top 235px - z-index popupZIndex + z-index 1 padding 0 15px 10px width 200px .label @@ -205,13 +198,15 @@ .memberImage float left margin-right 7px + circle() .memberInfo float left .memberProfileName margin-bottom 5px + font-size 1.05em .memberName margin-left 5px - font-size 0.8em + font-size 0.9em color inactiveTextColor a:hover .memberProfileName, a:hover .memberName text-decoration underline @@ -259,9 +254,10 @@ float left .teamProfileName margin-bottom 5px + font-size 1.05em .teamName margin-left 5px - font-size 0.8em + font-size 0.9em color inactiveTextColor a:hover .teamProfileName, a:hover .teamName text-decoration underline @@ -277,16 +273,18 @@ .memberImage float left margin-right 7px + circle() .memberInfo float left .memberProfileName margin-bottom 5px + font-size 1.05em .memberRole - font-size 0.8em + font-size 0.9em color inactiveTextColor .memberName margin-left 5px - font-size 0.8em + font-size 0.9em color inactiveTextColor .createTeamButton, .addMemberButton btnStripDefault()