Changeset 9407 for src


Ignore:
Timestamp:
Jul 16, 2011, 6:16:40 PM (13 years ago)
Author:
dennisw
Message:

Made add-buttons in layerswitcher non-floating to fix issue in Opera.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/wlheatmap/templates/home.html

    r9371 r9407  
    7272        <div id="cat_hide"></div>
    7373        <input type=checkbox id=togglecat class=node checked />Nodes
    74         <a style="margin-top:4px;font-size:10px;float:right;" id="node_filter">(Add all nodes)</a>
     74        <a style="font-size:10px;" id="node_filter">(Add all nodes)</a>
    7575      </div>
    7676      <p><span id="node"></span></p>
     
    8080        <div id="cat_hide"></div>
    8181        <input type=checkbox id=togglecat class=user checked />Users
    82         <a style="margin-top:4px;font-size:10px;float:right;" id="user_filter">(Add all users)</a>
     82        <a style="font-size:10px;" id="user_filter">(Add all users)</a>
    8383      </div>
    8484      <p><span id="user"></span></p>
Note: See TracChangeset for help on using the changeset viewer.