From ee7d6b82091c295c91e24c88b129ea4bae28d371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaussoin=20Timoth=C3=A9e?= Date: Sat, 7 Dec 2013 11:20:40 +0100 Subject: [PATCH] - Move the chat boxes to the right - Make notifications non clicables --- app/widgets/Chat/chat.css | 4 ++-- app/widgets/Notification/notification.css | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/widgets/Chat/chat.css b/app/widgets/Chat/chat.css index e37f78142..6b7d149e1 100644 --- a/app/widgets/Chat/chat.css +++ b/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; diff --git a/app/widgets/Notification/notification.css b/app/widgets/Notification/notification.css index 12f370c8f..383effec3 100644 --- a/app/widgets/Notification/notification.css +++ b/app/widgets/Notification/notification.css @@ -3,6 +3,8 @@ bottom: 0px; left: 0px; z-index: 5; + + pointer-events: none; } #notification .notif {