aboutsummaryrefslogtreecommitdiffstats
path: root/SdncReports/SdncReportsApi/src/main
diff options
context:
space:
mode:
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 -->