mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Better styling and a header
This commit is contained in:
@@ -2866,7 +2866,7 @@ nav ul li:hover, nav ul li.active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#addToListInput {
|
#addToListInput {
|
||||||
top: -105px;
|
top: -125px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
z-index: 999999;
|
z-index: 999999;
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
@@ -2874,8 +2874,14 @@ nav ul li:hover, nav ul li.active {
|
|||||||
|
|
||||||
#addToListInput .input-field {
|
#addToListInput .input-field {
|
||||||
margin-right: 25px;
|
margin-right: 25px;
|
||||||
margin-top: 0px;
|
margin-bottom: 15px !important;
|
||||||
margin-bottom: 0px;
|
margin-top: 10px;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
#addToListInput span {
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
#addToListInput .input-field input {
|
#addToListInput .input-field input {
|
||||||
@@ -3698,7 +3704,8 @@ nav ul li:hover, nav ul li.active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#addToListInput {
|
#addToListInput {
|
||||||
top: -60px;
|
top: -85px;
|
||||||
|
right: 35px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#addToOtherList {
|
#addToOtherList {
|
||||||
|
|||||||
@@ -73,6 +73,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="addToListInput" class="hide">
|
<div id="addToListInput" class="hide">
|
||||||
<div class="input-field field-settings">
|
<div class="input-field field-settings">
|
||||||
|
<span>Add to other list</span>
|
||||||
<form action="#" id="addToOtherListForm" onsubmit="return false;">
|
<form action="#" id="addToOtherListForm" onsubmit="return false;">
|
||||||
<input placeholder="List-name" id="other-list-name-add" type="text" autocomplete="off">
|
<input placeholder="List-name" id="other-list-name-add" type="text" autocomplete="off">
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user