- Setting dashboard view with jqplot plugin
This commit is contained in:
27
templates/admin/default/assets/less/thelia/jqplot.less
Normal file
27
templates/admin/default/assets/less/thelia/jqplot.less
Normal 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);
|
||||
}
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user