mirror of https://github.com/BOINC/boinc.git
Fixed alignment of "You are now subscribed..." notice when subscribing / unsubscribing to a topic
(DBOINCP-41)
This commit is contained in:
parent
b000c0944f
commit
841ce3c6cc
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue