mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Column metadata, closes #942
This commit is contained in:
parent
b1fed48a95
commit
e837095ef3
8 changed files with 88 additions and 2 deletions
|
|
@ -784,9 +784,14 @@ svg.dropdown-menu-icon {
|
|||
font-size: 0.7em;
|
||||
color: #666;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding: 4px 8px 4px 8px;
|
||||
}
|
||||
.dropdown-menu .dropdown-column-description {
|
||||
margin: 0;
|
||||
color: #666;
|
||||
padding: 4px 8px 4px 8px;
|
||||
max-width: 20em;
|
||||
}
|
||||
.dropdown-menu li {
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
|
|
@ -836,6 +841,16 @@ svg.dropdown-menu-icon {
|
|||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
dl.column-descriptions dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
dl.column-descriptions dd {
|
||||
padding-left: 1.5em;
|
||||
white-space: pre-wrap;
|
||||
line-height: 1.1em;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.anim-scale-in {
|
||||
animation-name: scale-in;
|
||||
animation-duration: 0.15s;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue