--- a/mouchak/static/css/main.css +++ b/mouchak/static/css/main.css @@ -31,25 +31,20 @@ margin-right:0; } .navigation-style { - width: 960px; - // line-height: 30px; position: relative; font-family: Arial,Helvetica,sans-serif; font-size: 12px; -// float: left; margin-top: 25px; height: 41px; - background: none repeat scroll 0% 0% #011100; + background: none repeat scroll 0% 0% #000; } .navigation-style li { width:auto; color:red; - //color: rgb(255, 255, 255); font-size: 16px; line-height: 41px; padding: 0px 30px; text-decoration: none; - border-right: 1px solid rgb(119, 106, 162); display: inline-block; font-family: Helvetica,Arial,Verdana,sans-serif; } @@ -91,8 +86,8 @@ width: 400px } ul.dropdown-menu li { -// background:!important none repeat scroll 0% 0% rgb(255, 255, 255); -// border-bottom: 1px inset rgb(188, 181, 215); +/* background:!important none repeat scroll 0% 0% rgb(255, 255, 255);*/ +/* border-bottom: 1px inset rgb(188, 181, 215);*/ filter: none; font-size: 14px; display: block; @@ -119,6 +114,13 @@ color: white; text-decoration: none; } +.dropdown-menu > li > a:hover { + color:yellow; + background-color:#000; +} +.dropdown-menu > li > a:focus { + background-color:#c00000; +} /*testing hover */ body{margin-top:0px; @@ -129,9 +131,8 @@ .panel-body table tr td { padding-left: 15px } .panel-body .table {margin-bottom: 0px; } -.col-md-12 { - width:85%; -} + + .col-sm-3 col-md-3{ margin:0px 0px 0px -30px; } --- a/mouchak/static/css/normalize.css +++ b/mouchak/static/css/normalize.css @@ -306,7 +306,7 @@ menu, ol, ul { - padding: 0 0 0 40px; + /* padding: 0 0 0 40px;*/ } /**