Making WordPress.org

Changeset 5745


Ignore:
Timestamp:
08/03/2017 10:12:13 PM (9 years ago)
Author:
coffee2code
Message:

Trac: Prevent "Download all attachments as: .zip" from extending outside "Attachments" box when not logged in.

Props SergeyBiryukov.
Fixes #2985.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/style/trac/wp-trac.css

    r3639 r5745  
    585585        border: 1px solid #ccc;
    586586        padding-right: 1em;
     587        position: relative;
     588}
     589#attachments > div.attachments p {
     590        float: none;
     591        position: absolute;
     592        right: 1em;
     593        bottom: 1em;
    587594}
    588595#attachments dd {
Note: See TracChangeset for help on using the changeset viewer.