Extend width of labels in preferences

pull/5/head
Francis Lachapelle 2012-10-18 08:39:49 -04:00
parent 5b40562abc
commit 565a48d36d
1 changed files with 10 additions and 1 deletions

View File

@ -830,14 +830,23 @@ dd {
}
.dl-horizontal dt {
float: left;
width: 150px;
width: 225px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
}
fieldset .dl-horizontal dt {
width: 150px;
}
.dl-horizontal dd {
margin-left: 235px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
fieldset .dl-horizontal dd {
margin-left: 160px;
}