1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-29 10:27:35 +01: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

@@ -54,6 +54,7 @@ $tagEditor_lineHeight: 27px;
margin-right: 10px;
padding-left: 1px;
padding-right: 30px;
line-height: $tagEditor_lineHeight;
/* boxed style test */
@@ -80,10 +81,14 @@ $tagEditor_lineHeight: 27px;
@include userSelectNone();
cursor: pointer;
line-height: 22px;
/*line-height: 22px;*/
color: #ccc;
/*color:white;*/
position: absolute;
margin-left: 5px;
line-height: 31px;
&:hover {
color: rgb(155, 0, 0);
};