[hotfix] Fix tooltip overflow to be visible outside widget

This commit is contained in:
Maxime Beauchemin 2016-03-26 21:10:41 -07:00
parent a898c27403
commit 5be7b03ba4
2 changed files with 30 additions and 67 deletions

View File

@ -155,42 +155,6 @@ legend {
.panel.panel-primary {
margin: 10px;
}
.index .carousel img {
max-height: 500px;
}
.index .carousel {
overflow: hidden;
height: 500px;
}
.index .carousel-caption h1 {
font-size: 80px;
}
.index .carousel-caption p {
font-size: 20px;
}
.index div.carousel-caption{
background: rgba(0,0,0,0.5);
border-radius: 20px;
top: 150px;
bottom: auto !important;
}
.index .carousel-inner > .item > img {
margin: 0 auto;
}
.index {
margin: -20px;
}
.index .carousel-indicators li {
background-color: #AAA;
border: 1px solid black;
}
.index .carousel-indicators .active {
background-color: #000;
border: 5px solid black;
}
.datasource form div.form-control {
margin-bottom: 5px !important;
}
@ -203,7 +167,6 @@ legend {
img.loading {
width: 40px;
}
.dashboard a i {
cursor: pointer;
}
@ -223,7 +186,6 @@ img.loading {
margin: 5px;
border: 1px solid #ccc;
box-shadow: 2px 1px 5px -2px #aaa;
overflow: hidden;
background-color: #fff;
}
.dashboard .gridster .dragging,

View File

@ -83,8 +83,8 @@
data-sizex="{{ pos.size_x or 4 }}"
data-sizey="{{ pos.size_y or 4 }}">
<div class="row chart-header">
<div class="chart-header">
<div class="row">
<div class="col-md-12 text-center header">
{{ slice.slice_name }}
</div>
@ -116,6 +116,7 @@
</div>
</div>
</div>
<div
class="slice_description bs-callout bs-callout-default"
style="{{ 'display: none;' if "{}".format(slice.id) not in dashboard.metadata_dejson.expanded_slices }}">