diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/photo_index.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/photo_index.tpl b/templates/photo_index.tpl index 5b44449..8aea9bc 100644 --- a/templates/photo_index.tpl +++ b/templates/photo_index.tpl @@ -66,7 +66,7 @@ </td> </tr> <tr> - <td style="text-align: left; width: 32px;"> + <td style="text-align: left; width: 33%;"> { if $previous_url == "" } { if $count != 0 } <img src="resources/arrow_left_gray.png" alt="first page reached" /> @@ -77,14 +77,14 @@ </a> { /if } </td> - <td style="text-align: center;"> + <td style="text-align: center; width: 33%;"> { if $page_selector == "" } { else } {$page_selector} { /if} </td> - <td style="text-align: right; width: 32px;"> + <td style="text-align: right; width: 33%;"> { if $next_url == "" } { if $count != 0 } <img src="resources/arrow_right_gray.png" alt="last page reached" /> |