aboutsummaryrefslogtreecommitdiffstats
path: root/SdncReports/SdncReportsApi/src/main
diff options
context:
space:
mode:
authorDushyantSinghThakur <dt00503496@techmahindra.com>2018-10-22 14:57:41 +0530
committerDan Timoney <dtimoney@att.com>2018-10-26 15:29:03 +0000
commit24fcf119635de958ba89542429b9f3f7e2c50a27 (patch)
tree1d87ab793bf31251d4dfc6b8db3bcba28814dfbe /SdncReports/SdncReportsApi/src/main
parent1bd7bcb12869c2260c6e0cd74e010dceefbf1879 (diff)
Epic-232:Modifying UI changes
the dist package dependency is removed Change-Id: I9829cdda53326720263f3164d4d0fe2871dcc808 Issue-ID: SDNC-473 Signed-off-by: DushyantSinghThakur <dt00503496@techmahindra.com> Former-commit-id: 1151bea8102a72ec7385b8c018f27644330871c7
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 -->