fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [7826] Added bottom margin to input field address 2


From: Torstein
Subject: [Fmsystem-commits] [7826] Added bottom margin to input field address 2
Date: Wed, 05 Oct 2011 13:29:47 +0000

Revision: 7826
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=7826
Author:   vator
Date:     2011-10-05 13:29:47 +0000 (Wed, 05 Oct 2011)
Log Message:
-----------
Added bottom margin to input field address 2

Modified Paths:
--------------
    trunk/rental/templates/base/css/base.css
    trunk/rental/templates/base/party.php

Modified: trunk/rental/templates/base/css/base.css
===================================================================
--- trunk/rental/templates/base/css/base.css    2011-10-05 13:18:15 UTC (rev 
7825)
+++ trunk/rental/templates/base/css/base.css    2011-10-05 13:29:47 UTC (rev 
7826)
@@ -179,6 +179,10 @@
        width:100px;    
 }
 
+.proplist-col input.address_2{
+       margin-bottom:4px;      
+}
+
 div.identifier-header {
        padding-left: 2em;
        margin-bottom: 1em;     

Modified: trunk/rental/templates/base/party.php
===================================================================
--- trunk/rental/templates/base/party.php       2011-10-05 13:18:15 UTC (rev 
7825)
+++ trunk/rental/templates/base/party.php       2011-10-05 13:29:47 UTC (rev 
7826)
@@ -160,7 +160,7 @@
                                                ?>
                                                        <input type="text" 
name="address1" id="address1" value="<?php echo $party->get_address_1() ?>" />
                                                        <br/>
-                                                       <input type="text" 
name="address2" id="address2" value="<?php echo $party->get_address_2() ?>" />
+                                                       <input type="text" 
name="address2" id="address2" class="address_2" value="<?php echo 
$party->get_address_2() ?>" />
                                                <?php
                                                }
                                                else




reply via email to

[Prev in Thread] Current Thread [Next in Thread]