Commit 3cc350685a0e65dec4d23d795b09b9f2a2164f4b

Authored by Caio SBA
Committed by Antonio Terceiro
1 parent 7d2ce9c6

Buttons appear over title in profile events page

(ActionItem1757)
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
public/stylesheets/application.css
@@ -3122,7 +3122,8 @@ div#article-parent { @@ -3122,7 +3122,8 @@ div#article-parent {
3122 3122
3123 #agenda-toolbar { 3123 #agenda-toolbar {
3124 position: absolute; 3124 position: absolute;
3125 - left: 0; 3125 + right: 0;
  3126 + top: -10px;
3126 font-variant: normal; 3127 font-variant: normal;
3127 font-weight: normal; 3128 font-weight: normal;
3128 } 3129 }