Better styling and a header

This commit is contained in:
Kasper Rynning-Tønnesen
2019-01-21 17:30:54 +01:00
parent ab6f1648e6
commit 57b1f3b818
2 changed files with 12 additions and 4 deletions

View File

@@ -2866,7 +2866,7 @@ nav ul li:hover, nav ul li.active {
}
#addToListInput {
top: -105px;
top: -125px;
right: 10px;
z-index: 999999;
pointer-events: all;
@@ -2874,8 +2874,14 @@ nav ul li:hover, nav ul li.active {
#addToListInput .input-field {
margin-right: 25px;
margin-top: 0px;
margin-bottom: 0px;
margin-bottom: 15px !important;
margin-top: 10px;
display: flex;
flex-direction: column;
}
#addToListInput span {
color: white;
}
#addToListInput .input-field input {
@@ -3698,7 +3704,8 @@ nav ul li:hover, nav ul li.active {
}
#addToListInput {
top: -60px;
top: -85px;
right: 35px;
}
#addToOtherList {

View File

@@ -73,6 +73,7 @@
</div>
<div id="addToListInput" class="hide">
<div class="input-field field-settings">
<span>Add to other list</span>
<form action="#" id="addToOtherListForm" onsubmit="return false;">
<input placeholder="List-name" id="other-list-name-add" type="text" autocomplete="off">
</form>