2013-08-08 22:43:33 +02:00
|
|
|
/**
|
|
|
|
* @provides conpherence-notification-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* kill styles on phabricator-notification */
|
|
|
|
.conpherence-notification {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-notification .conpherence-menu-item-view {
|
|
|
|
display: block;
|
|
|
|
height: 55px;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
text-decoration: none;
|
2013-08-09 21:47:31 +02:00
|
|
|
border-bottom: none;
|
2013-08-08 22:43:33 +02:00
|
|
|
border-right: 0;
|
2013-08-09 21:47:31 +02:00
|
|
|
border-left: 0;
|
2013-08-08 22:43:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-notification .conpherence-menu-item-view
|
|
|
|
.conpherence-menu-item-image {
|
|
|
|
top: 6px;
|
|
|
|
left: 6px;
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
width: 35px;
|
|
|
|
height: 35px;
|
|
|
|
background-size: 35px;
|
2013-08-09 21:47:31 +02:00
|
|
|
border: 4px solid #e7e7e7;
|
2013-08-08 22:43:33 +02:00
|
|
|
border-radius: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-notification .conpherence-menu-item-view
|
|
|
|
.conpherence-menu-item-title {
|
|
|
|
display: block;
|
|
|
|
margin-top: 12px;
|
|
|
|
margin-left: 58px;
|
|
|
|
text-align: left;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 13px;
|
|
|
|
color: #333;
|
|
|
|
overflow: hidden;
|
|
|
|
width: 220px;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-notification .conpherence-menu-item-view
|
|
|
|
.conpherence-menu-item-subtitle {
|
|
|
|
display: block;
|
|
|
|
color: #a1a5a9;
|
|
|
|
font-size: 11px;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-left: 58px;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-notification .conpherence-menu-item-view
|
|
|
|
.conpherence-menu-item-unread-count {
|
|
|
|
position: absolute;
|
|
|
|
left: 35px;
|
|
|
|
top: 3px;
|
2013-08-09 21:47:31 +02:00
|
|
|
background: {$red};
|
2013-08-08 22:43:33 +02:00
|
|
|
border-radius: 10px;
|
2013-08-09 21:47:31 +02:00
|
|
|
color: #FFF;
|
2013-08-08 22:43:33 +02:00
|
|
|
font-weight: bold;
|
2013-08-09 21:47:31 +02:00
|
|
|
padding: 1px 5px 2px;
|
|
|
|
border: 1px solid #333;
|
|
|
|
font-size: 11px;
|
2013-08-08 22:43:33 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.phabricator-notification .conpherence-menu-item-view
|
|
|
|
.conpherence-menu-item-date {
|
|
|
|
position: absolute;
|
|
|
|
top: 15px;
|
|
|
|
right: 16px;
|
|
|
|
color: #a1a5a9;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
|
|
|
|