Skip to content

Commit

Permalink
fixed reporting category alignment in Adds panel
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketMan committed Oct 16, 2023
1 parent d954acd commit 30ee166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/zoostyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ div.content select[size='1'] {
#add-manager td {
text-align: left;
}
#add-manager td:first-of-type {
#add-manager table:not(.cats) > tbody > tr > td:first-of-type {
text-align: right;
}

Expand Down
2 changes: 1 addition & 1 deletion ui/AddManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public function panelCats($validate) {
if($validate)
return true;
?>
<TABLE CELLPADDING=2 CELLSPACING=0 BORDER=0>
<TABLE class="cats" CELLPADDING=2 CELLSPACING=0 BORDER=0>
<?php
// Setup selected categories
$cl = explode(",", $catlist);
Expand Down

0 comments on commit 30ee166

Please sign in to comment.