Making WordPress.org


Ignore:
Timestamp:
02/16/2015 09:59:50 PM (11 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress.org: More responsive'ish styling tweaks. Fix toolbar on mobile. See #691.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/plugins/buddypress-org/toolbar.php

    r685 r1262  
    494494            #wpadminbar #wp-admin-bar-user-info a:hover .display-name { color: #d84800; }
    495495            #wpadminbar #wp-admin-bar-user-info .username { color: #000; }
     496
     497            /* Some responsive'ish tweaks */
     498            @media screen and ( max-width: 460px ) {
     499                #wpadminbar {
     500                    top: 140px;
     501                }
     502                #wp-toolbar {
     503                    width: 100%;
     504                }
     505            }
     506
    496507        <?php endif; ?>
    497508    </style>
Note: See TracChangeset for help on using the changeset viewer.