Making WordPress.org

Changeset 1751


Ignore:
Timestamp:
07/18/2015 02:37:57 PM (10 years ago)
Author:
ocean90
Message:

Translate: Update row selectors and don't stretch theme icons.

see #1091.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/translate.wordpress.org/public_html/gp-templates/style.css

    r1734 r1751  
    123123}
    124124
    125 table.translations tr.even,
     125table.translations tr:nth-child(4n+3),
    126126.translation-sets tr,
    127127.locales tr {
     
    129129}
    130130
    131 .translation-sets tr.odd:hover,
    132 .locales tr.odd:hover,
     131.translations tr.preview:hover,
     132.translation-sets tr:nth-child(odd):hover,
     133.locales tr:nth-child(odd):hover,
    133134.translation-sets tr:hover,
    134135.locales tr:hover,
     
    572573}
    573574
     575.projects .project-icon .icon img {
     576    width: 128px;
     577    height: auto;
     578}
     579
    574580.projects .project-status {
    575581    font-size: 13px;
     
    679685.project-box .project-icon .wordpress-icon span {
    680686    color: #fff;
     687}
     688
     689.projects .project-icon .icon img {
     690    width: 64px;
     691    height: auto;
    681692}
    682693
Note: See TracChangeset for help on using the changeset viewer.