more place for the title in data layers

main
Paul Schneider 9 years ago
parent 7f327f7a77
commit 126c07d633
1 changed files with 5 additions and 2 deletions

@ -1456,18 +1456,21 @@ dd {
margin-left: 0; margin-left: 0;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.dl-horizontal dt { .dl-horizontal dt {
float: left; float: left;
width: 160px; width: 45%;
overflow: hidden; overflow: hidden;
clear: left; clear: left;
text-align: right; text-align: right;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
margin-right: 2em;
} }
.dl-horizontal dd { .dl-horizontal dd {
margin-left: 180px; margin-left: 10%;
} }
} }
abbr[title], abbr[title],
abbr[data-original-title] { abbr[data-original-title] {

Loading…