X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=plgng%2Fsettings_common.py;h=3cda418b88a9ee47e4cadac03a9316658dc8347b;hb=b1be3a0c3c3726dff977dcf67e43e9d69608c46d;hp=01272184005fe9ce46ce61be8b0a3f9c2412496e;hpb=e9fc0805462fd07aeb8897d0be4e972944ae46a0;p=qcg-portal.git diff --git a/plgng/settings_common.py b/plgng/settings_common.py index 0127218..3cda418 100644 --- a/plgng/settings_common.py +++ b/plgng/settings_common.py @@ -110,7 +110,7 @@ SESSION_SERIALIZER = 'django.contrib.sessions.serializers.PickleSerializer' # 3-rd party settings BOOTSTRAP3 = { - 'horizontal_label_class': 'col-md-4', - 'horizontal_field_class': 'col-md-6', + 'horizontal_label_class': 'col-sm-3 col-md-4', + 'horizontal_field_class': 'col-sm-9 col-md-6', 'set_placeholder': False, -} \ No newline at end of file +}