27 lines
483 B
CSS
Raw Normal View History

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