Skip to content

Commit

Permalink
Corrected filter display corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath committed Aug 30, 2013
1 parent f37108b commit b194348
Show file tree
Hide file tree
Showing 5 changed files with 274 additions and 191 deletions.
4 changes: 0 additions & 4 deletions djam/sass/_overrides.scss
Expand Up @@ -22,10 +22,6 @@ body {
font-weight: bold;
}

.navbar .form-control{
width: 200px;
}

.input-group.date, .input-group.bootstrap-timepicker{
width: 200px;
}
Expand Down
10 changes: 0 additions & 10 deletions djam/sass/overrides/_dropdowns.sass

This file was deleted.

10 changes: 10 additions & 0 deletions djam/sass/overrides/_dropdowns.scss
@@ -0,0 +1,10 @@
// Some cleanup to bootstrap dropdowns to allow for forms/labels inside a dropdown.

.dropdown-menu .form-control {
margin: 3px 20px;
clear: both;
line-height: 20px;
color: #333333;
white-space: nowrap;
width: auto;
}

0 comments on commit b194348

Please sign in to comment.