working nicely
This commit is contained in:
@ -24,18 +24,23 @@ div.note-names {
|
||||
position: fixed;
|
||||
bottom: 5px;
|
||||
left: 0;
|
||||
font-size: 11px;
|
||||
font-size: 14px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
div.note-names a {
|
||||
color: #666;
|
||||
padding: 0 5px;
|
||||
text-decoration: none;
|
||||
}
|
||||
div.note-names a {
|
||||
color: #666;
|
||||
padding-left: 10px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
div.note-names a:not(:last-of-type) {
|
||||
border-right: 1px solid #666;
|
||||
}
|
||||
div.note-names a.current {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
div .note-names a:not(:last-of-type) {
|
||||
border-right: 1px solid #666;
|
||||
}
|
||||
|
||||
textarea {
|
||||
width: 100%;
|
||||
@ -69,17 +74,17 @@ textarea {
|
||||
border-radius: 5px 5px 0 0;
|
||||
}
|
||||
|
||||
.toast.show {
|
||||
bottom: 0;
|
||||
}
|
||||
.toast.show {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.toast#saved-indicator {
|
||||
background-color: green;
|
||||
}
|
||||
.toast#saved-indicator {
|
||||
background-color: green;
|
||||
}
|
||||
|
||||
.toast#update-indicator {
|
||||
background-color: orangered;
|
||||
}
|
||||
.toast#update-indicator {
|
||||
background-color: orangered;
|
||||
}
|
||||
|
||||
form input[type=password] {
|
||||
display: block;
|
||||
|
Reference in New Issue
Block a user