mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-26 18:08:42 -05:00
Modify svg element margin & padding
This allows for more elements to be stuffed into the .module container.
This commit is contained in:
parent
3f9225a39f
commit
92b59d649a
2 changed files with 14 additions and 14 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue