From 368428217fd182ab7a939b69c5abd7adc6bc30eb Mon Sep 17 00:00:00 2001 From: thuva4 Date: Thu, 23 Nov 2017 12:44:38 +0530 Subject: Add filter option in projects page Implemented the filter option for the projects by following params. name - Check the project's name. Edit the Error message view. Change-Id: Ib2f0e0ccd9726353dbbedbc44d98747ec8e2d4f9 Signed-off-by: thuva4 --- testapi/3rd_party/static/testapi-ui/assets/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'testapi/3rd_party/static/testapi-ui/assets/css/style.css') diff --git a/testapi/3rd_party/static/testapi-ui/assets/css/style.css b/testapi/3rd_party/static/testapi-ui/assets/css/style.css index f348092..91e8ba2 100644 --- a/testapi/3rd_party/static/testapi-ui/assets/css/style.css +++ b/testapi/3rd_party/static/testapi-ui/assets/css/style.css @@ -226,3 +226,9 @@ a.glyphicon { .modal-body .row { margin-bottom: 10px; } + +.alert{ + background-color: white; + border-color: white; + margin-top: 5px; +} \ No newline at end of file -- cgit 1.2.3-korg