1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 23:33:31 +00:00

added list buttons to vault and view site

This commit is contained in:
Kyle Spearrin
2016-09-11 00:14:07 -04:00
parent 8d4d2df8ad
commit b9c0c194ed
3 changed files with 26 additions and 5 deletions

View File

@@ -195,19 +195,21 @@
background-color: @list-item-hover;
}
&.condensed {
padding: 3px 10px;
}
.text {
display: block;
color: @text-color;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.detail {
font-size: @font-size-small;
color: @gray-light;
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
label, .item-label {
@@ -218,6 +220,21 @@
font-weight: normal;
}
.btn-list {
cursor: pointer;
float: right;
display: block;
padding: 10px 8px 10px 12px;
}
&.condensed {
padding: 3px 10px;
.btn-list {
padding: 8px 8px 8px 12px;
}
}
input:not([type="checkbox"]), select, textarea {
border: none;
width: 100%;