Merge branch 'master' of https://bitbucket.org/yackob03/quay
This commit is contained in:
commit
038e9afc97
7 changed files with 68 additions and 4 deletions
|
@ -221,6 +221,17 @@ p.editable:hover i {
|
|||
margin: 10px;
|
||||
}
|
||||
|
||||
.navbar-nav > li > .user-dropdown {
|
||||
padding-top: 9px;
|
||||
padding-bottom: 9px;
|
||||
}
|
||||
|
||||
.user-dropdown > img {
|
||||
padding-right: 6px;
|
||||
}
|
||||
|
||||
|
||||
/* Overrides for typeahead to work with bootstrap 3. */
|
||||
|
||||
.twitter-typeahead .tt-query,
|
||||
.twitter-typeahead .tt-hint {
|
||||
|
@ -279,4 +290,4 @@ p.editable:hover i {
|
|||
font-size: 14px;
|
||||
line-height: 1.428571429;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue