Plugin Directory

Changeset 1947620


Ignore:
Timestamp:
09/26/2018 07:51:57 PM (8 years ago)
Author:
rvwoens
Message:

styling

Location:
map-pins/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • map-pins/trunk/include/xcos.php

    r1947611 r1947620  
    3939                <td>
    4040                    <input type="text" '.XCos::args2tags($args).' name="'.$fullname.'" id="'.$fullid.'" value="'.$value.'" />'.
    41                     ($helptext?'<div>'.$helptext.'</div>':'').
     41                    ($helptext?'<span class="description"> '.$helptext.'</span>':'').
    4242                '</td>
    4343            </tr>';
  • map-pins/trunk/map-pins.php

    r1947619 r1947620  
    44 * Plugin URI: http://mappins.innovader.nl
    55 * Description: Show pins on a map from an admin defined table
    6  * Version: 1.13
     6 * Version: 1.14
    77 * Author: Innovader BV
    88 * Author URI: http://innovader.nl
  • map-pins/trunk/styles/mappins-styles.css

    r1947619 r1947620  
    122122    vertical-align: top;
    123123}
     124
    124125
    125126/*** bootstrap styles ***/
Note: See TracChangeset for help on using the changeset viewer.