Commit 62dab80de545375baf73b08511e9b1a1de232a25
Exists in
master
and in
47 other branches
Merge branch 'breadcrumbs_style' into 'master'
Breadcrumbs style Add css customized style to breadcrumbs following SECOM pattern See merge request !103
Showing
1 changed file
with
21 additions
and
0 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/software-pages.css
1 | +/*** Breadcrumbs ***/ | ||
2 | + | ||
3 | +#wrap-2 .block.breadcrumbs-plugin_content-breadcrumbs-block{ | ||
4 | + text-transform: uppercase; | ||
5 | + font-size: 11px; | ||
6 | + color: #2C66CE; | ||
7 | + font-family: "open_sansregular"; | ||
8 | + margin-left: 10px; | ||
9 | +} | ||
10 | + | ||
11 | +#wrap-2 .block.breadcrumbs-plugin_content-breadcrumbs-block a{ | ||
12 | + text-transform: uppercase; | ||
13 | + font-size: 11px; | ||
14 | + color: #2C66CE; | ||
15 | + font-family: "open_sansregular"; | ||
16 | +} | ||
17 | + | ||
18 | +#wrap-2 .block.breadcrumbs-plugin_content-breadcrumbs-block .section-name{ | ||
19 | + display: none; | ||
20 | +} | ||
21 | + | ||
1 | /*** Software Header ***/ | 22 | /*** Software Header ***/ |
2 | /*block title software button control painel*/ | 23 | /*block title software button control painel*/ |
3 | .action-content_viewer-view_page #content .software-information-block .admin-link a{ | 24 | .action-content_viewer-view_page #content .software-information-block .admin-link a{ |