increase the cell padding (any jokes about padded cells will be ignored)
This commit is contained in:
parent
0134a41015
commit
b2e33435f7
@ -2,7 +2,7 @@
|
||||
|
||||
{{if $hasentries}}
|
||||
|
||||
<table id="admin-queue-table"><tr><td>{{$numentries}} </td><td>{{$desturl}}</td><td>{{$priority}}</td><td> </td><td> </td></tr>
|
||||
<table cellpadding="5" id="admin-queue-table"><tr><td>{{$numentries}} </td><td>{{$desturl}}</td><td>{{$priority}}</td><td> </td><td> </td></tr>
|
||||
|
||||
{{foreach $entries as $e}}
|
||||
|
||||
|
Reference in New Issue
Block a user