ekg/assets/monitor.css

57 lines
571 B
CSS
Raw Permalink Normal View History

2011-12-16 13:18:13 +00:00
/**
* Blueprint/flot compatibility
*
* Resets some styles back to the browser default.
*/
.plot table {
width: auto;
border-spacing: 2px;
}
.plot th,
.plot td,
.plot caption {
padding: 0;
}
/**
* Body margin
2011-12-16 13:18:13 +00:00
*/
body {
padding-top: 60px;
}
2011-12-16 13:18:13 +00:00
/**
* Plots
*/
.plot {
width: 600px;
height: 300px;
margin-bottom: 1.5em;
}
2011-12-31 02:03:51 +00:00
.close-button {
float: right;
2011-12-31 03:05:07 +00:00
cursor: pointer;
2011-12-31 02:03:51 +00:00
}
2011-12-16 13:18:13 +00:00
/**
* Table
*/
.value {
text-align: right;
}
2011-12-31 03:05:07 +00:00
.string {
text-align: left;
}
2011-12-31 03:05:07 +00:00
.graph-button {
cursor: pointer;
vertical-align: middle;
}