ElkArte Community

Elk Development => Bug Reports => Exterminated Bugs => Topic started by: Adrek on June 14, 2014, 03:46:36 am

Title: Graph Posting Activity By Time is missing colors
Post by: Adrek on June 14, 2014, 03:46:36 am
In action=profile;area=statistics there is Posting Activity By Time graph, but it is missing proper colors, so stats are not visible.
Title: Re: Graph Posting Activity By Time is missing colors
Post by: emanuele on June 14, 2014, 04:00:46 am
What browser are you using?
Title: Re: Graph Posting Activity By Time is missing colors
Post by: Adrek on June 14, 2014, 04:09:32 am
Latest stable Chrome, 35.0.1916.153m on Windows 7x64.
Title: Re: Graph Posting Activity By Time is missing colors
Post by: Spuds on June 14, 2014, 03:18:04 pm
Confirmed ... need to add the definitions to the besocial css
Code: [Select]
/* $PROFILE	*/
/* ------------------------------------------------------- */
/* Profile colors */
.activity_stats li span {
border: solid #555;
border-width: 1px 1px 1px 1px;
border-right: none;
border-left: none;
background: #eee;
}
.activity_stats li .bar {
border: 1px solid #ccc;
border-bottom: none;
background: #fff;
}
.activity_stats li .bar div {
background: #43a8da;
}

Title: Re: Graph Posting Activity By Time is missing colors
Post by: emanuele on June 14, 2014, 04:11:01 pm
https://github.com/emanuele45/Dialogo/commit/0917a64b3c30d105db6d5672a455e44b9222e833