Skip to content

Commit

Permalink
Bug 1186558 - Upgrade bootstrap to v3.3.5
Browse files Browse the repository at this point in the history
This fixes display of tooltips in the perfherder compare view. Made some
minor tweaks to keep layout consistent with how it was before.
  • Loading branch information
wlach committed Jul 31, 2015
1 parent 414e9df commit de99cbb
Show file tree
Hide file tree
Showing 5 changed files with 1,396 additions and 548 deletions.
8 changes: 8 additions & 0 deletions ui/css/treeherder.css
Expand Up @@ -23,6 +23,10 @@ input:focus::-moz-placeholder {
color: transparent;
}

.checkbox {
min-height: 20px; /* override bootstrap 3.3.5's new behaviour - similar jobs panel look wrong without this*/
}

#global-container {
display: -webkit-flex;
display: flex;
Expand Down Expand Up @@ -85,6 +89,10 @@ input:focus::-moz-placeholder {
padding-bottom: 8px;
}

.navbar-right {
margin-right: 0px; /* override boostrap 3.3.5 behaviour -- doesn't work with the way we align our navbar */
}

#th-global-navbar-top {
padding-left: 0;
border-bottom: 1px solid black;
Expand Down

0 comments on commit de99cbb

Please sign in to comment.