aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-09-12 11:01:41 +0100
committerStruan Donald <struan@exo.org.uk>2013-09-12 11:01:41 +0100
commit950f7ce9efa50da7bc07c30175268be5e84f767b (patch)
tree479ef57be3b377ecf05462278af774e86e7a1923
parent9050bfdf0161b4329dd843438754ca864d68fd59 (diff)
Make sure help 'dialog' is modal
Both by setting the height of the container to 100% so it always covers the screen and also by adding a transparent background to emphasise that it's covering the screen. Fixes #127
-rw-r--r--src/css/fms.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/css/fms.css b/src/css/fms.css
index abcb6bb..7131bad 100644
--- a/src/css/fms.css
+++ b/src/css/fms.css
@@ -875,6 +875,8 @@
top: 0px;
display: none;
z-index: 3005;
+ height: 100%;
+ background-color: rgba(200,200,200,0.7);
}
#helpContent {