Actions

Translations

Theme editor/235/sl: 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; } </sy...")
 
No edit summary
 
(2 intermediate revisions 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;
border-right:solid 1px #00A8E1;
}
}
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 10:39, 14 December 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
{
 border-right:solid 1px #00A8E1;
}