Removed hardcoded padding in charts

Change-Id: Iba60257580b1ca5c5495bf71dae8ffe0978f106d
This commit is contained in:
Ilya Shakhat 2013-11-25 13:26:43 +04:00
parent 7f32b78be9
commit 04131367f0
2 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -244,7 +244,7 @@
<div id="company_container"> <div id="company_container">
<h2>Contribution by companies</h2> <h2>Contribution by companies</h2>
<div id="company_chart" style="width: 100%; height: 350px;"></div> <div id="company_chart" style="width: 100%; height: 350px; margin-bottom: 1em;"></div>
<table id="company_table" class="display"> <table id="company_table" class="display">
<thead> <thead>
@ -265,7 +265,7 @@
<div id="engineer_container"> <div id="engineer_container">
<h2>Contribution by engineers</h2> <h2>Contribution by engineers</h2>
<div id="engineer_chart" style="width: 100%; height: 350px;"></div> <div id="engineer_chart" style="width: 100%; height: 350px; margin-bottom: 1em;"></div>
<table id="engineer_table" class="display"> <table id="engineer_table" class="display">
<thead> <thead>
@ -311,7 +311,7 @@
<div id="module_container"> <div id="module_container">
<h2>Contribution by modules</h2> <h2>Contribution by modules</h2>
<div id="module_chart" style="width: 100%; height: 350px;"></div> <div id="module_chart" style="width: 100%; height: 350px; margin-bottom: 1em;"></div>
<table id="module_table" class="display"> <table id="module_table" class="display">
<thead> <thead>
@ -336,7 +336,7 @@
This metric shows how many times a blueprint was mentioned in emails and commit messages. This metric shows how many times a blueprint was mentioned in emails and commit messages.
</div> </div>
<div id="bp_chart" style="width: 100%; height: 350px;"></div> <div id="bp_chart" style="width: 100%; height: 350px; margin-bottom: 1em;"></div>
<table id="bp_table" class="display"> <table id="bp_table" class="display">
<thead> <thead>