Modify svg element margin & padding

This allows for more elements to be stuffed into the .module container.
This commit is contained in:
Scott Schneider 2014-02-05 13:31:56 -08:00
parent 3f9225a39f
commit 92b59d649a
2 changed files with 14 additions and 14 deletions

View file

@ -69,8 +69,8 @@ d3.json( pool_url+'?history=1',
stats_vcloud_pool__svg[ pool ] = d3.select( '#stats-vcloud-pool' )
.append( 'svg' )
.style( 'margin', '15px 25px 0px 0px' )
.style( 'padding', '0px 0px 20px 0px' )
.style( 'margin', '15px 0px 0px 0px' )
.style( 'padding', '0px 10px 20px 10px' )
.attr( 'width', pool_width )
.attr( 'height', pool_height );