Skip to content
Snippets Groups Projects
Commit 3cfeff6a authored by Seb Barnard's avatar Seb Barnard :speech_balloon:
Browse files

Fixed border on keyinformation panel

parent 108ecef3
No related branches found
No related tags found
3 merge requests!114LoggingService service class, new method to add a log to the "Logs" table when...,!104Branch Update,!103Issue thirty four
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<script th:fragment="infoJs" src="js/businessInformation.js"></script> <script th:fragment="infoJs" src="js/businessInformation.js"></script>
</head> </head>
<body th:fragment="keyInformation"> <body th:fragment="keyInformation">
<div style="border-bottom: #000000 1px solid; width:50%"> <div style="width:50%">
<h6 class="title is-6" style="margin-top: 5px; margin-bottom: 25px">Key Information</h6> <h6 class="title is-6" style="margin-top: 5px; margin-bottom: 25px">Key Information</h6>
<p class="subtitle is-6" style="margin-bottom:3px;margin-top: 10px">Shop Name</p> <p class="subtitle is-6" style="margin-bottom:3px;margin-top: 10px">Shop Name</p>
...@@ -49,5 +49,6 @@ ...@@ -49,5 +49,6 @@
<button th:onclick="'submitInfo('+ ${shop.shopId} +');'" class="button is-link" style="margin-top:15px; margin-bottom:10px;">Save changes</button> <button th:onclick="'submitInfo('+ ${shop.shopId} +');'" class="button is-link" style="margin-top:15px; margin-bottom:10px;">Save changes</button>
</div> </div>
<p style="border-bottom: #000000 1px solid;"></p>
</body> </body>
</html> </html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment