From c4500db6fe8f51443b0e3140663d078f5e520965 Mon Sep 17 00:00:00 2001 From: lungsangg Date: Mon, 22 Apr 2024 11:58:35 +0530 Subject: [PATCH] astrisk_colore_red --- static/css/s2.css | 4 ++++ static/js/AdminEditor.jsx | 4 ++-- static/js/TopicEditor.jsx | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/static/css/s2.css b/static/css/s2.css index 1a5f2ad8b1..e106aa35ab 100644 --- a/static/css/s2.css +++ b/static/css/s2.css @@ -2312,6 +2312,10 @@ div.interfaceLinks-row a { padding: 0; } +span .asterisk{ + color: red !important; +} + .readerPanel .readerNavTop h2 { margin: 0; font-weight: 400; diff --git a/static/js/AdminEditor.jsx b/static/js/AdminEditor.jsx index 2c49549bf1..de460962b0 100644 --- a/static/js/AdminEditor.jsx +++ b/static/js/AdminEditor.jsx @@ -7,7 +7,7 @@ const options_for_form = { // "Picture": {label: "Picture", field: "picture", placeholder: "Add a picture.", type: "picture"}, "English Caption": {label: "English Caption", field: "enImgCaption", placeholder: "Add a caption for topic picture"}, "Hebrew Caption": {label: "Hebrew Caption", field: "heImgCaption", placeholder: "Add a Hebrew caption for topic picture"}, - "Title": {label: "Title *", field: "enTitle", placeholder: "Add a title."}, + "Title": {label: "Title", field: "enTitle", placeholder: "Add a title."}, "Hebrew Title": {label: "Hebrew Title", field: "heTitle", placeholder: "Add a title."}, "English Description": { label: "English Description", @@ -184,7 +184,7 @@ const AdminEditor = ({title, data, close, catMenu, pictureUploader, updateData, } return
- + {obj}
; } diff --git a/static/js/TopicEditor.jsx b/static/js/TopicEditor.jsx index f58637a664..d431648326 100644 --- a/static/js/TopicEditor.jsx +++ b/static/js/TopicEditor.jsx @@ -65,7 +65,7 @@ const TopicEditor = ({origData, onCreateSuccess, close, origWasCat}) => { }; slugsToTitles = Object.assign(specialCases, slugsToTitles); const catMenu =
- + Parent Topic *