Making WordPress.org


Ignore:
Timestamp:
06/18/2016 04:35:50 AM (10 years ago)
Author:
obenland
Message:

Plugin Directory: Design updates to closer reflect the details mockup.

  • Version number and top margin for meta widget.
  • "Loading" bar for resolved support threads.
  • Circular avatars.

See #1719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss

    r3405 r3423  
    164164
    165165            .avatar {
     166                border-radius: 50%;
    166167                margin-right: 10px;
    167168                vertical-align: middle;
     
    169170        }
    170171    }
    171 
    172     .entry-meta {
    173         padding: 0 ms(4);
    174 
    175         @media screen and ( min-width: $ms-breakpoint ) {
     172    @media screen and ( min-width: $ms-breakpoint ) {
     173        .entry-meta {
    176174            float: right;
    177             padding: 0;
    178175            width: 30%;
    179176        }
Note: See TracChangeset for help on using the changeset viewer.