Changeset 4 for trunk/style.css


Ignore:
Timestamp:
Aug 5, 2018, 1:12:12 AM (6 years ago)
Author:
chronos
Message:
  • Added: RSS channel.
  • Added: Location and weight properties.
  • Modified: Better sorting and paging of table.
  • Added: Filtering by gender.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/style.css

    r3 r4  
     1body,td{font-size:14px;font-family:Arial}
     2
    13.WideTable
    24{
     
    4850.filter-num-box div.dropdown .btn{background:#fff;margin:0;border:0;padding:0 8px;line-height:28px;font-size:13px;border-radius: 0}
    4951.filter-num-box div.dropdown-menu a.dropdown-item{line-height:20px;font-size:13px}
     52
     53.icon-both:before {
     54  content: "Obě";
     55  color: black;
     56}
     57.icon-woman:before {
     58  content: "Ženy";
     59  color: black;
     60}
     61.icon-man:before {
     62  content: "Muži";
     63  color: black;
     64}
Note: See TracChangeset for help on using the changeset viewer.