diff options
-rw-r--r-- | lib.php | 8 | ||||
-rw-r--r-- | style.css | 3 |
2 files changed, 5 insertions, 6 deletions
@@ -417,7 +417,7 @@ function draw_status_chart() { var options = { 'title':'Packages status', - 'width':600, + 'width':500, 'height':200, 'colors': ['white', 'yellow', 'blue', 'green', 'orange', 'red'], 'backgroundColor': '#f8f8f8' @@ -447,7 +447,7 @@ function draw_packagers_chart() { var options = { 'title':'Packagers', - 'width':600, + 'width':500, 'height':200, 'backgroundColor': '#f8f8f8', 'sliceVisibilityThreshold': 2/90 @@ -502,7 +502,7 @@ function draw_buildtime_chart() { var options = { title: 'How long are most of the builds?', hAxis: {title: 'Time'}, - 'width':600, + 'width':500, 'height':200, 'backgroundColor': '#f8f8f8' }; @@ -527,7 +527,7 @@ function draw_buildschedule_chart() { var options = { title: 'When do builds happen? (CET)', hAxis: {title: 'Hours'}, - 'width':600, + 'width':500, 'height':200, 'curveType': 'function', 'backgroundColor': '#f8f8f8' @@ -51,7 +51,7 @@ td .revision a { color: #777777; text-decoration: none; } .figure { font-size: 120%%; font-weight: bold; } -#submitted-packages { width: 1030px; } +#submitted-packages { width: 960px; } tr.build-files-list td { font-size: 85%; padding: 1em 0 2em 0.5em; color: #222; } tr.build-files-list td ul { padding: 0 0 0 2em; } @@ -84,7 +84,6 @@ span.dir { font-weight: bold; } .controls { float: right; - display: block; text-align: right; } .short .controls { display: none; } |