SankeySheets/scripts/Home.css.html
2015-06-24 13:30:11 +01:00

85 lines
879 B
HTML

<style>
.spinner {
position:absolute;
top:50%;
left:50%;
width:28;
height:28;
z-index:1000;
margin-left: -14px;
margin-top: -14px;
display:none;
}
.width-100 {
width:100%;
}
.title {
font-weight:bold;
padding-bottom:2px;
display: table;
}
.sep {
display:block;
width:100%;
height:1px;
background:gray;
margin-top:2px;
margin-bottom:0;
}
.section {
display: block;
margin-top:2px;
}
.middle {
vertical-align:middle;
}
.property {
font-weight:bold;
}
.property-text {
margin:8px;
}
.imghover {
cursor: pointer;
cursor: hand;
}
.notice {
padding: 10px 10px 25px 10px;
border: 2px solid black;
}
.hidden {
display:none;
}
.chart {
height:190px;
}
.chart-picker-preview {
}
.centralize {
width:92%;
display: table;
margin: 0 auto;
}
.ghost {
display:none;
}
</style>