Skip to content

Commit

Permalink
improve styling
Browse files Browse the repository at this point in the history
  • Loading branch information
enaut committed Sep 11, 2024
1 parent 29dd48e commit 77e1b06
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
25 changes: 25 additions & 0 deletions pslink/static/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,32 @@ td {
text-align: center;
border: 1px solid #ccc;
padding: 10px;
word-break: break-all;
}

svg.statistics_graph {
width: 120px;
height: 50px;
}

.stats_total {
display: block;
font-size: 0.7em;
background-color: rgba(255, 255, 255, 0.75);
padding: 3px;
border-radius: 14px;
bottom: 0;
margin-top: -83px;
}

td.table_qr svg {
max-height: 40px;
}

.cursor-pointer {
cursor: pointer;
}

table tr:nth-child(even) {
background-color: #eee;
}
Expand All @@ -84,6 +104,11 @@ table tr:nth-child(odd).admin {
background-color: rgb(255, 204, 169);
}

table tr:hover {
/* Add a shadow around the row*/
box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, 0.1);
}

table tr.filters input {
background-image: url("/static/search.svg");
background-repeat: no-repeat;
Expand Down
3 changes: 3 additions & 0 deletions pslink/static/reload.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 77e1b06

Please sign in to comment.