From 760a26e48412629a03feb0d9af949f60da564453 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 19 Feb 2021 18:14:05 +0300 Subject: fix height of dijit input boxes embedded into toolbars --- themes/light/dijit_basic.less | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes/light/dijit_basic.less') diff --git a/themes/light/dijit_basic.less b/themes/light/dijit_basic.less index 2854c77d0..b6bd1860e 100644 --- a/themes/light/dijit_basic.less +++ b/themes/light/dijit_basic.less @@ -40,6 +40,10 @@ .dijitToolbar { font-size: 13px; padding: 0px; + + .dijitTextBox .dijitInputInner { + line-height : 10px; + } } .dijitAccordionContainer { -- cgit v1.2.3 From 2f14fa1bc367551c1b29b00f366c29a513274729 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 24 Feb 2021 15:53:47 +0300 Subject: add a hack to position labels on a dijit toolbar better --- themes/light/dijit_basic.less | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'themes/light/dijit_basic.less') diff --git a/themes/light/dijit_basic.less b/themes/light/dijit_basic.less index b6bd1860e..0582ddc5c 100644 --- a/themes/light/dijit_basic.less +++ b/themes/light/dijit_basic.less @@ -44,6 +44,11 @@ .dijitTextBox .dijitInputInner { line-height : 10px; } + + label { + position : relative; + top : 2px; + } } .dijitAccordionContainer { -- cgit v1.2.3