File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed
openwisp_utils/admin_theme/static/admin/css Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 2828 - django~=3.2.0
2929 - django~=4.1.0
3030 - django~=4.2.0
31- include :
32- - django-version : django~=3.2.0
33- python-version : 3.7
3431
3532 steps :
3633 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -296,17 +296,16 @@ The following CSS reverts those changes*/
296296 text-align : right;
297297 display : block;
298298}
299-
300299# main .submit-row input {
301- margin : 0 0 5px 5px ;
300+ margin : 0 0 5px 5px ;
302301}
303302# main .submit-row input .default {
304- margin : 0 0 5px 8px ;
305- float : right;
303+ margin : 0 0 5px 8px ;
304+ float : right;
306305}
307306.submit-row p .deletelink-box {
308- float : left;
309- margin : 0 ;
307+ float : left;
308+ margin : 0 ;
310309}
311310
312311/* temporary frontend fix */
Original file line number Diff line number Diff line change 4646 'django-compress-staticfiles~=1.0.1b' ,
4747 'django-admin-autocomplete-filter~=0.7.1' ,
4848 'swapper~=1.3.0' ,
49- # TODO: Remove when dropping support for Python 3.7
50- # For info, read https://stackoverflow.com/questions/73929564/
51- 'importlib-metadata<5.0' ,
5249 ],
5350 extras_require = {
5451 'qa' : [
You can’t perform that action at this time.
0 commit comments