Skip to content

Instantly share code, notes, and snippets.

@marketinview
Last active September 28, 2023 13:39

Revisions

  1. marketinview revised this gist Sep 28, 2023. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions likertScaleVertical.html
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,7 @@
    <style>
    .Skin .Matrix table tr.ChoiceRow td {
    display:block;text-align:left;padding:5px 2px;border-left:1px solid #666;border-right:1px solid #666; }
    .Skin .Matrix table th.c1 { border-left:1px solid #666;border-bottom:1px solid #666;
    }
    .Skin .Matrix table th.c1 { border-left:1px solid #666;border-bottom:1px solid #666; }
    .Skin .Matrix table tr.ChoiceRow td:last-of-type { border-bottom:1px solid #666; }
    .Skin .Matrix table tr.ChoiceRow:first-of-type th,
    .Skin .Matrix table tr.ChoiceRow:first-of-type td:first-of-type { border-top:1px solid #666; }
  2. marketinview revised this gist Sep 26, 2023. No changes.
  3. marketinview created this gist Sep 26, 2023.
    12 changes: 12 additions & 0 deletions likertScaleVertical.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    <style>
    .Skin .Matrix table tr.ChoiceRow td {
    display:block;text-align:left;padding:5px 2px;border-left:1px solid #666;border-right:1px solid #666; }
    .Skin .Matrix table th.c1 { border-left:1px solid #666;border-bottom:1px solid #666;
    }
    .Skin .Matrix table tr.ChoiceRow td:last-of-type { border-bottom:1px solid #666; }
    .Skin .Matrix table tr.ChoiceRow:first-of-type th,
    .Skin .Matrix table tr.ChoiceRow:first-of-type td:first-of-type { border-top:1px solid #666; }
    .JFEScope .Skin .desktop .mobile { display: inline!important; }
    tr.Answers { display:none; }
    .JFEScope .Skin .desktop .mobile.dropdown-arrow { display:none!important; }
    </style>