From eb6d08ead24523ef1bf237508e3f2798af96c3b9 Mon Sep 17 00:00:00 2001 From: chrisaga Date: Thu, 27 Jul 2006 18:13:23 +0000 Subject: fix bug 490: Inputs haven't the same size on different browsers inputs inquickconnect are still smaller in IE but the layout is quite the same git-svn-id: http://piwigo.org/svn/trunk@1506 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/default-layout.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'template/yoga/default-layout.css') diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 5a7e293ed..17f0a23cc 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -52,7 +52,10 @@ HR.separation { } /** General defaults **/ -INPUT {margin: 0;} +INPUT, SELECT { + margin: 0; + font-size: 1em; /* <= some browsers don't set it correctly */ +} UL, DL, LI { text-align: left;} TABLE { /* horizontaly centered */ margin-left: auto; -- cgit v1.2.3