fix tables

This commit is contained in:
Felix Niklas 2015-06-09 21:20:55 +02:00
parent 78af957ba3
commit 228b37f372

View file

@ -463,6 +463,7 @@ span[data-tooltip]:hover:before {
}
table {
table-layout: fixed;
}
.table {
@ -4093,6 +4094,8 @@ footer {
}
.user-list {
table-layout: auto;
tr:hover .switchView {
visibility: visible;
}
@ -4486,6 +4489,10 @@ footer {
background: white;
}
.userSearch {
margin: 0 0 20px;
}
.userSearch .tabs {
margin: 0;
}