Skip to content

Commit

Permalink
fix small css issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dseichter committed Nov 25, 2019
1 parent 7af6fa1 commit 9eafc8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htdocs/core/class/commonobject.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -7010,7 +7010,7 @@ public function show_photos($modulepart, $sdir, $size = 0, $nbmax = 0, $nbbyrow

if ($nbbyrow > 0)
{
if ($nbphoto == 1) $return .= '<table class="valigntop center centpercent" style="border: 0; padding: 2; border-spacing: 2px; border-collapse: separate;">';
if ($nbphoto == 1) $return .= '<table class="valigntop center centpercent" style="border: 0; padding: 2px; border-spacing: 2px; border-collapse: separate;">';

if ($nbphoto % $nbbyrow == 1) $return .= '<tr class="center valignmiddle" style="border: 1px">';
$return .= '<td style="width: '.ceil(100 / $nbbyrow).'%" class="photo">';
Expand Down
2 changes: 1 addition & 1 deletion htdocs/theme/md/style.css.php
Original file line number Diff line number Diff line change
Expand Up @@ -2049,7 +2049,7 @@
border-radius: 4px;
border:solid 1px rgba(80,80,80,.4);

border-top:solid 1px f8f8f8;
border-top:solid 1px #f8f8f8;
}
.login_table input#username, .login_table input#password, .login_table input#securitycode{
border: none;
Expand Down

0 comments on commit 9eafc8f

Please sign in to comment.