Commit f9516f1ac602e79a6ec4920b1a2e623c904f681e
1 parent
1a37d56e
Exists in
master
and in
47 other branches
SECOM style on breadcrumbs
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 | 22 | /*** Software Header ***/ |
2 | 23 | /*block title software button control painel*/ |
3 | 24 | .action-content_viewer-view_page #content .software-information-block .admin-link a{ | ... | ... |