From 9b04b9fe0fd0933652f44298a232a10248570ff2 Mon Sep 17 00:00:00 2001 From: Mohammad Shoaib Date: Tue, 16 Sep 2014 12:41:22 +0000 Subject: [PATCH] updated: some footer changes --- upload/styles/cbv2.7/theme/css/main.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/upload/styles/cbv2.7/theme/css/main.css b/upload/styles/cbv2.7/theme/css/main.css index e830af47..d7c23344 100644 --- a/upload/styles/cbv2.7/theme/css/main.css +++ b/upload/styles/cbv2.7/theme/css/main.css @@ -462,6 +462,7 @@ body { /**/ @media (min-width: 768px) { + .navbar-container .main-nav { margin-left: 25px; } @@ -2920,5 +2921,11 @@ font-size: 14px; } -/*fb*/ -.pas{ padding:12px;} +.footer_pad{ padding-bottom:15px;} +.lang_wrapper { float:left; margin-left: 13px; margin-top: -5px; } +.lang_ul { top:auto; bottom: 100%; width: 125px; min-width: 125px !important; } +.lang_ul li { float: none; } + +@media (max-width: 767px) { + footer .nav.pull-right { float:none !important; } +} \ No newline at end of file