You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notifications/src/main/webapp/Notifications.css

184 lines
2.8 KiB
CSS

table {
border-collapse: separate !important;
border-spacing: 0;
}
div.portlet-content {
padding-top: 0px;
}
.row {
margin-top: 10px;
}
.notification-btn {
font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
display: inline-block;
width: 175px;
text-decoration: none;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #3B5998;
background-color: transparent;
line-height: 1.33;
border-radius: 6px;
margin: 0 0 -20px 0;
}
.notification-btn:hover {
opacity: 0.8;
text-decoration: underline;
}
a.link, a.link:active, a.link:visited {
font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial,
sans-serif;
font-size: 14px;
cursor: pointer;
cursor: hand;
text-decoration: none;
color: #3B5998;
}
a.link:hover {
opacity: 0.8;
text-decoration: underline;
}
.icon-color {
color: #3B5998;
padding: 2px;
border: none;
margin-left: 20px;
}
.new-notifications-show {
opacity: 1;
background: #D6E2FC;
height: 38px;
}
.day-wrapper {
max-width: 85%;
border-bottom-color: #DADADA;
border-bottom-style: solid;
border-bottom-width: 1px;
padding: 15px 7px 3px;
margin-bottom: 10px;
}
.day-label {
color: #444444;
font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial,
sans-serif;
font-size: 16px;
font-weight: bold;
line-height: 13px;
padding-bottom: 5px;
padding-top: 5px;
}
.single-notification-table {
max-width: 65%;
padding: 5px;
border-bottom: 1px solid #EFEFEF;
}
.unread-notification {
background-color: #e8effa;
}
.no-notification-message {
line-height: 40px;
font-family: 'Architects Daughter', arial, sans-serif;
font-size: 15px;
}
.notification-photo {
padding: 2px;
border: none;
margin-left: 20px;
}
.user-notification-time {
color: #666;
font-family: 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial,
sans-serif;
font-size: 14px;
padding: 1px;
white-space: nowrap;
}
.gwt-CheckBox {
margin: 5px;
padding: 5px;
}
.gwt-CheckBox label {
padding: 5px;
}
.user-notification {
color: #333;
border-color: #999;
border-width: 1px;
letter-spacing: normal;
}
.user-notification-comment {
width: 99%;
color: #666;
font: italic 12px 'Lucida Grande', Verdana, 'Bitstream Vera Sans', Arial,
sans-serif;
border-color: #999;
border-width: 1px;
letter-spacing: normal;
}
.gwt-CheckBox {
margin-right: 0;
padding-right: 0;
}
.floatingLeft {
float: left;
}
.floatingRight {
float: right;
}
.paddingRight {
padding-right: 15px;
}
.paddingLeft {
padding-left: 15px;
}
.displayInline {
display: inline;
}
@media screen and (min-width: 1024px) {
.modal {
width: 950px !important;
margin-left: -480px !important;
}
.aui .row-fluid .span1 {
width: 10%;
}
}