From 21f1d1a7df2ea96d67e2b061e15d2ba8ba7e2372 Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Wed, 19 Mar 2014 12:54:56 +0100 Subject: [PATCH] added dropdown menu in test dashboard --- htroot/env/bootstrap-base.css | 4 ++++ htroot/test.html | 10 ++++++++++ 2 files changed, 14 insertions(+) diff --git a/htroot/env/bootstrap-base.css b/htroot/env/bootstrap-base.css index 614846e35..9c8a540d8 100644 --- a/htroot/env/bootstrap-base.css +++ b/htroot/env/bootstrap-base.css @@ -86,4 +86,8 @@ legend { label { font-weight:normal; padding-left:6px; +} +ul.nav li.dropdown:hover ul.dropdown-menu{ + display: block; + margin-top:0px } \ No newline at end of file diff --git a/htroot/test.html b/htroot/test.html index 65a1edfe8..420d848fc 100644 --- a/htroot/test.html +++ b/htroot/test.html @@ -41,6 +41,16 @@
  • Settings
  • Profile
  • Help
  • +