You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2019/06/22 21:39:09 UTC

[guacamole-client] branch master updated (5f1c70e -> 8ec1390)

This is an automated email from the ASF dual-hosted git repository.

vnick pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git.


    from 5f1c70e  Merge 1.1.0 changes back to master.
     add 4f41890  GUACAMOLE-723: Separate connection selection menu to own CSS class.
     add 18e1ec2  GUACAMOLE-723: Apply ellipsis to portion of connection name that overflows connection selection menu title.
     add a084ad4  GUACAMOLE-723: Padding adjustment should be made only to the connection select menu.
     add e351b35  GUACAMOLE-723: Apply ellipsis when connection name overflows available space, regardless of whether the connection selection menu is used.
     add e412742  GUACAMOLE-723: Apply ellipsis to all overflowing menu titles by default.
     new 8ec1390  GUACAMOLE-723: Merge allow connection name to display cleanly in menu.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../styles/connection-select-menu.css}             | 36 ++++++++++++++++------
 .../main/webapp/app/client/styles/guac-menu.css    | 24 +++------------
 .../main/webapp/app/client/templates/client.html   |  2 +-
 .../src/main/webapp/app/navigation/styles/menu.css |  5 +++
 4 files changed, 37 insertions(+), 30 deletions(-)
 copy guacamole/src/main/webapp/app/{element/styles/resize-sensor.css => client/styles/connection-select-menu.css} (60%)


[guacamole-client] 01/01: GUACAMOLE-723: Merge allow connection name to display cleanly in menu.

Posted by vn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vnick pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git

commit 8ec139098a26b52f5646e5fd24e6be01bb1a8ebe
Merge: 5f1c70e e412742
Author: Virtually Nick <ne...@users.noreply.github.com>
AuthorDate: Sat Jun 22 17:39:05 2019 -0400

    GUACAMOLE-723: Merge allow connection name to display cleanly in menu.

 .../app/client/styles/connection-select-menu.css   | 48 ++++++++++++++++++++++
 .../main/webapp/app/client/styles/guac-menu.css    | 24 ++---------
 .../main/webapp/app/client/templates/client.html   |  2 +-
 .../src/main/webapp/app/navigation/styles/menu.css |  5 +++
 4 files changed, 58 insertions(+), 21 deletions(-)