UKGovLD / ukl-registry-poc

Workspace for design of UKGovLD registry proof-of-concept
Apache License 2.0
17 stars 2 forks source link

CSS issues for navbar #81

Open 6a6d74 opened 11 years ago

6a6d74 commented 11 years ago

A number of CSS issues are identified:

1) in Internet explorer, navbar background does not extend fully to left-hand-side capture-1-internet-explorer-lhs-navbar-truncation

2) in all browsers, the fluid layout means that sometimes the "breadcrumb" becomes obscured by the navbar capture-3-navbar-obscures-breadcrumb-in-fluid-layout

These can all be fixed by inclusion of the following CSS snippet in /var/local/registry/ui/css/ui.css

.navbar, .navbar-fixed-top{
      background-color:#003480!important;
}
@media only screen and (max-width : 1280px){
      body {
            margin-top:80px!important;
      }
}