Remove footer.php and some small improvements

This commit is contained in:
2023-03-10 19:31:07 +01:00
parent bfbdc16036
commit 8c61638485
23 changed files with 74 additions and 61 deletions

View File

@@ -39,7 +39,7 @@
</tr>
{foreachelse}
<tr>
<td colspan="2">
<td colspan="3">
{$lang_assetclassgroup_none}
</td>
</tr>

View File

@@ -51,7 +51,7 @@
</tr>
{foreachelse}
<tr>
<td colspan="4">
<td colspan="5">
{$lang_cable_none}
</td>
</tr>

View File

@@ -50,6 +50,7 @@ textarea {
}
table.footer {
margin-top: 1ex;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
@@ -209,7 +210,7 @@ div.error, div.warning, div.info, div.note {
margin: 1em 0 0 0;
border-radius: 12px;
width: 750px;
animation: fadeout 5s 2s forwards;
animation: fadeout 10s 2s forwards;
}
div.error {
border: 1px solid #8b0000;