123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?php
- ?>
- <style type="text/css">
- dislay: block;
- margin: 0px;
- border-bottom-style: solid;
- border-bottom-width: 1px;
- }
- margin: 0px 0px 5px 0px;
- }
- display: inline-block;
- margin: 0px;
- vertical-align: top;
- margin-left: 15px;
-
- }
- font-weight: bold;
- height: 15px;
- }
- display: inline-block;
- margin: 0px;
- vertical-align: top;
- padding-left: 15px;
- }
- font-weight: bold;
- }
- font-style: italic;
- }
- width: 30%;
- height: 50px;
- }
- width: 30%;
- }
- width: 0%;
- }
- padding-bottom: 10px;
- margin-bottom: 5px;
- padding-top: 10px;
- }
- padding-bottom: 10px;
- margin-bottom: 5px;
- padding-top: 10px;
- border-bottom-style: solid;
- border-bottom-width: 1px;
- }
- display: inline-block;
- margin: 0px;
- vertical-align: top;
- margin-left: 15px;
- width: 30%;
- }
- </style>
- <?php print drupal_render_children($form); ?>
|