|
|
|
@ -351,7 +351,7 @@ |
|
|
|
margin: 10px 0 0 0; |
|
|
|
} |
|
|
|
|
|
|
|
#users_container .detail-user .icon-wrapper { |
|
|
|
#users_container .detail-user .fa-wrapper { |
|
|
|
display: inline-block; |
|
|
|
width: 50px; |
|
|
|
text-align: center; |
|
|
|
@ -515,8 +515,8 @@ |
|
|
|
text-overflow: ellipsis; |
|
|
|
} |
|
|
|
|
|
|
|
#users_container .detail-features .features-grid .feature .icon-wrapper, |
|
|
|
.feature-popup-container .feature-icon-wrapper{ |
|
|
|
#users_container .detail-features .features-grid .feature .fa-wrapper, |
|
|
|
.feature-popup-container .feature-fa-wrapper{ |
|
|
|
display: inline-block; |
|
|
|
margin: 20px; |
|
|
|
width: 60px; |
|
|
|
@ -537,8 +537,8 @@ |
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */ |
|
|
|
} |
|
|
|
|
|
|
|
#users_container .detail-features .features-grid .feature .icon-wrapper.active, |
|
|
|
.feature-popup-container .feature-icon-wrapper.active{ |
|
|
|
#users_container .detail-features .features-grid .feature .fa-wrapper.active, |
|
|
|
.feature-popup-container .feature-fa-wrapper.active{ |
|
|
|
background: #19d332; /* Old browsers */ |
|
|
|
background: -moz-radial-gradient(center, ellipse cover, hsl(128,79%,46%) 0%, hsl(132,46%,46%) 61%, hsl(0,0%,0%) 99%); /* FF3.6+ */ |
|
|
|
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,hsl(128,79%,46%)), color-stop(61%,hsl(132,46%,46%)), color-stop(99%,hsl(0,0%,0%))); /* Chrome,Safari4+ */ |
|
|
|
|