diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-03-19 12:54:56 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-03-19 12:54:56 +0100 |
| commit | 21f1d1a7df2ea96d67e2b061e15d2ba8ba7e2372 (patch) | |
| tree | bbc638626a53c75c193b0d340f156a7c797309d3 /htroot/env/bootstrap-base.css | |
| parent | dc796ebc8d06524b2339c2eb3ecf35e8362d1ba5 (diff) | |
added dropdown menu in test dashboard
Diffstat (limited to 'htroot/env/bootstrap-base.css')
| -rw-r--r-- | htroot/env/bootstrap-base.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
