Skip to content

Commit

Permalink
changed chart layout
Browse files Browse the repository at this point in the history
  • Loading branch information
temi committed Aug 6, 2019
1 parent 170a7ea commit 01f58a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion grails-app/assets/stylesheets/atlas.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ html, body {height:100%;}
#charts { margin-top:30px; padding-top:20px; }
.chart { width:50%; margin-bottom: 20px; float:left; padding-right: 10px; }
.chart-legend { font-size:12px; }
#data_resource_uid-chart { width:100%; }
.data_resource_uid-chart, .collection_uid-chart { width:100%; }


/* Hide wikipedia links */
.mw-editsection { display:none; }
Expand Down
2 changes: 1 addition & 1 deletion grails-app/views/species/show.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
<g:render template="facebookTags"/>

<asset:javascript src="show.js"/>
<asset:stylesheet src="show.css"/>
<asset:javascript src="charts.js"/>
<asset:stylesheet src="charts.css"/>
<asset:stylesheet src="show.css"/>
<asset:javascript src="ala/images-client.js"/>
<asset:stylesheet src="ala/images-client.css"/>
<asset:javascript src="ala/images-client-gallery.js"/>
Expand Down

0 comments on commit 01f58a5

Please sign in to comment.