summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--application/views/scripts/statistic/category.phtml7
-rwxr-xr-xpublic/media/css/style.css16
2 files changed, 8 insertions, 15 deletions
diff --git a/application/views/scripts/statistic/category.phtml b/application/views/scripts/statistic/category.phtml
index 55143d0..563df7e 100644
--- a/application/views/scripts/statistic/category.phtml
+++ b/application/views/scripts/statistic/category.phtml
@@ -109,11 +109,12 @@ $(function() {
</script>
-<div class="clear"></div>
-<div id="plotBar" class="left"
+<div>
+<div id="plotBar" class="spalte"
style="height: 250px; width: 350px;"></div>
-<div id="plotPie" class="right"
+<div id="plotPie" class="spalte"
style="height: 250px; width: 350px;"></div>
+</div>
<!-- no events -->
<div id="noEventsDialog" style="display: none">
diff --git a/public/media/css/style.css b/public/media/css/style.css
index 3c7f44e..b5185a1 100755
--- a/public/media/css/style.css
+++ b/public/media/css/style.css
@@ -353,7 +353,6 @@ div.dsf {
/*
* ZendForm CSS
*/
-
dl.zend_form dt {
width: 205px;
float: left;
@@ -756,15 +755,8 @@ div.hidden {
visibility: hidden;
}
-.left {
-float:left;
-width:300px;
-}
-.right {
- float:right;
-width:300px;
-}
-
-.clear {
-clear:left;
+.spalte {
+ float: left;
+ width: 25%;
+ height: 100px;
} \ No newline at end of file