Changeset 9097 in josm for trunk/styles


Ignore:
Timestamp:
2015-12-10T16:44:34+01:00 (9 years ago)
Author:
Klumbumbus
Message:

support note and fixme at the same time. Instead of stacking display both annotations side by side, see also [o31804]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/standard/elemstyles.mapcss

    r9096 r9097  
    46624662/***************************/
    46634663
    4664 node|z16-[fixme]::core_fixme,
    4665 node|z-15[fixme][!setting("hide_icons")]::core_fixme,
    4666 node|z16-[FIXME]::core_fixme,
    4667 node|z-15[FIXME][!setting("hide_icons")]::core_fixme {
    4668     object-z-index: 20;
     4664node|z16-[fixme]::core_note_fixme,
     4665node|z-15[fixme][!setting("hide_icons")]::core_note_fixme,
     4666node|z16-[FIXME]::core_note_fixme,
     4667node|z-15[FIXME][!setting("hide_icons")]::core_note_fixme {
     4668    object-z-index: 10;
    46694669    icon-image: "misc/fixme-annotation.png";
    46704670}
    4671 node|z16-[note]::core_note,
    4672 node|z-15[note][!setting("hide_icons")]::core_note {
     4671node|z16-[note]::core_note_fixme,
     4672node|z-15[note][!setting("hide_icons")]::core_note_fixme {
    46734673    object-z-index: 10;
    46744674    icon-image: "misc/note-annotation.png";
     4675}
     4676node|z16-[note][fixme]::core_note_fixme,
     4677node|z-15[note][fixme][!setting("hide_icons")]::core_note_fixme,
     4678node|z16-[note][FIXME]::core_note_fixme,
     4679node|z-15[note][FIXME][!setting("hide_icons")]::core_note_fixme {
     4680    icon-image: "misc/note-fixme-annotation.png";
    46754681}
    46764682
Note: See TracChangeset for help on using the changeset viewer.