You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ro...@apache.org on 2019/07/30 06:46:39 UTC

[cloudstack] branch master updated: ui: Improve visibility of dropdown menus on dialogs (#3528)

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

rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/master by this push:
     new 1141377  ui: Improve visibility of dropdown menus on dialogs (#3528)
1141377 is described below

commit 1141377e50247377166bd1be5521d108d9f363ab
Author: Nicolas Vazquez <ni...@gmail.com>
AuthorDate: Tue Jul 30 03:46:28 2019 -0300

    ui: Improve visibility of dropdown menus on dialogs (#3528)
    
    It was not possible to display the entire name of items in dropdown menus within dialogs in CloudStack, such as:
    
    Create compute offering
    Create network offering
    Create VPC offering
---
 ui/css/cloudstack3.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css
index a40e252..c1b79b2 100644
--- a/ui/css/cloudstack3.css
+++ b/ui/css/cloudstack3.css
@@ -3866,6 +3866,10 @@ table tr.selected td.actions .action.disabled .icon {
   background-position: -3px -368px;
 }
 
+.ui-dialog select {
+  overflow: scroll;
+}
+
 .ui-dialog.confirm .ui-button {
   margin-top: 0;
   margin-left: 11px;