Various minor Web interface improvements.

Monotone-Parent: de57fd5034fd57e2302198e4d6b342a30830430a
Monotone-Revision: 236aeb7125be0df2f27ec6c73f05a3d74a71ee71

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-07-10T15:26:00
This commit is contained in:
Francis Lachapelle
2012-07-10 15:26:00 +00:00
parent 1459f43f04
commit 3a748792db
7 changed files with 143 additions and 92 deletions

View File

@@ -279,6 +279,38 @@ DIV.contactColumn H4
width: 100%;
padding: .1em .2em; }
dt, dd {
line-height: 14px;
}
dt {
color: #666;
line-height: 13px;
}
dd {
margin-left: 9px;
}
.dl-horizontal dt {
float: left;
width: 100px;
overflow: hidden;
clear: left;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 110px;
}
.dl-horizontal ul {
list-style-type: none;
margin: 0px;
padding-left: 0px;
}
.dl-horizontal li {
margin-left: 0;
}
SPAN.photoFrame
{ cursor: pointer;
float: left;