Small improvements

This commit is contained in:
RainLoop Team 2015-07-29 22:13:49 +04:00
parent 5123841540
commit c99a46a118
29 changed files with 459 additions and 26 deletions

View file

@ -10,5 +10,10 @@
.button-delete {
cursor: pointer;
}
.setRecipientsBtn {
margin-top: -2px;
margin-left: 5px;
}
}
}

View file

@ -17,8 +17,13 @@
}
.open-pgp-key-img {
font-size: 12px;
margin-right: 5px;
margin-right: 10px;
.svg-icon {
width: 12px;
height: 12px;
}
}
.open-pgp-key-id, .open-pgp-key-user {
@ -49,7 +54,11 @@
.delete-open-pgp-key, .view-open-pgp-key {
cursor: pointer;
opacity: 0.5;
opacity: 0.7;
&:hover {
opacity: 0.9;
}
}
}
}

View file

@ -67,6 +67,10 @@ select {
width: 223px;
}
.btn .svg-icon {
vertical-align: middle;
}
.btn-small.btn-small-small {
padding: 3px 9px;
font-size: 11px;

View file

@ -69,3 +69,22 @@
}
}
}
svg-icon {
display: none;
}
.svg-icon {
border: 0;
outline: 0;
height: 16px;
width: 16px;
display: inline-block;
fill: #333;
&.svg-icon-archive {
height: 14px;
width: 14px;
}
}