[IMP] Change module name and every references to old name module in path

ribbon_test_environment -> web_environment_ribbon
This commit is contained in:
Francesco Apruzzese
2015-07-27 13:46:49 +02:00
committed by xavierjimenez
parent 61219a64a1
commit ff101c288c
6 changed files with 162 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
.test-ribbon{
width: 200px;
background: #e43;
position: absolute;
top: 25px;
left: -50px;
text-align: center;
line-height: 50px;
letter-spacing: 1px;
color: #f0f0f0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
z-index: 10000;
position: fixed;
box-shadow: 0 0 3px rgba(0,0,0,.3);
background: #e43;
}
.test-ribbon b {
font-size: 20px;
}