issue33, fixed nasty IE viewing page selectors wrong
[phpfspot.git] / templates / photo_index.tpl
index 5b44449af8bc72cb17e76b02a479befaef5b5b4b..8aea9bc2555b5455c9251644cfa3c28aad5b7128 100644 (file)
@@ -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" />
    </a>
   { /if }
   </td>
-  <td style="text-align: center;">
+  <td style="text-align: center; width: 33%;">
   { if $page_selector == "" }
    &nbsp;
   { 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" />