Skip to content

Commit

Permalink
Styling fixes #2880
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Aug 26, 2024
1 parent 2b816a0 commit 9ced452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grails-app/assets/stylesheets/organisation.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*
*= require slider-pro/css/slider-pro.css
*= require projects-by-program
*= require jquery-ui/themes/base/all.css
*= require associated-orgs.css
*= require_self
*= require jquery-ui/1.13.2/jquery-ui
*/

#projectList th {
Expand Down Expand Up @@ -100,6 +100,6 @@ input.dateControl {
max-width: 300px !important;
}
/** So autocomplete dropdown appears when used in a modal */
.ui-autocomplete {
ul.ui-autocomplete {
z-index:10000;
}

0 comments on commit 9ced452

Please sign in to comment.