Skip to content

Commit

Permalink
Improve list view
Browse files Browse the repository at this point in the history
  • Loading branch information
svenseeberg committed Mar 18, 2024
1 parent 9fe653f commit 287b203
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions opendrift_leeway_webgui/leeway/static/css/style.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/* Form table */
table {
border-spacing: 0 20px;
border-spacing: 5 10px;
}
th {
text-align: left;
text-align: center;
}
td {
padding-left: 20px;
text-align: center;
}
.errorlist {
font-weight: bold;
Expand Down

0 comments on commit 287b203

Please sign in to comment.