more place for the title in data layers
This commit is contained in:
parent
4dd3fed614
commit
02d0897cf1
1 changed files with 5 additions and 2 deletions
7
Yavsc/wwwroot/css/bootstrap.css
vendored
7
Yavsc/wwwroot/css/bootstrap.css
vendored
|
|
@ -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…
Add table
Add a link
Reference in a new issue