forked from science-ation/science-ation
Dont' change the font size on the my reports list, it's small enough now.
This commit is contained in:
parent
e17c1a6162
commit
2de42b9377
@ -266,7 +266,7 @@ $(document).ready(function() {
|
||||
?>
|
||||
<tr id="report_tr_<?=$i->id?>">
|
||||
<td style="border:0px;"><?=$name?></td>
|
||||
<td style="border:0px; font-size:0.8em;"><?=$i->comment?></td>
|
||||
<td style="border:0px;"><?=$i->comment?></td>
|
||||
<td style="border:0px;">
|
||||
<div class="edit_buttons" style="display:none">
|
||||
<a title="Edit Report" onclick="edit_report(<?=$i->id?>,0);return false;" href="#">
|
||||
|
Loading…
Reference in New Issue
Block a user