59e0fd80 by mpenner

Hide the second option for replacing media, since it's mostly useless. refs #1552

1 parent e078d272
...@@ -810,4 +810,8 @@ a.remove-option-group, a.remove-option { ...@@ -810,4 +810,8 @@ a.remove-option-group, a.remove-option {
810 810
811 .diff-accept { background-color: #68be2e; } 811 .diff-accept { background-color: #68be2e; }
812 .diff-reject { background-color: #ed1f24; } 812 .diff-reject { background-color: #ed1f24; }
813 td.diff-left:hover, td.diff-right:hover { cursor: pointer; }
...\ No newline at end of file ...\ No newline at end of file
813 td.diff-left:hover, td.diff-right:hover { cursor: pointer; }
814
815 /* Hide the second option for the "Enable Media Replace" plugin ("Replace the file,
816 use new file name and update all links"), since it mostly just breaks links */
817 label[for="replace_type_2"], label[for="replace_type_2"] ~ p.howto { display: none; }
...\ No newline at end of file ...\ No newline at end of file
......