Styling enhancements to improve consistency

This commit is contained in:
bergware
2023-12-11 20:11:21 +01:00
parent 45fe443294
commit 09e8740c04
23 changed files with 128 additions and 138 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ function updateAccess(form,data,n,i) {
</script>
<form markdown="1" method="POST">
<?
echo "<table class='share_status' style='margin-top:20px'>";
echo "<table class='unraid'>";
echo "<thead><tr><td>"._('Share')."</td><td>"._('Security')."</td><td>"._('User Access')."</td></tr></thead>";
echo "<tbody>";
foreach ($shares as $share => $data) {