update css responsive tablet lenovo 600px

1.9.x
Alex Aragon 12 years ago committed by Yannick Warnier
parent a4f701db60
commit ff22e4cee9
  1. 23
      main/css/responsive.css
  2. 15
      main/inc/lib/javascript/bxslider/bx_styles/bx_styles.css

@ -284,6 +284,7 @@ The more frequent ones have been marked with *
}
}
@media (min-width: 481px) and (max-width: 800px) {
/* No topbar */
#topbar {
@ -344,10 +345,10 @@ The more frequent ones have been marked with *
#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: 98%;
width: 96%;
}
#top_main_content .menu-column .well{
padding: 5px;
padding: 15px;
}
.nav-list > li > a {
padding-bottom: 10px;
@ -361,7 +362,7 @@ The more frequent ones have been marked with *
display: none;
}
.pagerslide h2 {
width: 715px;
width: 707px;
}
#login_block #formLogin, #login_block #lang_form, #notice_block .homepage_notice {
color: #666666;
@ -505,7 +506,7 @@ The more frequent ones have been marked with *
}
#top_main_content .span3 {
clear: both;
width: 100%;
width: 97%;
}
/* Footer fixes */
@ -529,6 +530,20 @@ 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%;
}
}
@media (min-width: 801px) and (max-width: 979px) {
/* No topbar */
#topbar {

@ -159,6 +159,19 @@
@media (min-width: 481px) and (max-width: 800px) {
#container-slider #slider li img {
min-height: 266px;
width: 625px;
width: 725px;
}
}
@media (max-width: 600px) {
#container-slider #slider li img {
min-height: 237px;
width: 559px;
}
.bx-pager {
width: 600px;
}
#container-slider .pagerslide h2 {
display: none;
visibility: hidden;
}
}
Loading…
Cancel
Save