From ed59f2ee4b0ac6ef3728f35b07fe0c86c907a8db Mon Sep 17 00:00:00 2001 From: Bhanu Date: Wed, 12 Feb 2014 20:48:59 +0530 Subject: [PATCH] Footer style changes --- mouchak/static/css/main.css | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/mouchak/static/css/main.css b/mouchak/static/css/main.css index 6896a90..f89b6ab 100644 --- a/mouchak/static/css/main.css +++ b/mouchak/static/css/main.css @@ -260,6 +260,8 @@ border-radius: 0px; margin-left: 16px; margin-right: 16px; padding: 20px 0px; + width: auto; + } .dropdown-menu-large > li > ul { padding: 0; @@ -274,14 +276,19 @@ border-radius: 0px; clear: both; font-weight: normal; line-height: 1.428571429; - color: #333333; + color: white; white-space: normal; } -.dropdown-menu-large > li ul > li > a:hover, + + +.dropdown-menu-large > li ul > li > a:hover { +text-decoration: none; +background-color: #C00000; +} .dropdown-menu-large > li ul > li > a:focus { text-decoration: none; color: #262626; - /* background-color: #f5f5f5;*/ + */background-color: #f5f5f5;*/ /head} .dropdown-menu-large .disabled > a, .dropdown-menu-large .disabled > a:hover, @@ -411,12 +418,14 @@ border-radius: 0px; } .dropdown-menu-large > li ul > li > a{ - line-height:5px; + line-height:1; color:white; + padding-left: 0px; + padding-right: 5px; } .dropdown-menu-large > li ul > li > a:hover{ - color:red; + color:white; } /* -- 1.7.10.4