1
0
Fork 0

notifications page cleanup

This commit is contained in:
Mouse Reeve 2020-03-16 18:05:49 -07:00
parent b1ad8ba317
commit 3df88f84e7
2 changed files with 44 additions and 35 deletions

View file

@ -97,6 +97,16 @@ h2 {
width: 1rem;
}
.notification {
margin-bottom: 1em;
padding: 1em 0;
background-color: #EEE;
}
.notification.unread {
background-color: #DDD;
}
button .icon {
font-size: 1.1rem;
vertical-align: sub;
@ -194,7 +204,7 @@ ul.menu a {
margin-bottom: 0.5em;
}
.follow-requests .row > *:first-child {
width: 15em;
width: 20em;
}
.login form {
@ -291,6 +301,7 @@ button.warning {
.time-ago {
float: right;
display: block;
text-align: right;
}
.book-preview {
@ -550,10 +561,6 @@ th, td {
margin-left: 3em;
}
.unread {
background-color: #DDD;
}
a .icon {
color: black;
text-decoration: none;