Making WordPress.org

Changeset 7082


Ignore:
Timestamp:
04/11/2018 12:16:46 AM (7 years ago)
Author:
coreymckrill
Message:

WP15 theme: RTL adjustments

  • Fix alignment of meetup events
  • Fix alignment of meetup event search box
  • Fix position of locale notice dismiss button
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/style.css

    r7063 r7082  
    347347    color: #333;
    348348    cursor: pointer;
     349}
     350
     351.rtl .wp15-locale-notice-dismiss {
     352    left: 1px;
     353    right: inherit;
    349354}
    350355
     
    433438}
    434439
     440.rtl #wp15-events-filter input[type="text"] {
     441    margin-left: 0;
     442    margin-right: .5em;
     443}
     444
    435445.wp15-events-list {
    436446    display: grid;
     
    440450    margin-left: calc( -1 * ( (80vw - 100%) / 2 ) );
    441451    list-style-type: none;
     452}
     453
     454.rtl .wp15-events-list {
     455    margin-left: 0;
     456    margin-right: calc( -1 * ( (80vw - 100%) / 2 ) );
    442457}
    443458
Note: See TracChangeset for help on using the changeset viewer.