firefly-iii/public/css/firefly.css

19 lines
479 B
CSS
Raw Normal View History

2015-03-04 02:42:47 -06:00
#daterange {cursor:pointer;}
.general-chart-error {height:30px;background:url('/images/error.png') no-repeat center center;}
.handle {cursor:move;}
.ui-sortable-placeholder {
display: inline-block;
height: 1px;
}
#map-canvas {
height: 100%;
2015-06-20 02:54:01 -05:00
margin: 0;
padding: 0;
2015-06-28 06:07:23 -05:00
}
/* fix login box */
.login-box {width:600px;}
.login-logo {width:360px;margin-left:110px;}
2015-07-25 11:40:45 -05:00
.login-box-body {width:360px;margin-left:110px;}
.register-box-body {width:360px;margin-left:110px;}