Changeset - 4daff1d77dd4
[Not reviewed]
default
0 1 0
Mads Kiilerich - 8 years ago 2017-08-23 03:26:58
mads@kiilerich.com
statistics: make statistics view work again

88ce09daea37 removed sizing of the graph, causing Flot javascript to fail
without showing anything.
1 file changed with 11 insertions and 0 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -2203,24 +2203,35 @@ nav.navbar ul#logged-user,
 
    margin: 0;
 
    padding: 0;
 
}
 

	
 
nav.navbar #home,
 
#content div.panel ul.left,
 
#content div.panel ol.left,
 
div#commit_history,
 
div#legend_data, div#legend_container, div#legend_choices {
 
    float: left;
 
}
 

	
 
div#commit_history {
 
    width: 450px;
 
    height: 300px
 
}
 

	
 
div#overview {
 
    clear: both;
 
    width: 450px;
 
    height: 100px;
 
}
 

	
 
#content #left #menu ul.closed,
 
#content #left #menu li ul.collapsed,
 
.yui-tt-shadow {
 
    display: none;
 
}
 

	
 
#content #left #menu ul.opened,
 
#content #left #menu li ul.expanded {
 
    display: block !important;
 
}
 

	
 
.navbar-caret {
0 comments (0 inline, 0 general)