dossiers: css improving textarea in patientrecord

This commit is contained in:
Jérôme Schneider 2014-04-02 16:22:33 +02:00
parent 4422beb0f6
commit ca1f2836e2
3 changed files with 10 additions and 7 deletions

View File

@ -168,7 +168,7 @@ class FamilyForm(ModelForm):
'family_situation', 'child_custody', 'job_mother', 'job_father',
'rm_mother', 'rm_father', 'family_comment')
widgets = {
'family_comment': forms.Textarea(attrs={'cols': 70, 'rows': 2}),
'family_comment': forms.Textarea(attrs={'cols': 50, 'rows': 1}),
}
class TransportFrom(ModelForm):

View File

@ -94,3 +94,8 @@ div#tabs-4 div div.buttons {
font-size: 1.1em;
}
#tabs textarea {
margin-top: 5px;
width: 85%;
}

View File

@ -351,13 +351,11 @@ div#sidebar div.search-reset button#reset {
}
select {
background: white url(../images/button-next-down.png) no-repeat 98% 50%;
background: white;
color: black;
padding: 5px;
margin-left: 10px;
border: 1px solid #cccccc;
color:#666666;
color: black;
color: #666666;
/* width: 69.2%; */
}
@ -643,12 +641,12 @@ table#ressource-list .col-label a {
div#tabs div.left {
float: left;
width: 35%;
width: 47%;
}
div#tabs div.right {
float: right;
width: 45%;
width: 50%;
}
div#tabs div.right ul li,