#greeting {
float: right;
padding-top: 3px;
+ margin-right: 5px;
}
.greeting-bar-unread {
&:first-child {
margin-top: 0;
}
+ &.warning {
+ color: #ff7070;
+ font-weight: bold;
+ }
h4, p {
margin-bottom: 5px;
}
border-left: 0;
padding-left: 0;
}
+ &:last-child {
+ margin-right: 0px;
+ }
}
}
/* Rules for the notes interface */
.note {
+ h2 {
+ margin-bottom: 10px;
+ }
+
+ .warning {
+ display: block;
+ background-color: #ff7070;
+ padding: 4px 6px;
+ margin-bottom: 10px;
+ }
+
.comment_body {
margin-top: 4px;
margin-bottom: 4px;