2018-01-25 20:06 GMT+03:00 Igal @ Lucee.org <i...@lucee.org>: > Violeta, Konstantin, > > On 1/25/2018 3:57 AM, Konstantin Kolinko wrote: >> >> 2018-01-25 10:00 GMT+03:00 Violeta Georgieva <violet...@apache.org>: >>> >>> Here is what I see with Chrome, Firefox and Safari >>> https://github.com/violetagg/tomcat-website-screenshots >>> >>> Regards, >>> Violeta >> >> Here are mine screenshots: >> https://github.com/kkolinko/tomcat_screenshots_2018 > > > Thank you for sharing your screenshots. I am not sure why that happened but > I will fix it. > > The first thing that comes to mind is a cached CSS file, so I will rename > the file to make sure that that's not a factor. It's a bit challenging that > I can't reproduce it on my system, but I will check on my Fedora laptop too.
That Firefox is run with a separate profile that I use for testing - it has caching disabled. Comparing eu/us mirrors, both are the same, http://tomcat.eu.apache.org/ http://tomcat.us.apache.org/ What happens when you zoom out? Looking for active css rules on the input element, .searchbox input[type="search"], .searchbox button { height: 25px; } Why a "type" selector is here? Can it be more simple? It can be just #query, as this input has an id. Why the height is in pixels, not in font units? There is a css rule for height (quoted above), but there is no rule for width of this input field. (When size attribute not specified it should default to size="20", and width depends on the actual font). Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org