summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Keil <tkeil (at) datacrystal (dot) de>2007-04-24 15:31:31 +0000
committerThomas Keil <tkeil (at) datacrystal (dot) de>2007-04-24 15:31:31 +0000
commitf720d01e71af679e2f21624f98a6d82c7609ce31 (patch)
treecc7c6e04299728a30bf6d6aecd04c68a1375357b
parent22524d66bb88078a1fa62bf18314b949946979ac (diff)
downloadvdr-plugin-live-f720d01e71af679e2f21624f98a6d82c7609ce31.tar.gz
vdr-plugin-live-f720d01e71af679e2f21624f98a6d82c7609ce31.tar.bz2
Added Border-bottom for last line
-rw-r--r--pages/edit_timer.ecpp8
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>