Ticket #18654: 18654.diff

File 18654.diff, 961 bytes (added by georgestephanis, 18 months ago)

Tidied it up so I was changing fewer things (which is always good)

  • wp-includes/css/admin-bar.dev.css

     
    259259 
    260260#wpadminbar .ab-top-secondary { 
    261261        float: right; 
     262        position: fixed; 
     263        right: 0; 
     264        top: 0; 
     265 
     266        background-color: #464646; /* Fallback */ 
     267        background-image: -ms-linear-gradient(bottom, #373737, #464646 5px); /* IE10 */ 
     268        background-image: -moz-linear-gradient(bottom, #373737, #464646 5px); /* Firefox */ 
     269        background-image: -o-linear-gradient(bottom, #373737, #464646 5px); /* Opera */ 
     270        background-image: -webkit-gradient(linear, left bottom, left top, from(#373737), to(#464646)); /* old Webkit */ 
     271        background-image: -webkit-linear-gradient(bottom, #373737, #464646 5px); /* new Webkit */ 
     272        background-image: linear-gradient(bottom, #373737, #464646 5px); /* proposed W3C Markup */ 
    262273} 
    263274 
    264275#wpadminbar ul li:last-child,