aboutsummaryrefslogtreecommitdiffstats
path: root/SdncReports/SdncReportsApi/src/main
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2018-10-29 12:40:13 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-29 12:40:13 +0000
commit01902f5b0ab6a4545c3b0dacbe47a26cf3238e68 (patch)
tree6b271f4276394926d9be25c0a3c3062a2742c4a7 /SdncReports/SdncReportsApi/src/main
parent1e4041ce74e2027af46ed34e112d07fcc2871380 (diff)
parent24fcf119635de958ba89542429b9f3f7e2c50a27 (diff)
Merge "Epic-232:Modifying UI changes"
Former-commit-id: c63275852c8246b1549f98d9c821b4322dbaef5d
Diffstat (limited to 'SdncReports/SdncReportsApi/src/main')
-rw-r--r--SdncReports/SdncReportsApi/src/main/resources/static/style/sdnc-style.css2
-rw-r--r--SdncReports/SdncReportsApi/src/main/webapp/WEB-INF/views/index.jsp4
2 files changed, 3 insertions, 3 deletions
diff --git a/SdncReports/SdncReportsApi/src/main/resources/static/style/sdnc-style.css b/SdncReports/SdncReportsApi/src/main/resources/static/style/sdnc-style.css
index 361591cf..27b15950 100644
--- a/SdncReports/SdncReportsApi/src/main/resources/static/style/sdnc-style.css
+++ b/SdncReports/SdncReportsApi/src/main/resources/static/style/sdnc-style.css
@@ -130,7 +130,7 @@
}
.heading{
margin-top:30px;
- width:100%;
+ width:99.5%;
height:45px;
margin-bottom:20px;
font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
diff --git a/SdncReports/SdncReportsApi/src/main/webapp/WEB-INF/views/index.jsp b/SdncReports/SdncReportsApi/src/main/webapp/WEB-INF/views/index.jsp
index f48a1924..3c7be352 100644
--- a/SdncReports/SdncReportsApi/src/main/webapp/WEB-INF/views/index.jsp
+++ b/SdncReports/SdncReportsApi/src/main/webapp/WEB-INF/views/index.jsp
@@ -26,8 +26,8 @@
<!-- CSS -->
<script src="./node_modules/jquery.min.js"></script>
<script src="./node_modules/tether.min.js" ></script>
- <link rel="stylesheet" href="./node_modules/bootstrap-3.3.7/dist/css/bootstrap.min.css">
- <script src="./node_modules/bootstrap-3.3.7/dist/js/bootstrap.min.js"></script>
+ <link rel="stylesheet" href="/webjars/bootstrap/3.3.7/css/bootstrap.min.css">
+ <script src="/webjars/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="/style/sdnc-style.css">
<!-- JS -->
<!-- load angular,date-time picker,pagination,growl and ui-router -->