2017-06-04 16:17:27 +00:00
|
|
|
/**
|
|
|
|
* Discussions manager stylesheet
|
|
|
|
*
|
|
|
|
* @author Pierre HUBERT
|
|
|
|
*/
|
|
|
|
|
|
|
|
#discussionsElem {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0px;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: 5px;
|
2017-06-04 16:22:08 +00:00
|
|
|
z-index: 1000;
|
2017-06-05 08:12:38 +00:00
|
|
|
right: 0px;
|
2017-06-04 16:17:27 +00:00
|
|
|
}
|
|
|
|
|
2017-06-07 12:54:45 +00:00
|
|
|
#discussionsElem .open-discussion-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-04 16:17:27 +00:00
|
|
|
}
|