Skip to content

Commit

Permalink
Fix coding guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
majentsch committed Aug 28, 2014
1 parent 573a4ea commit f77cd9c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
1 change: 1 addition & 0 deletions library/Icinga/Chart/PieChart.php
Expand Up @@ -337,3 +337,4 @@ private function createContentClipBox(Canvas $innerBox)
$clipBox->addElement($rect);
}
}

2 changes: 1 addition & 1 deletion library/Icinga/Chart/Primitive/PieSlice.php
Expand Up @@ -32,7 +32,7 @@ class PieSlice extends Animatable implements Drawable
*
* @var float
*/
private $endRadian= 0;
private $endRadian = 0;

/**
* The x position of the pie slice's center
Expand Down
9 changes: 3 additions & 6 deletions library/Icinga/Chart/Render/Rotator.php
@@ -1,10 +1,7 @@
<?php
/**
* Created by PhpStorm.
* User: mjentsch
* Date: 22.07.14
* Time: 10:17
*/
// {{{ICINGA_LICENSE_HEADER}}}
// {{{ICINGA_LICENSE_HEADER}}}


namespace Icinga\Chart\Render;

Expand Down
8 changes: 4 additions & 4 deletions public/css/icinga/widgets.less
Expand Up @@ -88,7 +88,7 @@ ul.tree li {
}

ul.tree li .handle {
background-image: url('../img/tree/tree-minus.gif');
background-image: url('../img/tree/tree-minus.gif');
background-repeat: no-repeat;
display: inline-block;
position: absolute;
Expand All @@ -101,7 +101,7 @@ ul.tree li .handle {
}

ul.tree li.collapsed > .handle {
background-image: url('../img/tree/tree-plus.gif');
background-image: url('../img/tree/tree-plus.gif');
}

ul.tree li.collapsed > ul {
Expand All @@ -110,7 +110,7 @@ ul.tree li.collapsed > ul {

ul.tree li::before, ul.tree li::after {
content: '';
position: absolute;
position: absolute;
right: auto;
left: -0.2em;
border-color: #aaa;
Expand All @@ -122,7 +122,7 @@ ul.tree li::before, ul.tree li::after {
ul.tree li::before {
border-left-width: 1px;
top: 0;
width: 1em;
width: 1em;
height: 100%;
bottom: 1em;
}
Expand Down

0 comments on commit f77cd9c

Please sign in to comment.