add icon myFiles user_portal

1.9.x
Alex 12 years ago
parent da076da15c
commit b31f5e83c3
  1. 18
      home/home_menu.html
  2. 9
      main/css/chamilo/default.css
  3. 2
      main/lang/english/trad4all.inc.php

@ -1,19 +1 @@
<<<<<<< HEAD
<li class="hide_menu"><a href="http://www.adobe.es" target="_blank"><span>Videotutorial Estudiante</span></a></li>
<li class="hide_menu"><a href="http://www.adobe.es" target="_blank"><span>Descargar Adobe Reader</span></a></li>
<li class="hide_menu"><a href="http://www.firefox.com" target="_blank"><span>Descargar Mozilla Firefox</span></a></li>
<li class="forum-btn"><a href="http://www.chamilo.org/forum" target="_self">Forum</a></li> <li class="forum-btn"><a href="http://www.chamilo.org/forum" target="_self">Forum</a></li>
=======
<li class="forum-btn"><a href="http://www.chamilo.org/forum" target="_self">Forum</a></li>
>>>>>>> c7c322525146149055b862cd65e8f92176d6505f

@ -1050,6 +1050,10 @@ END INSTALL CHAMILO
background: url("images/icon-chamilo.png") no-repeat 0 -618px; background: url("images/icon-chamilo.png") no-repeat 0 -618px;
padding-left: 40px; 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; padding-left: 30px;
background-size: 25px auto; 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){ @media (min-width: 321px) and (max-width: 480px){
footer { footer {

@ -826,7 +826,7 @@ $Menu = "Menu";
$BackToUserList = "Back to user list"; $BackToUserList = "Back to user list";
$GraphicNotAvailable = "Graphic not available"; $GraphicNotAvailable = "Graphic not available";
$BackTo = "Back to"; $BackTo = "Back to";
$HistoryTrainingSessions = "Courses sessions history"; $HistoryTrainingSessions = "Courses history";
$ConversionFailled = "Conversion failled"; $ConversionFailled = "Conversion failled";
$AlreadyExists = "Already exists"; $AlreadyExists = "Already exists";
$TheNewWordHasBeenAdded = "The new word has been added"; $TheNewWordHasBeenAdded = "The new word has been added";

Loading…
Cancel
Save