Changeset 353 for trunk


Ignore:
Timestamp:
Nov 1, 2017, 11:51:31 PM (6 years ago)
Author:
g7moreau
Message:
  • Specify arrow in css and not in html !
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask

    r349 r353  
    17591759 <thead>
    17601760  <tr>
    1761    <th scope="col" class="klask-header-left">Switch&nbsp;&#8645;</th>
     1761   <th scope="col" class="klask-header-left">Switch</th>
    17621762   <th scope="col" class="sorttable_nosort">Port</th>
    17631763   <th scope="col" class="sorttable_nosort">Link</th>
    1764    <th scope="col" class="sorttable_alpha">Hostname-FQ&nbsp;&#8645;</th>
    1765    <th scope="col" class="hklask-ipv4">IPv4-Address&nbsp;&#8645;</th>
    1766    <th scope="col" class="sorttable_alpha">MAC-Address&nbsp;&#8645;</th>
    1767    <th scope="col" class="sorttable_alpha">VLAN&nbsp;&#8645;</th>
    1768    <th scope="col" class="klask-header-right">Date&nbsp;&#8645;</th>
     1764   <th scope="col" class="sorttable_alpha">Hostname-FQ</th>
     1765   <th scope="col" class="hklask-ipv4">IPv4-Address</th>
     1766   <th scope="col" class="sorttable_alpha">MAC-Address</th>
     1767   <th scope="col" class="sorttable_alpha">VLAN</th>
     1768   <th scope="col" class="klask-header-right">Date</th>
    17691769  </tr>
    17701770 </thead>
     
    22052205 <thead>
    22062206  <tr>
    2207    <th scope="col" class="klask-header-left">Switch&nbsp;&#8645;</th>
     2207   <th scope="col" class="klask-header-left">Switch</th>
    22082208   <th scope="col" class="sorttable_nosort">Port</th>
    2209    <th scope="col" class="sorttable_alpha">VLAN-Bad&nbsp;&#8645;</th>
    2210    <th scope="col" class="sorttable_alpha">VLAN-Good&nbsp;&#8645;</th>
    2211    <th scope="col" class="sorttable_alpha">Date-Last&nbsp;&#8645;</th>
    2212    <th scope="col" class="sorttable_alpha">Date-Good&nbsp;&#8645;</th>
    2213    <th scope="col" class="sorttable_alpha">MAC-Address&nbsp;&#8645;</th>
    2214    <th scope="col" class="klask-header-right">Hostname-FQ&nbsp;&#8645;</th>
     2209   <th scope="col" class="sorttable_alpha">VLAN-Bad</th>
     2210   <th scope="col" class="sorttable_alpha">VLAN-Good</th>
     2211   <th scope="col" class="sorttable_alpha">Date-Last</th>
     2212   <th scope="col" class="sorttable_alpha">Date-Good</th>
     2213   <th scope="col" class="sorttable_alpha">MAC-Address</th>
     2214   <th scope="col" class="klask-header-right">Hostname-FQ</th>
    22152215  </tr>
    22162216 </thead>
     
    27622762 <thead>
    27632763  <tr>
    2764    <th scope="col" class="klask-header-left">IPv4-Address&nbsp;&#8645;</th>
    2765    <th scope="col" class="sorttable_alpha">Hostname-FQ&nbsp;&#8645;</th>
    2766    <th scope="col" class="sorttable_alpha">VLAN&nbsp;&#8645;</th>
    2767    <th scope="col" class="klask-header-right">Date&nbsp;&#8645;</th>
     2764   <th scope="col" class="klask-header-left">IPv4-Address</th>
     2765   <th scope="col" class="sorttable_alpha">Hostname-FQ</th>
     2766   <th scope="col" class="sorttable_alpha">VLAN</th>
     2767   <th scope="col" class="klask-header-right">Date</th>
    27682768  </tr>
    27692769 </thead>
  • trunk/style-klask.css

    r347 r353  
    3232table.sortable thead th.sorttable_nosort:hover {
    3333   background      : #333;
     34   }
     35
     36table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after {
     37   content         : "\00A0\21C5"
    3438   }
    3539
Note: See TracChangeset for help on using the changeset viewer.