Work in progress: Continue on org view
This commit is contained in:
parent
3a11ea4229
commit
e70f863350
4 changed files with 33 additions and 19 deletions
|
@ -211,10 +211,6 @@
|
|||
color: #444 !important;
|
||||
}
|
||||
|
||||
.new-repo .new-header span {
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.new-repo .new-header .popover {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
@ -1391,6 +1387,18 @@ p.editable:hover i {
|
|||
float: right;
|
||||
}
|
||||
|
||||
.org-view .team-listing {
|
||||
margin: 10px;
|
||||
padding: 10px;
|
||||
border-bottom: 1px solid #eee;
|
||||
min-width: 400px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.org-view .team-title {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
/* Overrides for typeahead to work with bootstrap 3. */
|
||||
|
||||
.twitter-typeahead .tt-query,
|
||||
|
|
Reference in a new issue