updat footer tablet 1024px H

1.9.x
Alex Aragon 12 years ago
parent 092b86f7d2
commit 4b0c822332
  1. 2
      main/css/chamilo/default.css
  2. 19
      main/css/responsive.css
  3. 18
      main/inc/lib/javascript/bxslider/bx_styles/bx_styles.css

@ -39,7 +39,7 @@ a:active {
border-right: 1px solid #0191C7;
color: white;
font-weight: normal;
font-size: 14px;
font-size: 13px;
}

@ -303,7 +303,7 @@ The more frequent ones have been marked with *
width: 97%;
}
#top_main_content .menu-column .block_user_info{
width: 390px;
width: 445px;
clear: both;
float: left;
@ -328,6 +328,7 @@ The more frequent ones have been marked with *
float: left;
background: none;
border:none;
box-shadow: none;
}
#top_main_content .menu-column #user_image_block img{
border: 3px solid #FFFFFF;
@ -341,6 +342,7 @@ The more frequent ones have been marked with *
margin-left: 10px;
background: none;
border:none;
box-shadow: none;
}
input.span2, textarea.span2, .uneditable-input.span2 {
@ -647,6 +649,21 @@ The more frequent ones have been marked with *
.section-social .span5 {
width: 350px;
}
}
@media (min-width: 980px) and (max-width: 1024px) {
.bx-next {
display: none;
visibility: hidden;
}
.bx-prev {
display: none;
visibility: hidden;
}
#container-slider {
padding-left: 0;
}
}
/* LARGE DESKTOP SCREENS */

@ -194,4 +194,22 @@
#container-slider {
padding-left: 0px;
}
}
@media (min-width: 980px) and (max-width: 1024px) {
#container-slider {
padding-left: 0;
}
#container-slider #slider li img {
max-height: 300px;
height: 100%;
width: 100%;
max-width: 695px;
}
.pagerslide h2 {
width: 85%;
}
.bx-pager {
width: 85%;
}
}
Loading…
Cancel
Save