summaryrefslogtreecommitdiffstats
path: root/health-networkstats-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2011-02-24 16:06:43 +0100
committerMika Havela <mika.havela@gmail.com>2011-02-24 16:06:43 +0100
commitd6828c8635a44463b85bdbe704f02c2b6ecd8fae (patch)
tree629d2e64f7a1a62a3adf029ffb63de96317ebc39 /health-networkstats-html.lsp
parent3143f1ab7d0fb878767745d2b17b6615cdbb39a0 (diff)
downloadacf-alpine-baselayout-d6828c8635a44463b85bdbe704f02c2b6ecd8fae.tar.bz2
acf-alpine-baselayout-d6828c8635a44463b85bdbe704f02c2b6ecd8fae.tar.xz
Giving classes to input buttons in order to get stylesheets working properly
Diffstat (limited to 'health-networkstats-html.lsp')
-rw-r--r--health-networkstats-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/health-networkstats-html.lsp b/health-networkstats-html.lsp
index 47b9d3d..91084c0 100644
--- a/health-networkstats-html.lsp
+++ b/health-networkstats-html.lsp
@@ -143,8 +143,8 @@ Network traffic in bytes/second
</TABLE></DD>
<DT>Start / Stop</DT>
<DD>
-<input TYPE="button" ID="Start" VALUE="Start">
-<input TYPE="button" ID="Stop" VALUE="Stop">
+<input CLASS="submit" TYPE="button" ID="Start" VALUE="Start">
+<input CLASS="submit" TYPE="button" ID="Stop" VALUE="Stop">
</DD>
</DL>