Merge pull request #172 from whiteout-io/dev/WO-714

bigger spinner and vcenter fix in read view
This commit is contained in:
Tankred Hase 2014-11-12 20:30:08 +01:00
commit d4984aafa7
2 changed files with 1 additions and 3 deletions

View File

@ -19,9 +19,6 @@ var ContactsCtrl = function($scope) {
}
};
// set default value so that the popover height is correct on init
$scope.fingerprint = 'XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX';
//
// scope functions
//

View File

@ -117,6 +117,7 @@
padding: 0 $padding-horizontal;
}
&__working {
position: relative;
flex-grow: 1;
padding: 0 $padding-horizontal;
& > div {