• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

XenForo 1.5.11 Upgrade

LPH

Flight Director
Flight Instructor
Added some custom CSS to fix the top bar as well as the profile Edit Profile and Logout buttons.

Code:
.td-weather-top-widget {
    margin-right: 20px;
}

.td_data_time {
    margin-right: 20px;
}

.xenword_profile.edit, .xenword_logout.logout {
    min-width: 44%;
    font-size: smaller;
}

The site looks better on the iPad in portrait mode now. ;)

iPad Portrait 11-24-2016.png
 
Top