diff --git a/admin/settings.php b/admin/settings.php
index 1d2fbe0..97c3cd9 100644
--- a/admin/settings.php
+++ b/admin/settings.php
@@ -53,7 +53,7 @@ if (isset($message)) {
echo "
" . $result['group_name'] . " | ";
if ($user->get_rank() <= 1) {
- echo ' | ';
+ echo ' | ';
}
echo "";
} ?>
@@ -102,7 +102,7 @@ if (isset($message)) {
echo "" . $visibility[$result['visibility']] . " | ";
if ($user->get_rank() <= 1) {
- echo ' | ';
+ echo ' | ';
}
echo "";
} ?>
diff --git a/css/main.css b/css/main.css
index 25b5158..4923348 100644
--- a/css/main.css
+++ b/css/main.css
@@ -237,15 +237,6 @@ article.card textarea {
min-width: 250px;
}
-.delete-service {
- color: red;
- font-size: 1em;
-}
-
-.delete-service:hover {
- color: darkred;
-}
-
.service label {
margin-bottom: 0;
}