To fix the user-selector dropdown issue (where it shows up behind 
jumbotron/well) I had to add the following to front.scss (z-index was the 
culprit):

.navbar{
  z-index: 1041 !important;
}

The alignment issue of the user changer and search button were fixed with 
the following additions:

.dev-user-changer{
  margin-top: 4px !important;
}

.form-group {
  margin-bottom: 0px !important;
}

Other than that I just had to add some pretty simple CSS fixes for some of 
the other weirdness on upgrading my app to BS3.

One remaining issue is responsiveness: When the window width drops and the 
navbar condenses and has to be expanded with the three line "pancake" 
button, the "pancake" button does not function. Clicking does not expand as 
expected.

Nathan

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to