From 9231d900ff0f2d1c428e074177ca0a309d5ec713 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 31 Jul 2012 11:12:24 +0200 Subject: [PATCH] More minor fixes --- main/css/responsive.css | 49 +++++++++++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 16 deletions(-) diff --git a/main/css/responsive.css b/main/css/responsive.css index 0c1d29d69b..3570c49b9d 100644 --- a/main/css/responsive.css +++ b/main/css/responsive.css @@ -63,6 +63,19 @@ display:none; } + /* Footer fixes */ + + footer { + border-top: 1px solid #CCCCCC; + background-color: #fff; + background-image: none; + color: #666; + } + + footer #footer_left a, footer #footer_center a, footer #footer_right a { + color : #999; + } + #footer_left , #footer_right #admin_name, #footer_right #software_name { text-align: center !important; } @@ -88,7 +101,7 @@ display:none; } - /* Show 2 icons instead of one */ + /* Course- home - Show 2 icons instead of one */ #course_tools .row .span4 { float: left; height: 150px; @@ -99,16 +112,7 @@ font-size: 14px; } - footer { - border-top: 1px solid #CCCCCC; - background-color: #fff; - background-image: none; - color: #666; - } - - footer #footer_left a, footer #footer_center a, footer #footer_right a { - color : #999; - } + .subbav .nav > li > a:hover, .subbav .dropdown-menu a:hover { @@ -222,12 +226,25 @@ } - /* Unfloat the back to top link in footer */ - .footer .pull-right { - float: none; + /* Footer fixes */ + + footer { + border-top: 1px solid #CCCCCC; + background-color: #fff; + background-image: none; + color: #666; } - .footer p { - margin-bottom: 9px; + + footer #footer_left a, footer #footer_center a, footer #footer_right a { + color : #999; + } + + #footer_left , #footer_right #admin_name, #footer_right #software_name { + text-align: center !important; + } + + footer .container .row { + padding-top: 15px; } }