[noosfero/noosfero][master] chat window should be displayed on top of all

Joenio Costa gitlab at gitlab.com
Mon Jun 1 16:43:36 BRT 2015


Joenio Costa pushed to branch master at Noosfero / noosfero


Commits:
c5c42a0b by Joenio Costa at 2015-06-01T16:42:41Z
chat window should be displayed on top of all

- - - - -


1 changed file:

- public/stylesheets/chat.css


Changes:

=====================================
public/stylesheets/chat.css
=====================================
--- a/public/stylesheets/chat.css
+++ b/public/stylesheets/chat.css
@@ -8,6 +8,7 @@
   background-color: #FFF;
   box-shadow: -3px 0px 5px #888;
   transition: width 0.3s ease-in;
+  z-index: 200;
 }
 
 #chat.opened {
@@ -123,6 +124,7 @@
   -webkit-border-radius: 5px;
   background: white;
   border: 1px solid #888;
+  z-index: 10;
 }
 #buddy-list .toolbar .dialog-error p {
   margin: 0 0 5px 0;



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/c5c42a0bc94433230d3aa8e73f43e0d64078ce45
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150601/9865781d/attachment.html>


More information about the Noosfero-dev mailing list