new icon forum

1.9.x
Alex 12 years ago
parent e8f9394f04
commit 5a152a15e6
  1. 2
      home/home_menu.html
  2. 20
      main/css/chamilo/default.css
  3. BIN
      main/css/chamilo/images/icon-chamilo.png

@ -1 +1 @@
<li><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>

@ -257,17 +257,17 @@ a:active {
opacity: 0.8;
}
.messages-icon{
background:url(images/icon-chamilo.png) no-repeat 0 -30px;
background:url(images/icon-chamilo.png) no-repeat 0 -29px;
background-size: 24px auto;
padding-left: 30px;
}
.invitations-icon{
background:url(images/icon-chamilo.png) no-repeat 0 -64px;
background:url(images/icon-chamilo.png) no-repeat 0 -61px;
background-size: 24px auto;
padding-left: 30px;
}
.shared-profile-icon{
background:url(images/icon-chamilo.png) no-repeat 0 -98px;
background:url(images/icon-chamilo.png) no-repeat 0 -96px;
background-size: 24px auto;
padding-left: 30px;
}
@ -290,7 +290,7 @@ a:active {
}
.myfiles-icon {
background:url(images/icon-chamilo.png) no-repeat 0 -232px;
background:url(images/icon-chamilo.png) no-repeat 0 -229px;
background-size: 24px auto;
padding-left: 30px;
}
@ -644,6 +644,10 @@ button.arrowl, input.arrowl {
background: url("images/icon-chamilo.png") no-repeat 0 -618px;
padding-left: 40px;
}
.forum-btn{
background: url("images/icon-chamilo.png") no-repeat 0 -666px;
padding-left: 40px;
}
/*+++++++++++++++++++++++++++++++++
RESPONSIVE CSS
@ -692,8 +696,8 @@ RESPONSIVE CSS
@media (min-width: 801px){
.nav-list > li > a {
font-size: 13px;
padding-bottom: 6px;
padding-top: 6px;
padding-bottom: 8px;
padding-top: 8px;
}
/*CSS ICON BLOCK USER*/
@ -744,6 +748,10 @@ RESPONSIVE CSS
padding-left: 30px;
background-size: 25px auto;
}
.forum-btn {
background: url("images/icon-chamilo.png") no-repeat scroll 0 -552px / 25px auto rgba(0, 0, 0, 0);
padding-left: 30px;
}
}
@media (min-width: 321px) and (max-width: 480px){

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Loading…
Cancel
Save