Commit 7cffe881ee158e9372947a50be77eba0a367d11f
1 parent
0498007a
Exists in
spb-release/3.0
Fix menu for noosfero
Signed-off-by: Charles Oliveira <18oliveira.charles@gmail.com> Signed-off-by: Melissa Wen <melissa.srw@gmail.com> Signed-off-by: Peter Lima <peterlima@gmail.com> Signed-off-by: Sergio Oliveira <sergio@tracy.com.br>
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
colab/proxy/noosfero/diazo.xml
@@ -6,6 +6,7 @@ | @@ -6,6 +6,7 @@ | ||
6 | <before theme-children="/html/head" content-children="/html/head" /> | 6 | <before theme-children="/html/head" content-children="/html/head" /> |
7 | <before css:theme-children="#main-content" css:content-children="body" /> | 7 | <before css:theme-children="#main-content" css:content-children="body" /> |
8 | 8 | ||
9 | + <merge attributes="class" css:theme="html" css:content="html" /> | ||
9 | <merge attributes="class" css:theme="body" css:content="body" /> | 10 | <merge attributes="class" css:theme="body" css:content="body" /> |
10 | 11 | ||
11 | <drop css:theme="link[href^='/static/third-party/bootstrap/css/bootstrap.min']" /> | 12 | <drop css:theme="link[href^='/static/third-party/bootstrap/css/bootstrap.min']" /> |
colab/proxy/noosfero/static/noosfero/css/screen.css
@@ -18,7 +18,7 @@ | @@ -18,7 +18,7 @@ | ||
18 | 18 | ||
19 | /* Make menus never disapear */ | 19 | /* Make menus never disapear */ |
20 | .colab-style li.dropdown { | 20 | .colab-style li.dropdown { |
21 | - display: block!important; | 21 | +/* display: block!important; */ |
22 | } | 22 | } |
23 | 23 | ||
24 | /* Fix righter profile image icon */ | 24 | /* Fix righter profile image icon */ |