Skip to content

Commit

Permalink
Merge pull request #98 from RhoInc/v3.2.4-dev
Browse files Browse the repository at this point in the history
V3.2.4 dev
  • Loading branch information
jwildfire authored Nov 6, 2017
2 parents 7ed3594 + f52e162 commit 7aa6128
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions css/aeTable.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@
float: left;
}

/*Rate Filter*/
/*Rate Filter*/
div.aeTable span.sectionHead {
font-weight: bold;
padding-right: 10px;
}

div.aeTable .controls .rate-filter .rateFilterDiv > * {
font-size: 75%;
font-size: small;
float: left;
padding: 3px;
display: table-cell;
Expand Down Expand Up @@ -171,7 +171,7 @@

/*Search*/
div.aeTable span.search-label {
padding-left:5px;
padding-left:5px;
margin-right:5px;
}

Expand Down Expand Up @@ -246,17 +246,17 @@
div.aeTable .SummaryTable th.diffplot.axis {
padding-bottom: 0px;
vertical-align:bottom;
}
}

div.aeTable .SummaryTable th.prevHeader svg text,
div.aeTable .SummaryTable th.diffplot.axis svg text {
font-size: 10px;
}
}

div.aeTable .SummaryTable tfoot,
div.aeTable .SummaryTable tfoot,
div.aeTable .SummaryTable thead {
border-top:1px #555 solid;
border-bottom:1px #555 solid;
border-bottom:1px #555 solid;
}

div.aeTable .SummaryTable i {
Expand All @@ -266,19 +266,19 @@
}

/* Handle visibility in various scenarios */
div.aeTable .SummaryTable tr.filter,
div.aeTable .SummaryTable tr.filter,
div.aeTable .SummaryTable table tbody.minorHidden tr.minor,
div.aeTable .SummaryTable tr.inactive,
div.aeTable .SummaryTable table.summary {
display:none;
display:none;
}

div.aeTable .hidden,
div.aeTable .controls .hidden,
div.aeTable .controls .filterDiv.custom-filters.hidden {
display: none;
}

/*using set widths to avoid funky behavior on mouseover - could maybe make the width interactive based on the data? */
div.aeTable .SummaryTable tr td.values {
min-width:100px;
Expand Down
2 changes: 1 addition & 1 deletion css/aeTable.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aeexplorer",
"version": "3.2.3",
"version": "3.2.4",
"description": "An interactive tool that allows users to dynamically query adverse event data in real time.",
"keywords": [
"adverse",
Expand Down

0 comments on commit 7aa6128

Please sign in to comment.