Make grid item title clickable
This commit is contained in:
parent
a3fac92866
commit
6ced321868
@ -116,9 +116,11 @@ redirectifnotloggedin();
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<div class="card mt-1" id="pub_card_<?php echo $p['pubid']; ?>">
|
<div class="card mt-1" id="pub_card_<?php echo $p['pubid']; ?>">
|
||||||
|
<a href="app.php?page=content&pubid=<?php echo $p['pubid']; ?>" class="no-underline">
|
||||||
<h5 class="card-header">
|
<h5 class="card-header">
|
||||||
<?php echo htmlspecialchars($p['pubname']); ?>
|
<?php echo htmlspecialchars($p['pubname']); ?>
|
||||||
</h5>
|
</h5>
|
||||||
|
</a>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<ul class="list-group">
|
<ul class="list-group">
|
||||||
<li class="list-group-item">
|
<li class="list-group-item">
|
||||||
|
@ -44,3 +44,7 @@ body {
|
|||||||
margin-top: 10em;
|
margin-top: 10em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-underline, .no-underline:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user