diff --git a/main/css/chamilo/default.css b/main/css/chamilo/default.css index ce8b68b90b..af66e06c9f 100644 --- a/main/css/chamilo/default.css +++ b/main/css/chamilo/default.css @@ -412,7 +412,7 @@ a:active { * FOOTER STYLES * *****************************************************/ footer { - height: 6em; + height: 10em; background-color: #0191C7; background-image: none; background-repeat:repeat-x; diff --git a/main/css/responsive.css b/main/css/responsive.css index fcaa654c69..96e966bf5f 100644 --- a/main/css/responsive.css +++ b/main/css/responsive.css @@ -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) { diff --git a/main/inc/lib/javascript/bxslider/bx_styles/bx_styles.css b/main/inc/lib/javascript/bxslider/bx_styles/bx_styles.css index 2660512dcb..5d2da98d8f 100755 --- a/main/inc/lib/javascript/bxslider/bx_styles/bx_styles.css +++ b/main/inc/lib/javascript/bxslider/bx_styles/bx_styles.css @@ -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 {