From c459c1cabbaf9e2b71ecbd8ced1a9c2587aa1b64 Mon Sep 17 00:00:00 2001 From: Bert Burgemeister Date: Wed, 9 May 2012 10:07:04 +0200 Subject: [PATCH] Window dressing regarding auxiliary data presentation --- css.lisp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css.lisp b/css.lisp index 54dfe8f..23508c5 100644 --- a/css.lisp +++ b/css.lisp @@ -233,12 +233,13 @@ button, select { #aux-data { float: left; width: 210px; - height: 145px; - margin-top: 5px; + height: 148px; + margin-top: 2px; overflow: auto; line-height: 1; } .aux-data-table { + margin-top: 3px; } .aux-data-label { padding-right: 5px; -- 2.11.4.GIT