Skip to content

Commit

Permalink
Changing WebApollo CSS load ordering to force jquery-ui CSS to load b…
Browse files Browse the repository at this point in the history
…efore WebApollo CSS, because WebApollo needs to change .ui-resizable style position to "absolute", or else get can get subfeatures positioned weirdly.
  • Loading branch information
gregg committed Nov 16, 2012
1 parent 5a62572 commit 8765b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/WebApollo/css/main.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@import url("../jslib/jqueryui/themes/base/jquery.ui.all.css");
@import url("genome.css");
@import url("webapollo_track_styles.css");
@import url("add_sequence_alteration.css");
@import url("edit_dbxrefs.css");
@import url("edit_comments.css");
@import url("get_sequence.css");
@import url("search_sequence.css");
@import url("../jslib/jqueryui/themes/base/jquery.ui.all.css");

0 comments on commit 8765b9f

Please sign in to comment.