Align attachments with usercard, make buttons use theme colors, prettify login form, more border radii adjustment for consistency.

This commit is contained in:
shpuld 2017-02-24 17:32:41 +02:00
parent e0e507348c
commit 9dfcf8a301
8 changed files with 50 additions and 25 deletions

View file

@ -157,7 +157,8 @@
.usercard {
border-style: solid;
border-width: 1px;
border-radius: 0.5em;
border-radius: 10px;
margin-bottom: 1em;
margin-top: 0.2em;
}
</style>