add icon myFiles user_portal

1.9.x
Alex 12 years ago committed by Yannick Warnier
parent dbf81bc544
commit 610cf78719
  1. 9
      main/css/chamilo/default.css

@ -1050,6 +1050,10 @@ END INSTALL CHAMILO
background: url("images/icon-chamilo.png") no-repeat 0 -618px;
padding-left: 40px;
}
.myfiles-social{
background: url("images/icon-chamilo.png") no-repeat 0 -287px;
padding-left: 40px;
}
/*+++++++++++++++++++++++++++++++++
@ -1180,6 +1184,11 @@ RESPONSIVE CSS
padding-left: 30px;
background-size: 25px auto;
}
.myfiles-social{
background: url("images/icon-chamilo.png") no-repeat 0 -240px;
padding-left: 30px;
background-size: 25px auto;
}
}
@media (min-width: 321px) and (max-width: 480px){
footer {

Loading…
Cancel
Save