remove border

This commit is contained in:
Tealk 2021-03-19 00:23:51 +01:00
parent 1907f582ef
commit 546404faea
No known key found for this signature in database
GPG Key ID: 5FE349ABC863E7F9
2 changed files with 7 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Template::render_header(_("Dashboard"), true);
<div class="line text-muted"></div>
<h3><?php echo _("New incident"); ?></h3>
<form id="new-incident" action="<?php echo WEB_URL; ?>/admin/?new=incident" method="POST">
<div class="card">
<div class="servicelist">
<?php if (isset($message)) { ?>
<p class="alert alert-danger"><?php echo $message ?></p>
<?php

View File

@ -77,6 +77,12 @@ a:focus {
margin-left: 31px;
}
.timeline .servicelist {
position: relative;
margin: 10px 0px 21px 70px;
clear: both;
}
.timeline .card {
position: relative;
margin: 10px 0px 21px 70px;