diff options
-rw-r--r-- | pages/edit_timer.ecpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pages/edit_timer.ecpp b/pages/edit_timer.ecpp index 2d907f9..f5e132f 100644 --- a/pages/edit_timer.ecpp +++ b/pages/edit_timer.ecpp @@ -206,10 +206,10 @@ cTimer* timer; <td class="border" style="border-right: 1px solid black"></td> </tr> - <tr style="border-bottom: 1px solid black"> - <td class="border" style="border-left: 1px solid black"></td> - <td class="buttonpanel" colspan="2"><button name="submit" type="submit"><$ tr("Save") $></button></td> - <td class="border" style="border-right: 1px solid black"></td> + <tr> + <td class="border" style="border-left: 1px solid black; border-bottom: 1px solid black"></td> + <td class="buttonpanel" colspan="2" style="border-bottom: 1px solid black"><button name="submit" type="submit"><$ tr("Save") $></button></td> + <td class="border" style="border-right: 1px solid black; border-bottom: 1px solid black"></td> </tr> </table> </form> |