Commit b2daea362ab14a3e7d4aa38388d52e6c3f4452e0

Authored by Antonio Terceiro
1 parent 3fc9a64e

ActionItem000: workaround

The action buttons ('edit', 'new' etc) were being hidden in ecosol with
leftbar template.
public/designs/templates/leftbar/stylesheets/style.css
... ... @@ -22,3 +22,6 @@
22 22 float: none;
23 23 }
24 24  
  25 +#article-actions {
  26 + margin-right: 130px;
  27 +}
... ...