CC-1724:phone-home-statistics

Rebase from devel into this branch
This commit is contained in:
james 2011-06-15 12:06:50 -04:00
parent 11b601308e
commit cf654f1a45
18 changed files with 656 additions and 193 deletions

View file

@ -1639,6 +1639,10 @@ dd.radio-inline-list, .preferences dd.radio-inline-list {
height: 120px;
}
.preferences dd#Description-element.block-display .input_text_area {
height: 60px;
}
#show_time_info {
font-size:12px;
height:30px;
@ -1723,4 +1727,9 @@ label span {
clear: left;
font-weight:bold;
width:40%;
}
.sending_textarea {
width: 100%;
resize: none;
}