updat footer tablet lenovo 600px

1.9.x
Alex Aragon 12 years ago
parent 3ab30b5932
commit 66ab5fa011
  1. 2
      main/css/chamilo/default.css
  2. 29
      main/css/responsive.css
  3. 3
      main/inc/lib/javascript/bxslider/bx_styles/bx_styles.css

@ -412,7 +412,7 @@ a:active {
* FOOTER STYLES *
*****************************************************/
footer {
height: 6em;
height: 10em;
background-color: #0191C7;
background-image: none;
background-repeat:repeat-x;

@ -409,7 +409,7 @@ The more frequent ones have been marked with *
/* Remove any padding from the body */
body {
padding-top: 0;
padding: 0;
}
#topbar_push {
@ -533,16 +533,23 @@ The more frequent ones have been marked with *
@media (max-width: 600px) {
#top_main_content .span3 {
clear: both;
width: 100%;
}
#top_main_content .menu-column #reservation_block, #top_main_content .menu-column #notice_block, #top_main_content .menu-column #help_block {
clear: both;
display: inline-block;
width: 94%;
}
#top_main_content .span3 {
clear: both;
width: 100%;
}
#top_main_content .menu-column #reservation_block, #top_main_content .menu-column #notice_block, #top_main_content .menu-column #help_block {
clear: both;
display: inline-block;
width: 94%;
}
footer {
padding-top: 2em;
padding-bottom: 2em;
}
#wrapper{
padding-left: 1em;
padding-right: 1em;
}
}
@media (min-width: 801px) and (max-width: 979px) {

@ -177,6 +177,9 @@
#container-slider {
padding-left: 0px;
}
.bx-pager {
width: 700px;
}
}
@media (min-width: 421px) and (max-width: 600px) {
#container-slider #slider li img {

Loading…
Cancel
Save