[IMP] ribbon color customization (#347)

* [IMP] web_environment_ribbon: add color customization
The ribbon color and background-color can be modified through system
parameters:
 * ribbon.color
 * ribbon.background.color

Added Copyright in .js
Delete duplicate entries in css
This commit is contained in:
Javi Melendez
2016-04-25 13:12:58 +02:00
committed by Pedro M. Baeza
parent d075de1dac
commit d9f525fd4b
5 changed files with 59 additions and 21 deletions

View File

@@ -1,7 +1,5 @@
.test-ribbon{
width: 200px;
background: #e43;
position: absolute;
top: 50px;
left: -50px;
text-align: center;
@@ -16,7 +14,7 @@
z-index: 1000;
position: fixed;
box-shadow: 0 0 3px rgba(0,0,0,.3);
background: rgba(255, 0, 0, .6);;
background: rgba(255,0,0,.6);
}
.test-ribbon b {