Skip to content

Commit

Permalink
mm_widget_accessdenied - Fix image path issue in css
Browse files Browse the repository at this point in the history
  • Loading branch information
yama committed Mar 25, 2014
1 parent 71a9283 commit e0c7e55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
width: 320px;
padding: 40px 20px 40px 100px;
border: 6px solid #AAA;
background: #FFF url(/assets/plugins/managermanager/widgets/accessdenied/alert.png) no-repeat 15px;
background: #FFF url(alert.png) no-repeat 15px;
}

#amessage SPAN{
Expand Down

1 comment on commit e0c7e55

@Ronef
Copy link
Member

@Ronef Ronef commented on e0c7e55 Jul 10, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.