From e03e78cc8cbfeeef18d8775560392ee1a849d118 Mon Sep 17 00:00:00 2001 From: r3tk0n Date: Fri, 5 Apr 2019 15:04:35 -0700 Subject: [PATCH] Add href element to image. --- interface/resources/html/tabletHelp.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/interface/resources/html/tabletHelp.html b/interface/resources/html/tabletHelp.html index dd7931d0ed..725a3d4a2d 100644 --- a/interface/resources/html/tabletHelp.html +++ b/interface/resources/html/tabletHelp.html @@ -53,6 +53,14 @@ position: absolute; top: 0; left: 0; bottom: 0; right: 0; } + + #image_button { + width: 480; + height: 720; + margin: auto; + position: absolute; + top: 0; left: 0; bottom: 0; right: 0; + } #report_problem { position: fixed; @@ -62,22 +70,28 @@ text-decoration: none; color: #ddd; } - +