1
0
mirror of http://git.whoc.org.uk/git/password-manager.git synced 2025-10-29 18:37:35 +01:00

Further improvements in tag handling and rendering

This commit is contained in:
Giulio Cesare Solaroli
2014-07-30 18:34:12 +02:00
parent 9d4c8087f6
commit 201a707f36
7 changed files with 41 additions and 12 deletions

View File

@@ -43,11 +43,6 @@
span.tagCount {
// @include flex(none);
background-color: gray;
font-size: 10pt;
margin-left: 10px;
padding: 0px 4px;
@include border-radius(4px);
}
}
}

View File

@@ -99,6 +99,10 @@ $cardViewBasePadding: 10px;
.view {
&.archived {
background-color: pink;
}
.cardDetailToolbar {
ul {

View File

@@ -46,6 +46,17 @@
&:before {
content: "tag";
}
span.tagLabel {
}
span.tagCount {
background-color: gray;
font-size: 10pt;
margin-left: 10px;
padding: 0px 4px;
@include border-radius(4px);
}
}
}
@@ -68,5 +79,14 @@
}
.showArchivedCards {
font-size: 12pt;
span.count {
background-color: gray;
font-size: 10pt;
margin-left: 10px;
padding: 0px 4px;
@include border-radius(4px);
}
}
}