Small CSS fix for piggy banks [skip ci]

This commit is contained in:
James Cole 2015-04-19 17:43:04 +02:00
parent 91c6deeb1f
commit 412d6d4fd7

View File

@ -1,3 +1,8 @@
#daterange {cursor:pointer;}
.google-chart-error {height:30px;background:url('/images/error.png') no-repeat center center;}
.handle {cursor:move;}
.handle {cursor:move;}
.ui-sortable-placeholder {
display: inline-block;
height: 1px;
}