Ref. Waiting for Copayers

This commit is contained in:
Gustavo Maximiliano Cortez 2016-01-28 16:49:31 -03:00
commit 8d15356988
6 changed files with 69 additions and 68 deletions

View file

@ -1121,6 +1121,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
word-wrap: break-word;
text-align: center;
font-size: 14px;
margin: 10px;
}
.collapse {
@ -1431,12 +1432,13 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
/*/////////////////// SPINNER ////////////////////*/
#history .spinner, #receive .spinner {
#history .spinner, #receive .spinner, .copayers .spinner {
height: 46px;
}
#history .spinner > div,
#receive .spinner > div
#receive .spinner > div,
.copayers .spinner > div
{
background-color: #7A8C9E;
}