GUACAMOLE-723: Limit size of connections in menu to 10 items. Restore padding around list and pager.

This commit is contained in:
Michael Jumper
2019-04-02 07:48:57 -07:00
parent bd474e9761
commit 7fddb26202
2 changed files with 1 additions and 6 deletions

View File

@@ -71,7 +71,6 @@
#guac-menu .header h2 .menu-dropdown { #guac-menu .header h2 .menu-dropdown {
border: none; border: none;
background: transparent;
} }
#guac-menu .header h2 .menu-contents { #guac-menu .header h2 .menu-contents {
@@ -79,10 +78,6 @@
font-size: 0.8em; font-size: 0.8em;
} }
#guac-menu .header h2 .menu-contents .all-connections {
margin: 0;
}
#guac-menu #mouse-settings .choice { #guac-menu #mouse-settings .choice {
text-align: center; text-align: center;
} }

View File

@@ -62,7 +62,7 @@
'connection' : 'app/client/templates/connection.html', 'connection' : 'app/client/templates/connection.html',
'connection-group' : 'app/client/templates/connectionGroup.html' 'connection-group' : 'app/client/templates/connectionGroup.html'
}" }"
page-size="20"></guac-group-list> page-size="10"></guac-group-list>
</div> </div>
</guac-menu> </guac-menu>
</h2> </h2>