@@ -71,17 +71,17 @@ <h2>Django Files Options</h2>
7171 </ div >
7272
7373 < div class ="row g-2 mb-2 ">
74- < div class ="col-md -4 col-12 mb-2 ">
74+ < div class ="col-sm -4 col-12 mb-2 ">
7575 < label for ="recentFiles " class ="form-label "> < i class ="fa-solid fa-list-ol me-2 "> </ i > Recent Files</ label >
7676 < input id ="recentFiles " aria-describedby ="recentFilesHelp " type ="number " class ="form-control " autocomplete ="off ">
7777 < div class ="form-text " id ="recentFilesHelp "> Popup Recent Files. < span class ="d-inline-block "> 0 to Disable.</ span > </ div >
7878 </ div >
79- < div class ="col-md -4 col-12 mb-2 non-mobile ">
79+ < div class ="col-sm -4 col-12 mb-2 non-mobile ">
8080 < label for ="popupWidth " class ="form-label "> < i class ="fa-solid fa-arrows-left-right-to-line me-2 "> </ i > Popup Width</ label >
8181 < input id ="popupWidth " aria-describedby ="popupWidthHelp " type ="number " class ="form-control " autocomplete ="off " step ="10 ">
8282 < div class ="form-text " id ="popupWidthHelp "> Popup Width in Pixels. < span class ="d-inline-block "> 320-600.</ span > </ div >
8383 </ div >
84- < div class ="col-md -4 col-12 mb-2 ">
84+ < div class ="col-sm -4 col-12 mb-2 ">
8585 < label for ="popupTimeout " class ="form-label "> < i class ="fa-regular fa-clock me-2 "> </ i > Preview Timeout</ label >
8686 < input id ="popupTimeout " aria-describedby ="popupTimeoutHelp " type ="number " class ="form-control " autocomplete ="off ">
8787 < div class ="form-text " id ="popupTimeoutHelp "> Popup Preview Timeout in Seconds.</ div >
@@ -211,52 +211,49 @@ <h2>Django Files Options</h2>
211211 </ label >
212212 </ div >
213213
214- < h5 class ="mb-2 ">
214+ < h5 class ="mt-3 ">
215215 Options Page Background
216- < span class ="small " data-bs-toggle ="tooltip " data-bs-title ="Disabled, Random Picture or Video Loop . ">
216+ < span class ="small " data-bs-toggle ="tooltip " data-bs-title ="Disabled, Random/Custom Picture or Video Looping . ">
217217 < i class ="fa-solid fa-circle-info ms-1 "> </ i >
218218 </ span >
219219 </ h5 >
220- < div class ="d-flex flex-column flex-md-row mb-2 align-items-md-center " style ="min-height: 38px; ">
221- < div class ="flex-grow-0 mt-md-0 ">
222- < div class ="ms-2 ms-md-0 mt-auto ">
223- < div class ="d-grid d-sm-flex ">
224- < div class ="form-check form-check-inline ">
225- < input class ="form-check-input " type ="radio " name ="radioBackground " id ="bgNone " value ="none ">
226- < label class ="form-check-label " for ="bgNone ">
227- < i class ="fa-regular fa-square "> </ i > None
228- </ label >
229- </ div >
230- < div class ="form-check form-check-inline ">
231- < input class ="form-check-input " type ="radio " name ="radioBackground " id ="bgPicture " value ="picture ">
232- < label class ="form-check-label " for ="bgPicture ">
233- < i class ="fa-regular fa-image "> </ i > Picture
234- </ label >
235- </ div >
236- < div class ="form-check form-check-inline ">
237- < input class ="form-check-input " type ="radio " name ="radioBackground " id ="bgVideo " value ="video ">
238- < label class ="form-check-label " for ="bgVideo ">
239- < i class ="fa-solid fa-video "> </ i > Video
240- </ label >
241- </ div >
242- </ div >
243- </ div >
220+
221+ < div class ="d-flex flex-column flex-sm-row ms-1 ms-sm-3 ">
222+ < div class ="form-check form-check-inline mb-2 mb-sm-0 ">
223+ < input class ="form-check-input " type ="radio " name ="radioBackground " id ="bgNone " value ="none ">
224+ < label class ="form-check-label " for ="bgNone ">
225+ < i class ="fa-regular fa-square "> </ i > None
226+ </ label >
227+ </ div >
228+ < div class ="form-check form-check-inline mb-2 mb-sm-0 ">
229+ < input class ="form-check-input " type ="radio " name ="radioBackground " id ="bgPicture " value ="picture ">
230+ < label class ="form-check-label " for ="bgPicture ">
231+ < i class ="fa-regular fa-image "> </ i > Picture
232+ </ label >
233+ </ div >
234+ < div class ="form-check form-check-inline mb-2 ">
235+ < input class ="form-check-input " type ="radio " name ="radioBackground " id ="bgVideo " value ="video ">
236+ < label class ="form-check-label " for ="bgVideo ">
237+ < i class ="fa-solid fa-video "> </ i > Video
238+ </ label >
244239 </ div >
245- < div class ="flex-fill mt-2 mt-md-0 ms-2 ms-md-0 ">
246- < div id ="bgPictureInput " class ="input-group d-none ">
240+ </ div >
241+
242+ < div class ="ms-0 ms-sm-3 ">
243+ < div id ="bgPictureInput " class ="input-group d-none ">
247244 < span class ="input-group-text " id ="picture-addon " data-bs-toggle ="tooltip " data-bs-title ="URL to a Web Image or empty for default. ">
248245 < i class ="fa-solid fa-circle-info "> </ i > </ span >
249- < input type ="text " class ="form-control " placeholder ="Background Picture URL " aria-label ="Background Picture URL "
250- id ="pictureURL " name ="pictureURL " aria-describedby ="picture-addon ">
251- </ div >
252- < div id ="bgVideoInput " class ="input-group d-none ">
246+ < input type ="text " class ="form-control " placeholder ="Background Picture URL " aria-label ="Background Picture URL "
247+ id ="pictureURL " name ="pictureURL " aria-describedby ="picture-addon ">
248+ </ div >
249+ < div id ="bgVideoInput " class ="input-group d-none ">
253250 < span class ="input-group-text " id ="video-addon " data-bs-toggle ="tooltip " data-bs-title ="URL to a Web Video or empty for default. ">
254251 < i class ="fa-solid fa-circle-info "> </ i > </ span >
255- < input type ="text " class ="form-control " placeholder ="Background Video URL " aria-label ="Background Video URL "
256- id ="videoURL " name ="videoURL " aria-describedby ="video-addon ">
257- </ div >
252+ < input type ="text " class ="form-control " placeholder ="Background Video URL " aria-label ="Background Video URL "
253+ id ="videoURL " name ="videoURL " aria-describedby ="video-addon ">
258254 </ div >
259- </ div > <!-- background options -->
255+ </ div >
256+
260257 </ form > <!-- options-form -->
261258
262259 < p class ="fst-italic small mt-3 ">
0 commit comments