diff --git a/src/main/webapp/WEB-INF/views/systemService/form.jsp b/src/main/webapp/WEB-INF/views/systemService/form.jsp index 8b098b37c..6e2156f90 100644 --- a/src/main/webapp/WEB-INF/views/systemService/form.jsp +++ b/src/main/webapp/WEB-INF/views/systemService/form.jsp @@ -154,14 +154,14 @@ function addDatatable() { $("#datatables").append( '
' + - '
' + + '
' + '' + '' + - '*'+''+': ' + + '*'+''+': ' + ' ' + '
' + - '
' + - '*'+''+': ' + + '
' + + '*'+''+': ' + ' ' + '' + ' ' + '
' + - '
' + - '*MAAT '+''+': ' + + '
' + + '*MAAT '+''+': ' + '' + '
' + - '
' + - '*'+''+': ' + + '
' + + '*'+''+': ' + '' + '' + '
' + @@ -273,15 +273,15 @@
-
+
- *: + *:
-
- *: +
+ *:
-
- *MAAT : +
+ *MAAT :
-
- *: +
+ *: diff --git a/src/main/webapp/static/pages/css/systemService.css b/src/main/webapp/static/pages/css/systemService.css index c11781ad7..88d4a09ca 100644 --- a/src/main/webapp/static/pages/css/systemService.css +++ b/src/main/webapp/static/pages/css/systemService.css @@ -49,4 +49,8 @@ select, input { margin-top: 15px; margin-bottom: 15px; background-color: #F8F8FF; +} +.table-item { + margin-top: 5px; + margin-bottom: 5px; } \ No newline at end of file