Skip to content

Commit

Permalink
changed styling, 20 records
Browse files Browse the repository at this point in the history
  • Loading branch information
pratibha99 committed Nov 28, 2018
1 parent dc13a42 commit 6876551
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions supremecourtapp/static/css/indexstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ p{
flex-direction: column;
padding:10px;
align-items: center;
min-width: 400px;
min-width: 800px;

}

Expand Down Expand Up @@ -120,6 +120,7 @@ table{
margin-bottom: 15px;
margin-right: 20px;
margin-left: 20px;

}
table td, table th{

Expand All @@ -132,7 +133,9 @@ table th {
background-color: #7D7D7D;
color: white;
}

table td {
font-size: 10;
}
.dropdown{

width: 250px;
Expand Down
6 changes: 3 additions & 3 deletions supremecourtapp/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,16 @@ <h2> United States Supreme Court Transcripts </h2>
<col width="10%" />
<col width="5%" />
<col width="5%" />
<col width="10%" />
<col width="5%" />
<col width="10%" />
<col width="5%" />
<col width="15%" />
<col width="2%" />
<tr>
<th>CASE</th>
<th>DATE</th>
<th>KEYWORDS</th>
<th>ACTS/BILLS</th>
<th>PERSON</th>
<th>SPEAKER</th>
<th>TEXT</th>
<th>SENTIMENT SCORE</th>

Expand Down

0 comments on commit 6876551

Please sign in to comment.