diff options
author | Struan Donald <struan@exo.org.uk> | 2013-08-15 12:31:01 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-08-15 12:31:01 +0100 |
commit | 9c4b51bad1115614e239c022db666fc9fdfc6ede (patch) | |
tree | cd9045b4ca5f980f9cdfa6a5255c01bd361189e2 | |
parent | 210bc0fbb86e8646e6645a07f163ae49d32c3159 (diff) |
move help 'button' down the page
It was overlapping with various on screen elements in an unhelpful way
-rw-r--r-- | src/css/fms.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css/fms.css b/src/css/fms.css index d7c6960..f1d5179 100644 --- a/src/css/fms.css +++ b/src/css/fms.css @@ -868,7 +868,7 @@ #display-help { position: fixed; display: none; - top: 60px; + top: 120px; right: 0px; text-align: right; padding: 10px 2px 10px 2px; |