diff options
Diffstat (limited to 'modules/webcpanel/templates/style.css')
-rw-r--r-- | modules/webcpanel/templates/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/webcpanel/templates/style.css b/modules/webcpanel/templates/style.css index e425c3d8c..7b63cd632 100644 --- a/modules/webcpanel/templates/style.css +++ b/modules/webcpanel/templates/style.css @@ -108,18 +108,18 @@ h4 { font-weight: normal; } -#tableNSAccess td { +#tableAccess td { vertical-align: middle; } -#tableNSAccess td:first-child { +#tableAccess td:first-child { padding-right: 10px; text-align: left; } -#tableNSAccess td:last-child { +#tableAccess td:last-child { padding-right: 10px; text-align: right; } -#tableNSAccess th small { +#tableAccess th small { font-weight: normal; } |