Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
#3 small screen adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
steffchep committed Feb 16, 2018
1 parent 838dfd8 commit 18d9022
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
20 changes: 18 additions & 2 deletions src/main/webapp/css/dukecon.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@ body {
overflow-y: scroll;
}

table, th, td {
table {
width: 100%;
border: 1px solid #ddd;
vertical-align: top;
padding: 5px;
background-color: #eee;
}
th, td {
border: 1px solid #ddd;
vertical-align: top;
padding: 5px;
}

#main td:last-child {
min-width: 11em;
Expand Down Expand Up @@ -296,6 +300,18 @@ button {
margin-bottom: 3.5em;
padding: 0.5em;
}
td {
font-size: 95%;
}
td:first-child, th:first-child {
max-width: 150px;
word-wrap:break-word;
}
td:first-child div div {
max-width: 110px;
overflow-wrap:break-word;
word-wrap:break-word;
}
footer {
height: 2.5em;
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h2 class="dark">
</div>
<div class="talk">
<div class="label">Seats:</div>
<div>{{talk.occupiedSeats}} / {{ talk.availableSeats }}</div>
<div>{{talk.occupiedSeats}} / {{ talk.availableSeats }} occupied</div>
</div>
</td>
<td>
Expand Down

0 comments on commit 18d9022

Please sign in to comment.