Fixed alignment of "You are now subscribed..." notice when subscribing / unsubscribing to a topic

(DBOINCP-41)
This commit is contained in:
Tristan Olive 2015-06-12 11:05:00 -04:00
parent b000c0944f
commit 841ce3c6cc
1 changed files with 6 additions and 0 deletions

View File

@ -314,6 +314,12 @@ ul.links li a {
line-height: 2.35em;
text-transform: uppercase;
}
.subscribe .flag-message,
.view-subscriptions .flag-message {
left: initial;
right: 0;
text-align: right;
}
.toc {
background-color: transparent;