- Setting dashboard view with jqplot plugin

This commit is contained in:
mespeche
2013-09-18 11:53:39 +02:00
parent 5a7794b0cc
commit c7a6fe060f
35 changed files with 523 additions and 2 deletions

View File

@@ -0,0 +1,27 @@
.jqplot-axis{
color: @gray-light;
font-family: @font-family-sans-serif;
font-size: @font-size-small;
}
.jqplot-yaxis{
margin-right: 10px;
}
.jqplot-xaxis{
margin-top: 10px;
}
.jqplot-highlighter-tooltip{
.tooltip-inner;
}
.jqplot-title{
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
color: @gray;
}
.jqplot-series-canvas{
.opacity(0.7);
}

View File

@@ -11,6 +11,7 @@
@import "wizard.less";
@import "bootstrap-editable.less";
@import "bootstrap-switch.less";
@import "jqplot.less";
// -- Base styling ------------------------------------------------------------
@@ -250,6 +251,11 @@
}
}
// -- Home --
.dashboard hr{
margin-bottom: 10px;
}
// -- Editable tweaks ---------------------------------------------------------
.editable-click, a.editable-click, a.editable-click:hover {