1
0
Fork 0

Vier: No visible login border/no search and events without login

This commit is contained in:
Michael Vogel 2016-04-24 21:45:06 +02:00
commit 0c5f315294
2 changed files with 16 additions and 8 deletions

View file

@ -2378,6 +2378,11 @@ ul.tabs li .active, span.pager_current a {
aside form {
overflow-x: hidden;
}
aside form fieldset {
margin: 0px;
padding: 0px;
border: 0px none;
}
aside form .field label {
float: left;
width: 170px;