mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Logout link in nav, refs #875
This commit is contained in:
parent
51427323e6
commit
2115d7e345
7 changed files with 73 additions and 2 deletions
|
|
@ -100,6 +100,14 @@ table a:visited {
|
|||
.hd .crumbs {
|
||||
float: left;
|
||||
}
|
||||
.hd .logout {
|
||||
float: right;
|
||||
text-align: right;
|
||||
padding-left: 1em;
|
||||
}
|
||||
.hd .logout form {
|
||||
display: inline;
|
||||
}
|
||||
.ft {
|
||||
margin: 1em 0;
|
||||
padding: 0.5em 1em 0 1em;
|
||||
|
|
@ -367,3 +375,13 @@ p.zero-results {
|
|||
border: 1px solid red;
|
||||
background-color: pink;
|
||||
}
|
||||
|
||||
button.button-as-link {
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0;
|
||||
color: blue;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
font-size: 1em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue