Actions

Translations

Theme editor/235/es: Difference between revisions

From LimeSurvey Manual

(Created page with "<syntaxhighlight lang="php" enclose="div"> table.question thead td.header_separator, table.question tbody td.dual_scale_separator { border-right:solid 1px #00A8E1; } </synt...")
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<syntaxhighlight lang="php" enclose="div">
<syntaxhighlight lang="php">
table.question thead td.header_separator,
table.question thead td.header_separator,
table.question tbody td.dual_scale_separator
table.question tbody td.dual_scale_separator
{
{
  border-right:solid 1px #00A8E1;
borde derecho: sólido 1px #00A8E1;
}
}
</syntaxhighlight
</syntaxhighlight>

Latest revision as of 07:38, 5 September 2023

Message definition (Theme editor)
<syntaxhighlight lang="php">
table.question thead td.header_separator,
table.question tbody td.dual_scale_separator
{
   border-right:solid 1px #00A8E1;
}
</syntaxhighlight>
table.question thead td.header_separator,
table.question tbody td.dual_scale_separator
{
 borde derecho: sólido 1px #00A8E1;
}