mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-06-20 01:34:43 +02:00
up style detail
This commit is contained in:
parent
6ac7a95020
commit
7c809b9629
3 changed files with 93 additions and 60 deletions
|
@ -56,6 +56,21 @@ p {
|
|||
border: solid 2px;
|
||||
}
|
||||
|
||||
|
||||
table {
|
||||
tr {
|
||||
td {
|
||||
border-bottom: #ccc 1px solid;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
tr:nth-of-type(odd) {
|
||||
background: #dedede;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.padded {
|
||||
padding: 1rem;
|
||||
}
|
||||
|
@ -575,8 +590,8 @@ header {
|
|||
|
||||
.info {
|
||||
|
||||
.i{
|
||||
border-radius:100%;
|
||||
.i {
|
||||
border-radius: 100%;
|
||||
background: #dedede;
|
||||
padding: 1ch;
|
||||
width: 5ch;
|
||||
|
@ -584,6 +599,7 @@ header {
|
|||
display: inline-block;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.tooltip {
|
||||
opacity: 0
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue