fix responsiveness
authorMaciej Tronowski <mtro@man.poznan.pl>
Fri, 27 Feb 2015 16:29:34 +0000 (17:29 +0100)
committerMaciej Tronowski <mtro@man.poznan.pl>
Fri, 27 Feb 2015 16:29:34 +0000 (17:29 +0100)
plgng/settings_common.py

index 0127218..3cda418 100644 (file)
@@ -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
+}