ComunicWeb/assets/css/components/conversations/manager.css

27 lines
483 B
CSS
Raw Normal View History

2017-06-04 16:17:27 +00:00
/**
2017-06-07 17:24:48 +00:00
* Conversations manager stylesheet
2017-06-04 16:17:27 +00:00
*
* @author Pierre HUBERT
*/
2017-06-07 17:24:48 +00:00
#conversationsElem {
2017-06-04 16:17:27 +00:00
position: fixed;
bottom: 0px;
text-align: right;
padding-right: 5px;
z-index: 1000;
2017-06-05 08:12:38 +00:00
right: 0px;
2017-06-04 16:17:27 +00:00
}
2017-06-07 17:24:48 +00:00
#conversationsElem .open-conversation-button {
2017-06-04 16:17:27 +00:00
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
2017-06-05 08:12:38 +00:00
vertical-align: bottom;
2017-06-24 13:07:23 +00:00
padding-left: 6px;
padding-right: 6px;
padding-top: 3px;
padding-bottom: 3px;
2017-06-04 16:17:27 +00:00
}