mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-10-29 18:37:35 +01:00
Implemented field manual ordering through drag&drop
This commit is contained in:
@@ -34,3 +34,5 @@ body:after {
|
||||
//@import "sizes/wide";
|
||||
//@import "sizes/extra-wide";
|
||||
//@import "sizes/extra-short";
|
||||
|
||||
|
||||
|
||||
@@ -432,6 +432,9 @@ div.dialogBox {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
.mask {
|
||||
z-index: 12;
|
||||
}
|
||||
div.dialog {
|
||||
@include flex(none);
|
||||
z-index: 99999;
|
||||
|
||||
@@ -249,10 +249,22 @@ $cardViewBasePadding: 10px;
|
||||
padding: $cardViewBasePadding;
|
||||
}
|
||||
|
||||
.dropArea {
|
||||
border: 3px dashed red;
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.cardField {
|
||||
@include flexbox;
|
||||
@include flex-direction(row);
|
||||
|
||||
background-color: lightgreen;
|
||||
|
||||
&.dragged {
|
||||
// border: 4px dotted red;
|
||||
display: none;
|
||||
}
|
||||
.fieldValues {
|
||||
@include flex(1);
|
||||
padding: $cardViewBasePadding;
|
||||
|
||||
Reference in New Issue
Block a user