From beca165c249a9fd725bc04ed0d21fe3e2a8e80a6 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 1 Nov 2010 14:51:41 +0100 Subject: [PATCH] tweaked control buttons --- frontend/index.html | 15 +++++++++------ frontend/stylesheets/style.css | 5 ++--- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/frontend/index.html b/frontend/index.html index c04ab17..f8abc96 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -39,12 +39,15 @@
- - - - - - + + + + + + + + +
diff --git a/frontend/stylesheets/style.css b/frontend/stylesheets/style.css index 2f79489..e90db9d 100644 --- a/frontend/stylesheets/style.css +++ b/frontend/stylesheets/style.css @@ -47,11 +47,10 @@ tbody tr td { #controls { width: 100%; text-align: center; - margin: 5px; } -#move td { - border: 0; +#controls button { + font-size: 1em; } #accordion {