diff --git a/frontend/app/index.html b/frontend/app/index.html index 5460192e47..800b08a1ae 100644 --- a/frontend/app/index.html +++ b/frontend/app/index.html @@ -43,12 +43,14 @@ + + diff --git a/frontend/app/styles/custom-fields.css b/frontend/app/styles/custom-fields.css new file mode 100644 index 0000000000..39513cef4c --- /dev/null +++ b/frontend/app/styles/custom-fields.css @@ -0,0 +1,10 @@ +/* .custom-field-input dd { + overflow: hidden; +} + + +div.custom-field-input-wrapper { + max-width: 100%; + text-overflow: ellipsis; +} + */ diff --git a/frontend/app/styles/main.css b/frontend/app/styles/main.css index 3b328dba34..0425ebbcd9 100644 --- a/frontend/app/styles/main.css +++ b/frontend/app/styles/main.css @@ -160,7 +160,7 @@ pre.clearpre { /***************************/ .flexwrap { - display: flex; + display: flex !important; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; @@ -340,6 +340,11 @@ ul.observable-reports-summary li { width: 200px !important; } +.case-details dd, +.case-custom-fields dd { + margin-left: 200px !important; +} + .case-custom-fields dt { background-color: #f9f9f9; padding-left: 5px; diff --git a/frontend/app/styles/updatable.css b/frontend/app/styles/updatable.css new file mode 100644 index 0000000000..4ef2fabbbc --- /dev/null +++ b/frontend/app/styles/updatable.css @@ -0,0 +1,38 @@ +.updatable-input { + /* border: 1px solid green; */ +} + +.updatable-input .updatable-value { + vertical-align: top; + white-space: pre-wrap +} + +.updatable-input .updatable-input-value-wrapper { + position: relative; + display: inline-block; + border-bottom: 1px solid #fff; +} + +.updatable-input .updatable-input-value-wrapper:hover{ + border-bottom: 1px solid #337ab7; + cursor: pointer; +} + +.updatable-input .updatable-input-value-wrapper .updatable-input-icon { + display: none; + float: right; + margin-left: 10px; + color: #337ab7; +} + +.updatable-input .updatable-input-value-wrapper .updatable-input-icon.lg { + line-height: 18px; +} + +.updatable-input .updatable-input-value-wrapper:hover .updatable-input-icon { + display: block; +} + +.updatable-input.updatable-input-tags { + +} diff --git a/frontend/app/views/components/common/custom-field-input.component.html b/frontend/app/views/components/common/custom-field-input.component.html index cde52043e6..6d62361643 100644 --- a/frontend/app/views/components/common/custom-field-input.component.html +++ b/frontend/app/views/components/common/custom-field-input.component.html @@ -1,4 +1,4 @@ -