mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-723: Limit size of connections in menu to 10 items. Restore padding around list and pager.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
@@ -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>
|
||||||
|
Reference in New Issue
Block a user