Re: [Xsltforms-support] new beta release testing - possible styling bug - display:block
Brought to you by:
alain-couthures
|
From: Alain C. <ala...@ag...> - 2020-05-10 08:10:49
|
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
Hello Habs,
</div>
<div>
<br>
</div>
<div>
Sorry, I am not a CSS expert but I think that, in such as situation, you have to add !important in your own CSS rule to override the default behaviour.
</div>
<div>
<br>
</div>
<div>
Thank you for your feedback!
</div>
<div>
<br>
</div>
<div>
--Alain
</div>
<blockquote type="cite">
<div>
Le 22 avril 2020 à 15:03, Habs <
<a href="mailto:ge...@us...">ge...@us...</a>> a écrit :
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
Hello all :)
</div>
<div>
<br>
</div>
<div>
Using the new beta from here, www.agencexml.com/1.5beta/xsltforms.zip :
</div>
<div>
<br>
</div>
<div>
xf:input ( xforms-input when using a css inspecting tool ) defaults to
</div>
<div>
'display:inline'.
</div>
<div>
<br>
</div>
<div>
I can only seem to style a xf:input as 'display:block' by using an
</div>
<div>
inline style on the element
</div>
<div>
<br>
</div>
<div>
ie. <xf:input ... style="display: block">
</div>
<div>
<br>
</div>
<div>
and not in a external ref'd style sheet, or a style section within 'head',
</div>
<div>
from where all other styling on the element appears to apply without
</div>
<div>
issue.
</div>
<div>
<br>
</div>
<div>
ie. xforms-input {display: block;}
</div>
<div>
<br>
</div>
<div>
Is it something I am getting wrong, or a bug, or ?
</div>
<div>
<br>
</div>
<div>
Thank you and regards
</div>
<div>
Habs
</div>
<div>
<br>
</div>
<div>
--- Sent using Alpine/Pine, probably the best MUA ---
</div>
<div>
<br>
</div>
<div>
<br>
</div>
<div>
_______________________________________________
</div>
<div>
Xsltforms-support mailing list
</div>
<div>
<a href="mailto:Xsl...@li...">Xsl...@li...</a>
</div>
<div>
<a href="https://lists.sourceforge.net/lists/listinfo/xsltforms-support" rel="noopener" target="_blank">https://lists.sourceforge.net/lists/listinfo/xsltforms-support</a>
</div>
</blockquote>
</body>
</html>
|