diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-05-17 11:50:39 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-05-17 11:50:39 +0200 |
commit | e5dc6268a843e216ccf14469447d9b6f1ad43b49 (patch) | |
tree | 973acb445e94383445aa12b8ca0ddf4bb0057346 /archaeological_operations | |
parent | 8451333f4e1a3cdaab05650141b154d2e5ee54fd (diff) | |
download | Ishtar-e5dc6268a843e216ccf14469447d9b6f1ad43b49.tar.bz2 Ishtar-e5dc6268a843e216ccf14469447d9b6f1ad43b49.zip |
Operation wizard: collaborator panel more explicit style (refs #3595)
Diffstat (limited to 'archaeological_operations')
-rw-r--r-- | archaeological_operations/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py index b9e68980f..8fd9233d2 100644 --- a/archaeological_operations/forms.py +++ b/archaeological_operations/forms.py @@ -994,7 +994,7 @@ class CollaboratorForm(forms.Form): def __init__(self, *args, **kwargs): super(CollaboratorForm, self).__init__(*args, **kwargs) - self.fields['collaborator'].widget.attrs['style'] = 'width: 100%' + self.fields['collaborator'].widget.attrs['full-width'] = True class OperationFormPreventive(forms.Form): |