parent
d63ec8c6b0
commit
fe735b8048
25 changed files with 784 additions and 614 deletions
|
@ -866,6 +866,14 @@ a:focus {
|
|||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.co-dialog .co-single-field-dialog {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.co-dialog .co-single-field-dialog input {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.co-step-bar .co-step-element {
|
||||
cursor: default;
|
||||
display: inline-block;
|
||||
|
@ -1370,3 +1378,46 @@ a:focus {
|
|||
float: none;
|
||||
}
|
||||
}
|
||||
|
||||
.co-list-table tr td:first-child {
|
||||
font-weight: bold;
|
||||
padding-right: 10px;
|
||||
vertical-align: top;
|
||||
width: 120px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.co-list-table tr td {
|
||||
padding: 10px;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.co-list-table .help-text {
|
||||
margin-top: 6px;
|
||||
font-size: 14px;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.co-modify-link:after {
|
||||
font-family: FontAwesome;
|
||||
content: "\f054";
|
||||
color: #ccc;
|
||||
vertical-align: middle;
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
font-size: 10px;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
.co-option-table tr td:first-child {
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
padding-top: 0px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.co-option-table tr td:last-child {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue