From a985f188e0dd576f88ad8078b38f4cd0abbd9ee2 Mon Sep 17 00:00:00 2001 From: Gaetan Delannay Date: Wed, 4 Feb 2015 21:25:06 +0100 Subject: [PATCH] [gen] Dropdown menus are close to their base element. --- gen/ui/appy.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/ui/appy.css b/gen/ui/appy.css index 374204b..fce469e 100644 --- a/gen/ui/appy.css +++ b/gen/ui/appy.css @@ -103,7 +103,7 @@ td.search { padding-top: 8px } .popup { display: none; position: absolute; top: 30%; left: 35%; width: 350px; z-index : 100; background: white; padding: 8px; border: 1px solid grey; box-shadow: 2px 2px 2px #888888} -.dropdown { display:none; position: absolute; top: 15px; left: 1px; +.dropdown { display:none; position: absolute; top: 12px; left: 1px; border: 1px solid #cccccc; background-color: white; padding: 3px 4px 3px; font-size: 8pt; font-weight: normal; text-align: left; z-index: 2; line-height: normal }