diff --git a/html/style-color.css b/html/style-color.css index 6ca9bdb3b..4b2e6abb9 100644 --- a/html/style-color.css +++ b/html/style-color.css @@ -870,7 +870,9 @@ div.add_todo_list { position:absolute; text-align:left; line-height:3em; - z-index:1} + z-index:1; + width:345px; +} div.welcome { } diff --git a/html/style-epad.css b/html/style-epad.css index 3f2978236..165611c51 100644 --- a/html/style-epad.css +++ b/html/style-epad.css @@ -865,7 +865,9 @@ div.add_todo_list { position:absolute; text-align:left; line-height:3em; - z-index:1} + z-index:1; + width:345px; +} div.welcome { } diff --git a/html/style-light.css b/html/style-light.css index 258ea6509..8808af316 100644 --- a/html/style-light.css +++ b/html/style-light.css @@ -865,7 +865,9 @@ div.add_todo_list { position:absolute; text-align:left; line-height:3em; - z-index:1} + z-index:1; + width:345px; +} div.welcome { } diff --git a/html/style.css b/html/style.css index 423e16e43..485de9c04 100644 --- a/html/style.css +++ b/html/style.css @@ -863,7 +863,9 @@ div.add_todo_list { position:absolute; text-align:left; line-height:3em; - z-index:1} + z-index:1; + width:345px; + } div.welcome { } diff --git a/include/template/dashboard.php b/include/template/dashboard.php index 5d209742f..093a94222 100644 --- a/include/template/dashboard.php +++ b/include/template/dashboard.php @@ -93,7 +93,7 @@ for($i=0;$i - > +> @@ -144,7 +144,7 @@ if ( $report != 0 ) { foreach ($result as $row) { $ix++; $class=($ix%2==0)?' class="even" ':' class="odd" '; - echo ''; + echo ''; echo ' '.$row['desc'].''. ''.nbm($row['montant'])." €";