Diff
Not logged in

Differences From Artifact [85ef7e91b8]:

To Artifact [e4e46a989c]:


63
64
65
66
67
68
69
70
71

72
73



74

75
76
77
78
79
80
81
}
body.wikiedit .wikiedit-page-list-wrapper select option.stashed-new::before {
  content: "[+] ";
}
body.wikiedit textarea {
  max-width: calc(100% - 1em);
}

body.wikiedit .tabs .tab-panel {

  overflow: auto;
}



body.wikiedit .wikiedit-page-list-wrapper .fieldset-wrapper {

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: stretch;
  margin: 0;
}







<

>


>
>
>

>





|

63
64
65
66
67
68
69

70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
}
body.wikiedit .wikiedit-page-list-wrapper select option.stashed-new::before {
  content: "[+] ";
}
body.wikiedit textarea {
  max-width: calc(100% - 1em);
}

body.wikiedit .tabs .tab-panel {
  /* Needed for wide diffs */
  overflow: auto;
}
body.wikiedit .wikiedit-page-list-wrapper fieldset {
  padding: 0.25em;
}
body.wikiedit .wikiedit-page-list-wrapper .fieldset-wrapper {
  /* Container for the filter and edit status fieldsets */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: stretch;
  margin: 0 0 1em 0;
}