diff --git a/apcd-cms/Makefile b/apcd-cms/Makefile index b4b1daaa..d4899628 100644 --- a/apcd-cms/Makefile +++ b/apcd-cms/Makefile @@ -8,7 +8,7 @@ DOCKER_IMAGE_BRANCH := $(DOCKERHUB_REPO):$(shell git describe --exact-match --ta #.PHONY: build build: - docker-compose -f docker-compose.dev.yml build + docker compose -f docker-compose.dev.yml build .PHONY: build-full build-full: @@ -27,12 +27,12 @@ publish-latest: .PHONY: start start: - docker-compose -f docker-compose.dev.yml up + docker compose -f docker-compose.dev.yml up .PHONY: stop stop: - docker-compose -f docker-compose.dev.yml down + docker compose -f docker-compose.dev.yml down .PHONY: stop-full stop-v: - docker-compose -f docker-compose.dev.yml down -v + docker compose -f docker-compose.dev.yml down -v diff --git a/apcd-cms/src/apps/exception/static/forms/css/exception_submission_form.css b/apcd-cms/src/apps/exception/static/forms/css/exception_submission_form.css index 9895523f..8cce22b4 100644 --- a/apcd-cms/src/apps/exception/static/forms/css/exception_submission_form.css +++ b/apcd-cms/src/apps/exception/static/forms/css/exception_submission_form.css @@ -13,8 +13,15 @@ input[id^="threshold-requested"]::-webkit-outer-spin-button -moz-appearance:textfield; } +[id^="required_threshold"] { + background-color: #e9ecef; + color: #6c757d; + border-color: #ced4da; + cursor: not-allowed; +} + /* Field Sizes */ -[id^="threshold-requested"], [id^="expiration-date"] { +[id^="threshold-requested"], [id^="expiration-date"], [id^="required_threshold"] { min-width: 15ch; } /* To make sure sup values are not cut off when set as a label*/ diff --git a/apcd-cms/src/apps/exception/templates/exception_submission_form/exception_threshold_form.html b/apcd-cms/src/apps/exception/templates/exception_submission_form/exception_threshold_form.html index d0b50f3c..d26c7193 100644 --- a/apcd-cms/src/apps/exception/templates/exception_submission_form/exception_threshold_form.html +++ b/apcd-cms/src/apps/exception/templates/exception_submission_form/exception_threshold_form.html @@ -7,201 +7,180 @@
- This form should be completed and submitted only by entities who are - eligible for an exception to certain data submission requirements under H.B. 2090 (87(R)) - and associated regulations. Please review the legislation and regulation before - submitting this form. Links to both can be found on the - Texas All-Payor Claims Database - website. -
-