Skip to content

Commit

Permalink
Fix box-sizing in firefox, fix spinner pushing down panel-extra-conta…
Browse files Browse the repository at this point in the history
…iner, closes elastic#1218
  • Loading branch information
Rashid Khan committed May 12, 2014
1 parent 73191ee commit ecf29ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/css/bootstrap.dark.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/css/bootstrap.light.min.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/vendor/bootstrap/less/overrides.less
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ code, pre {
vertical-align: top;
// Work around for overflow issue.
box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 0px 0px 0px 0px;
background: @kibanaPanelBackground;
border: 3px solid @bodyBackground;
Expand Down Expand Up @@ -119,7 +120,7 @@ code, pre {

.panel div.panel-extra div.panel-extra-container {
margin-right: 0px;
line-height: 10px;
line-height: 20px;
}

.panel div.panel-extra {
Expand Down

0 comments on commit ecf29ba

Please sign in to comment.