1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-25 01:37:34 +02:00

Fixed UI behavior on window resize, fixed Attachment UI in card View

This commit is contained in:
Dario Chiappetta
2015-11-26 10:09:52 +01:00
parent 0abd559e81
commit db47e5b7fb
14 changed files with 120 additions and 53 deletions

View File

@@ -411,6 +411,11 @@ $cardViewBasePadding: 10px;
}
}
}
a {
text-decoration: underline;
cursor: pointer;
}
}
.attachmentList {
@@ -488,6 +493,7 @@ $cardViewBasePadding: 10px;
cursor:pointer;
font-size: 20pt;
color: #aaa;
margin-top:1px;
&.cancel, &.remove {
@include icon-font();
@@ -505,7 +511,7 @@ $cardViewBasePadding: 10px;
}
.progress {
width: 30px;
width: 50px;
text-align: center;
.radialProgressIndicator {
@@ -665,6 +671,7 @@ $cardViewBasePadding: 10px;
.tagLabel {
width: calc(100% - 30px);
width: 100%;
display: inline-block;
}