Work in progress: Add the team management page

This commit is contained in:
Joseph Schorr 2013-11-04 14:56:54 -05:00
parent 100ec563fa
commit ecbd1f1ef3
9 changed files with 272 additions and 6 deletions

View file

@ -2,6 +2,31 @@
font-family: 'Droid Sans', sans-serif;
}
.organization-header-element {
padding: 10px;
margin-bottom: 20px;
border-bottom: 1px solid #eee;
font-size: 20px;
}
.organization-header-element .organization-name {
display: inline-block;
margin-left: 10px;
}
.organization-header-element .divider {
color: #aaa;
margin-left: 10px;
margin-right: 10px;
}
.organization-header-element .organization-name {
display: inline-block;
font-size: 20px;
margin-left: 10px;
}
.namespace-selector-dropdown .namespace {
padding: 6px;
padding-left: 10px;
@ -1329,6 +1354,22 @@ p.editable:hover i {
min-height: 50px;
}
.team-view .panel {
display: inline-block;
width: 620px;
}
.team-view .entity {
font-size: 1.2em;
min-width: 300px;
}
.team-view .entity i {
margin-right: 6px;
}
/* Overrides for typeahead to work with bootstrap 3. */
.twitter-typeahead .tt-query,