Refining styles and adding locale string defs
parent
5a92810008
commit
ea5a78ae73
|
@ -448,7 +448,9 @@
|
||||||
"TASK_DESCRIPTION": "Tasks custom fields",
|
"TASK_DESCRIPTION": "Tasks custom fields",
|
||||||
"TASK_ADD": "Add a custom field in tasks",
|
"TASK_ADD": "Add a custom field in tasks",
|
||||||
"ISSUE_DESCRIPTION": "Issues custom fields",
|
"ISSUE_DESCRIPTION": "Issues custom fields",
|
||||||
"ISSUE_ADD": "Add a custom field in issues"
|
"ISSUE_ADD": "Add a custom field in issues",
|
||||||
|
"FIELD_TYPE_TEXT": "Text",
|
||||||
|
"FIELD_TYPE_MULTI": "Multi-line"
|
||||||
},
|
},
|
||||||
"PROJECT_VALUES": {
|
"PROJECT_VALUES": {
|
||||||
"PAGE_TITLE": "{{sectionName}} - Project values - {{projectName}}",
|
"PAGE_TITLE": "{{sectionName}} - Project values - {{projectName}}",
|
||||||
|
|
|
@ -11,7 +11,7 @@ section.custom-fields-table.basic-table
|
||||||
div.custom-description
|
div.custom-description
|
||||||
span(translate="COMMON.FIELDS.DESCRIPTION")
|
span(translate="COMMON.FIELDS.DESCRIPTION")
|
||||||
div.custom-field-type
|
div.custom-field-type
|
||||||
span(translate="COMMON.FIELDS.FIELD_TYPE")
|
span(translate="COMMON.FIELDS.TYPE")
|
||||||
div.custom-options
|
div.custom-options
|
||||||
|
|
||||||
div.table-body
|
div.table-body
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
}
|
}
|
||||||
.custom-description {
|
.custom-description {
|
||||||
@include ellipsis(100%);
|
@include ellipsis(100%);
|
||||||
flex-basis: 90%;
|
flex-basis: 50%;
|
||||||
flex-grow: 8;
|
flex-grow: 8;
|
||||||
}
|
}
|
||||||
.custom-field-type {
|
.custom-field-type {
|
||||||
|
|
|
@ -68,11 +68,11 @@
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding: 0 1rem 0 2rem;
|
padding: 0 1rem 0 2rem;
|
||||||
.read-mode {
|
.read-mode {
|
||||||
white-space: pre
|
white-space: pre;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.read-mode {
|
.read-mode {
|
||||||
white-space: pre
|
white-space: pre;
|
||||||
}
|
}
|
||||||
form {
|
form {
|
||||||
label {
|
label {
|
||||||
|
|
Loading…
Reference in New Issue