jitsi-meet/css/notice.css
George Politis 5f48e4cf9d Revert "Updates the license headers."
This reverts commit 93648f361be2a1645081c97bc0e395fb1304eeb7.
2015-06-18 18:59:41 +02:00

11 lines
179 B
CSS

#notice {
position: relative;
z-index: 3;
margin-top: 6px;
}
#noticeText {
background-color: #000000;
color: white;
padding: 3px;
border-radius: 5px;
}