notifications/src/main/webapp/Notifications.css

77 lines
1.4 KiB
CSS

table {
border-collapse: separate !important;
border-spacing: 0;
}
a.link,a.link:active,a.link:visited {
font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial,
sans-serif;
font-size: 12px;
cursor: pointer;
cursor: hand;
text-decoration: none;
color: #3B5998;
}
a.link:hover {
opacity: 0.8;
text-decoration: underline;
}
.day-wrapper {
width: 100%;
border-bottom-color: #DADADA;
border-bottom-style: solid;
border-bottom-width: 1px;
padding: 12px 7px 3px;
}
.day-label {
color: #444444;
font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial,
sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 13px;
padding-bottom: 5px;
padding-top: 5px;
}
.single-notification-table {
width: 100%;
padding: 5px;
border-top: 1px solid #E9E9E9;
}
.no-notification-message {
line-height: 40px;
font-family: 'Architects Daughter', arial, sans-serif;
font-size: 15px;
}
.notification-photo {
display: block;
padding: 2px;
border: 1px solid #E6E6E6;
}
.user-notification-time {
width: 99%;
color: #999;
font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial,
sans-serif;
font-size: 12px;
padding: 1px 10px;
white-space: nowrap;
}
.user-notification {
width: 99%;
color: #333;
font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial,
sans-serif;
font-size: 12px;
border-color: #999;
border-width: 1px;
letter-spacing: normal;
}