mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2025-03-27 14:48:37 -04:00
remove border
This commit is contained in:
parent
1907f582ef
commit
546404faea
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user