mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
1a861be19e
commit
18a64fbb29
12 changed files with 193 additions and 13 deletions
|
|
@ -261,13 +261,13 @@ footer p {
|
|||
header .crumbs {
|
||||
float: left;
|
||||
}
|
||||
header .logout {
|
||||
header .actor {
|
||||
float: right;
|
||||
text-align: right;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
header .logout form {
|
||||
display: inline;
|
||||
padding-right: 1rem;
|
||||
position: relative;
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
footer a:link,
|
||||
|
|
@ -312,6 +312,29 @@ footer {
|
|||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
/* Navigation menu */
|
||||
details.nav-menu > summary {
|
||||
list-style: none;
|
||||
display: inline;
|
||||
float: right;
|
||||
position: relative;
|
||||
}
|
||||
details.nav-menu > summary::-webkit-details-marker {
|
||||
display: none;
|
||||
}
|
||||
details .nav-menu-inner {
|
||||
position: absolute;
|
||||
top: 2rem;
|
||||
right: 10px;
|
||||
width: 180px;
|
||||
background-color: #276890;
|
||||
padding: 1rem;
|
||||
z-index: 1000;
|
||||
}
|
||||
.nav-menu-inner a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
/* Components ============================================================== */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue