Ignore:
Timestamp:
Aug 27, 2011, 2:40:58 PM (14 years ago)
Author:
rick
Message:

Fix style-sheet inheritance, allowing to override and fix location of Permament and Coordinates to the top.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/django_gheat/wlheatmap/static/style.css

    r9580 r9583  
    273273  z-index:2;
    274274}
     275
     276div.olControlOverviewMapElement {
     277  background-color: #BA0000;
     278}
     279
     280div.olControlMousePosition {
     281  bottom: auto;
     282  right: 50px;
     283  top: 0px;
     284
     285}
     286
     287div.olControlPermalink {
     288  bottom: auto;
     289  top: 0px;
     290}
Note: See TracChangeset for help on using the changeset viewer.