Changeset 314


Ignore:
Timestamp:
Oct 31, 2017, 6:53:12 AM (6 years ago)
Author:
g7moreau
Message:
  • Add bklask-arrow style for <td> link
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r313 r314  
    17831783   <td sorttable_customkey="$switch_hostname_sort">$switch_hostname</td>
    17841784   <td class="bklask-port">$parent_port_hr</td>
    1785    <td>$arrow</td>
     1785   <td class="bklask-arrow">$arrow</td>
    17861786   <td sorttable_customkey="$host_short">$computerdb->{$ip}{'hostname_fq'}</td>
    17871787   <td sorttable_customkey="$ip_sort">$ip</td>
     
    18441844   <td sorttable_customkey="$switch_hostname_sort">$sw</td>
    18451845   <td class="bklask-port">$parent_port_hr</td>
    1846    <td style="text-indent:-6ex;padding-left:7ex;">$arrow $child_port_hr</td>
     1846   <td class="bklask-arrow">$arrow $child_port_hr</td>
    18471847   <td sorttable_customkey="$host_short">$db_switch_parent{$sw}->{'switch'}</td>
    18481848   <td sorttable_customkey="$ip_sort">$ipv4_address</td>
     
    18821882   <td sorttable_customkey="router">router</td>
    18831883   <td class="bklask-port"></td>
    1884    <td style="text-indent:-6ex;padding-left:7ex;">$arrow $parent_port_hr</td>
     1884   <td class="bklask-arrow">$arrow $parent_port_hr</td>
    18851885   <td sorttable_customkey="$host_short">$sw</td>
    18861886   <td sorttable_customkey="$ip_sort">$ipv4_address</td>
     
    18991899   <td sorttable_customkey="$switch_hostname_sort">$sw</td>
    19001900   <td class="bklask-port">$parent_port_hr</td>
    1901    <td>$arrow</td><td></td>
     1901   <td class="bklask-arrow">$arrow</td><td></td>
    19021902   <td sorttable_customkey="router">router</td>
    19031903   <td sorttable_customkey="999999999999"></td>
     
    19511951   <td sorttable_customkey="$switch_hostname_sort">$sw_connect</td>
    19521952   <td class="bklask-port">$parent_port_hr</td>
    1953    <td style="text-indent:-6ex;padding-left:7ex;">$arrow $child_port_hr</td>
     1953   <td class="bklask-arrow">$arrow $child_port_hr</td>
    19541954   <td sorttable_customkey="$host_short">$sw</td>
    19551955   <td sorttable_customkey="$ip_sort">$ipv4_address</td>
     
    19671967   <td sorttable_customkey="$switch_hostname_sort">$sw_connect</td>
    19681968   <td class="bklask-port">$parent_port_hr</td>
    1969    <td>$arrow</td>
     1969   <td class="bklask-arrow">$arrow</td>
    19701970   <td sorttable_customkey="$sw">$sw</td>
    19711971   <td sorttable_customkey="">$ipv4_address</td>
  • trunk/style-klask.css

    r85 r314  
    6666  }
    6767
    68 
     68td.bklask-arrow {
     69  text-align      : left;
     70  text-indent     : -6ex;
     71  padding-left    : 7ex;
     72  }
Note: See TracChangeset for help on using the changeset viewer.