Merge pull-request #1737

This commit is contained in:
Frederic Guillot
2016-01-26 20:08:11 -05:00
6 changed files with 60 additions and 18 deletions

File diff suppressed because one or more lines are too long

View File

@@ -76,3 +76,22 @@ div.ui-tooltip {
.ui-tooltip ul {
margin-left: 20px;
}
.ui-tooltip dl {
margin: -5px 0 0 0;
padding: 0;
}
.ui-tooltip dt {
margin-top: 5px;
}
.ui-tooltip dd {
margin-left: 0;
}
.ui-tooltip .progress {
display: inline-block;
min-width: 3em;
text-align: right;
}