CC-1724:Phone home statistics
- Final commit for client side.
This commit is contained in:
parent
1fbaa7d5fb
commit
e762633405
13 changed files with 383 additions and 265 deletions
|
@ -357,10 +357,11 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus, .input_t
|
|||
border: 1px solid #5b5b5b;
|
||||
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
|
||||
font-size: 13px;
|
||||
text-indent: 3px;
|
||||
margin:0;
|
||||
}
|
||||
.input_select {
|
||||
.input_select, select {
|
||||
background-color: #DDDDDD;
|
||||
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
|
||||
border: 1px solid #5b5b5b;
|
||||
font-family: Arial,Helvetica,sans-serif;
|
||||
font-size: 12px;
|
||||
|
@ -1639,10 +1640,6 @@ 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;
|
||||
|
@ -1669,43 +1666,73 @@ button.ui-button.md-cancel {
|
|||
.dialogPopup dl {
|
||||
margin:0;
|
||||
padding:0;
|
||||
}
|
||||
.dialogPopup dt {
|
||||
margin:0;
|
||||
padding: 0 0 5px;
|
||||
}
|
||||
.dialogPopup dt label {
|
||||
font-weight: bold;
|
||||
}
|
||||
.dialogPopup dd {
|
||||
margin:0 0 4px 0;
|
||||
padding: 0 0 5px;
|
||||
}
|
||||
.dialogPopup dd input[type="text"]{
|
||||
clear:both;
|
||||
width:100%;
|
||||
}
|
||||
.dialogPopup dt {
|
||||
clear: left;
|
||||
padding: 0;
|
||||
float:left;
|
||||
width:35%;
|
||||
}
|
||||
|
||||
.info-text p {
|
||||
.dialogPopup dt.block-display {
|
||||
float:none;
|
||||
width:100%;
|
||||
padding: 0 0 10px;
|
||||
}
|
||||
|
||||
.dialogPopup dt label {
|
||||
font-weight: bold;
|
||||
line-height:24px;
|
||||
}
|
||||
.dialogPopup dd {
|
||||
padding: 0;
|
||||
float:left;
|
||||
width:65%;
|
||||
margin:0 0 6px 0;
|
||||
}
|
||||
.dialogPopup dd.block-display {
|
||||
float:none;
|
||||
width:100%;
|
||||
padding: 0 0 10px;
|
||||
margin:0 0 8px 0;
|
||||
}
|
||||
.dialogPopup fieldset dt:last-child, .dialogPopup fieldset dd:last-child {
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.info-text {
|
||||
font-size:12px;
|
||||
color:#5b5b5b;
|
||||
line-height:150%;
|
||||
margin-top:0;
|
||||
}
|
||||
padding:0 0 6px;
|
||||
margin:0;
|
||||
|
||||
}
|
||||
.dialogPopup label input[type="checkbox"] {
|
||||
float:left;
|
||||
margin-right:6px;
|
||||
}
|
||||
|
||||
.dialogPopup fieldset {
|
||||
padding: 10px;
|
||||
padding: 0;
|
||||
clear:both;
|
||||
border:none;
|
||||
}
|
||||
.dialogPopup fieldset dd input[type="text"] {
|
||||
width:99%;
|
||||
.dialogPopup fieldset dd input[type="text"], .dialogPopup fieldset dd textarea {
|
||||
width:99.5%;
|
||||
padding:0;
|
||||
}
|
||||
.dialogPopup fieldset dd select {
|
||||
width:100%;
|
||||
}
|
||||
|
||||
fieldset.display_field {
|
||||
background-color:#d5d5d5;
|
||||
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
|
||||
padding:10px;
|
||||
border: 1px solid #8F8F8F;
|
||||
}
|
||||
label span {
|
||||
font-weight:normal;
|
||||
|
@ -1720,7 +1747,6 @@ label span {
|
|||
padding: 6px 0;
|
||||
text-align: left;
|
||||
width:60%;
|
||||
|
||||
}
|
||||
|
||||
.dialogPopup .display_field dt {
|
||||
|
@ -1728,8 +1754,3 @@ label span {
|
|||
font-weight:bold;
|
||||
width:40%;
|
||||
}
|
||||
|
||||
.sending_textarea {
|
||||
width: 100%;
|
||||
resize: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue