diff --git a/static/css/pages/team-view.css b/static/css/pages/team-view.css index 0e9a8d7a0..cf80b8004 100644 --- a/static/css/pages/team-view.css +++ b/static/css/pages/team-view.css @@ -2,6 +2,12 @@ padding: 20px; } +.team-view .team-title { + vertical-align: middle; + margin-right: 10px; + color: #ccc; +} + .team-view .team-name { vertical-align: middle; margin-left: 6px; diff --git a/static/directives/teams-manager.html b/static/directives/teams-manager.html index 141892ca3..72b459257 100644 --- a/static/directives/teams-manager.html +++ b/static/directives/teams-manager.html @@ -23,15 +23,20 @@
- +
+ +