Refining styles and adding locale string defs

stable
Chris Wilson 2015-06-17 21:38:03 +01:00
parent 5a92810008
commit ea5a78ae73
4 changed files with 7 additions and 5 deletions

View File

@ -448,7 +448,9 @@
"TASK_DESCRIPTION": "Tasks custom fields",
"TASK_ADD": "Add a custom field in tasks",
"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": {
"PAGE_TITLE": "{{sectionName}} - Project values - {{projectName}}",

View File

@ -11,7 +11,7 @@ section.custom-fields-table.basic-table
div.custom-description
span(translate="COMMON.FIELDS.DESCRIPTION")
div.custom-field-type
span(translate="COMMON.FIELDS.FIELD_TYPE")
span(translate="COMMON.FIELDS.TYPE")
div.custom-options
div.table-body

View File

@ -70,7 +70,7 @@
}
.custom-description {
@include ellipsis(100%);
flex-basis: 90%;
flex-basis: 50%;
flex-grow: 8;
}
.custom-field-type {

View File

@ -68,11 +68,11 @@
flex: 1;
padding: 0 1rem 0 2rem;
.read-mode {
white-space: pre
white-space: pre;
}
}
.read-mode {
white-space: pre
white-space: pre;
}
form {
label {