From b5de18337a148017f5d3bfa101ee4cc25f2dee98 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Tue, 5 Aug 2014 14:37:09 +0200 Subject: Add help button. Add a help button to the parameter field to get more information about the selected command and especially about the parameter needed for the command to be properly executed. The help appears in a modal dialog whose content is updated when a command is selected. --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'css') diff --git a/css/style.css b/css/style.css index 8b7333e..2cc53ba 100644 --- a/css/style.css +++ b/css/style.css @@ -62,6 +62,9 @@ body { margin-left: auto; margin-right: auto; } +#command-help, #parameter-help { + font-size: 1.3em; +} pre { color: #FFFFFF; background-color: #000000; -- cgit v1.2.3