Merge pull request #3561 from FinnStutzenstein/agenda-css

Fixed outdated css classes (fixes #3540)
This commit is contained in:
Norman Jäckel 2018-02-10 11:24:15 +01:00 committed by GitHub
commit 318ff7eff6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

View File

@ -21,7 +21,7 @@
}
}
.speakers-toolbar {
div.speakers-toolbar {
margin: -20px -20px 30px -20px;
padding: 12px 15px 10px 15px;

View File

@ -75,11 +75,10 @@
width: 100% !important;
font-size: 14px;
.chosen-choices {
border: 1px solid #ccc;
border-radius: 4px;
ul.chosen-results {
margin: 0 !important;
li.search-choice {
li.active-result {
margin: 6px 5px 0 0 !important;
}
}