Ticket #495 (closed enhancement: worksforme)

Opened 2 years ago

Last modified 17 months ago

default pagelinks's css style is ugly

Reported by: bastnic Owned by: bastnic
Priority: lowest Milestone: Jelix 1.1.3
Component: jelix:plugins:tpl Version: 1.0.2
Severity: trivial Keywords:
Cc: Php version:
Review: Hosting Provider:
Blocked By: Documentation needed: no
Blocking:

Description

it can be cool if pagelinks have a default css link like

ul.pagelinks {
    list-style-type: none;
}
ul.pagelinks li {
    float: left;
    padding: 0 3px;
}

or something like that.

Attachments

pagelinks.png (3.0 kB) - added by bballizlife 18 months ago.
Pagelinks default css styles (from records_list.css)

Change History

Changed 2 years ago by bastnic

  • status changed from new to assigned
  • owner set to bastnic

Changed 19 months ago by foxmask

it seems to be done in records_list.css

Changed 18 months ago by laurentj

  • component changed from jelix:plugins to jelix:plugins:tpl
  • severity changed from normal to trivial
  • milestone set to Jelix 1.1.2

Changed 18 months ago by bballizlife

Agree with foxmask, the jelix-www/design/records_list.css already have styles for pagelinks. But you have to explicitely call the css file.

worksforme ?

Changed 18 months ago by bballizlife

Pagelinks default css styles (from records_list.css)

Changed 17 months ago by laurentj

  • status changed from assigned to closed
  • resolution set to worksforme

you can use record_list.css

Note: See TracTickets for help on using tickets.