Commit 3ec90096 authored by JC Brand's avatar JC Brand

Updates #864: Bugfix. Both select elements were being shown

parent 738d2272
...@@ -2156,9 +2156,10 @@ ...@@ -2156,9 +2156,10 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
padding-left: 0.4em; padding-left: 0.4em;
width: 53%; } width: 53%;
#conversejs #converse-roster .roster-filter-form .state-type-state {
display: none; } display: none; }
#conversejs #converse-roster .roster-filter-form .state-type-state {
display: inline-block; }
#conversejs #converse-roster .roster-filter-form .filter-type { #conversejs #converse-roster .roster-filter-form .filter-type {
display: table-cell; display: table-cell;
float: right; float: right;
......
...@@ -61,9 +61,10 @@ ...@@ -61,9 +61,10 @@
padding: 0; padding: 0;
padding-left: 0.4em; padding-left: 0.4em;
width: 53%; width: 53%;
display: none;
} }
.state-type-state { .state-type-state {
display: none; display: inline-block;
} }
.filter-type { .filter-type {
display: table-cell; display: table-cell;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment