Browse Source

- Merge with edhelas

pull/16/head
Jaussoin Timothée 12 years ago
parent
commit
c3f7122dbe
  1. 4
      app/widgets/Chat/chat.css
  2. 2
      app/widgets/Notification/notification.css

4
app/widgets/Chat/chat.css

@ -1,7 +1,7 @@
#chats {
position: fixed;
bottom: -2px;
left: 0;
right: 0;
padding-right: 0.5em;
z-index: 3;
overflow-x: auto;
@ -12,7 +12,7 @@
}
#chats .filler {
width: 210px;
width: 200px;
height: 0;
background-color: red;
display: inline-block;

2
app/widgets/Notification/notification.css

@ -3,6 +3,8 @@
bottom: 0px;
left: 0px;
z-index: 5;
pointer-events: none;
}
#notification .notif {

Loading…
Cancel
Save