ComunicWeb/assets/css/components/discussions/manager.css

22 lines
392 B
CSS
Raw Normal View History

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;
z-index: 1000;
2017-06-05 08:12:38 +00:00
right: 0px;
2017-06-04 16:17:27 +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
}