Skip to content

Commit

Permalink
change styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ZatolokinPavel committed Jun 30, 2015
1 parent c25eced commit b5593d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/forms.erl
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ new(Document,Object) ->
% card row

(#field{type=card,name=[Name1,Name2,Name3]}=X2,Acc) ->
[#panel { id=wf:atom([Name1,Name]), style="padding-top:0;", class=box, body=[
[#panel { id=wf:atom([Name1,Name]), class=[box,pad0], body=[
#panel { class=label, body = X2#field.title},
#panel { class=field, style="width:66.63%", body=
#panel {class=box, id=wf:atom([Name2,Name]), body=[
#panel {id=wf:atom([Name2,Name]), body=[
#panel{class=field,style="width:90%;", body =
#select{id=wf:atom([Name3, Name]), disabled=true, validation="Validation.card(e)",
body= #option{selected=true, body= deposits:translate(loading)}}},
Expand Down

0 comments on commit b5593d3

Please sign in to comment.