Skip to content

Commit

Permalink
add css for button close in annoucement bar
Browse files Browse the repository at this point in the history
  • Loading branch information
kaerdsar committed Aug 13, 2015
1 parent e575b91 commit 08fe960
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions saas_server/controllers/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,14 @@ def ab_css(self, dbuuid=None):
content: 'Contact Us'
}
.announcement_bar .close {
height: 15px;
width: 15px;
background : url(/web/static/src/img/icons/gtk-close.png) no-repeat;
background-size : 15px 15px;
opacity: 1;
}
.announcement_bar {
color: #ffffff;
height: 30px;
Expand Down

0 comments on commit 08fe960

Please sign in to comment.