[oe-commits] [bitbake] 08/19: toaster: reduce max height of modal dialogs

git at git.openembedded.org git at git.openembedded.org
Fri Feb 26 17:59:10 UTC 2016


rpurdie pushed a commit to branch master
in repository bitbake.

commit e36001d61768979d66cba0f3d4f5a2aaf4af2cb7
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