[oe-commits] [bitbake] 09/20: toaster: reduce max height of modal dialogs

git at git.openembedded.org git at git.openembedded.org
Thu Feb 25 17:59:26 UTC 2016


rpurdie pushed a commit to branch master-next
in repository bitbake.

commit 49c880c109b95433eebc9ec1ae3b1e11552fc7c1
Author: Belen Barros Pena <belen.barros.pena at intel.com>
AuthorDate: Mon Feb 22 09:08:36 2016 +0000

    toaster: reduce max height of modal dialogs
    
    Now that we use modal dialogs to display dependency information for
    packages, we are hitting their maximum height relatively often. It is set
    by default to 400px, which makes it a bit tight at a 1280x800 viewport
    size.
    
    Reduce the maximum height to 300px to make things a bit more
    comfortable.
    
    Signed-off-by: Belen Barros Pena <belen.barros.pena at intel.com>
    Signed-off-by: Elliot Smith <elliot.smith at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/toaster/toastergui/static/css/default.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/toaster/toastergui/static/css/default.css b/lib/toaster/toastergui/static/css/default.css
index c5a580f..c1cb93c 100644
--- a/lib/toaster/toastergui/static/css/default.css
+++ b/lib/toaster/toastergui/static/css/default.css
@@ -51,6 +51,7 @@ dd li { line-height: 25px; }
 /* Style the filter modal dialogs */
 .modal { width: 800px; margin-left: -400px; }
 .modal-footer .btn { float: left; }
+.modal-body { max-height: 300px; }
 
 /* Hover style for the clear search icon */
 .icon-remove-sign:hover { color: #999999; cursor: pointer; }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list