Right align

This commit is contained in:
liaralabs 2020-03-30 12:00:02 -07:00
parent bc82d4ca86
commit 3c46879659

View file

@ -2,6 +2,10 @@
margin-bottom: 0;
}
.progress {
margin-bottom: 5px;
}
#diskinfo a.collapsed:after {
content: '+ Show More';
}
@ -10,6 +14,17 @@
content: '- Show Less';
}
#diskglances a.collapsed:after {
content: '+ Show More';
display: inline-block;
width: 100%;
text-align: right;
}
#diskglances a:not(.collapsed):after {
content: '- Show Less';
}
a[post=true] {
cursor: pointer;
}