Ticket #6275: 6275.viper.patch

File 6275.viper.patch, 0.9 kB (added by Viper007Bond, 8 months ago)
  • wp-admin/wp-admin.css

    old new  
    14651465        line-height: 16px; 
    14661466        display: block; 
    14671467        padding-left: 18px; 
     1468        text-align: right; 
    14681469} 
    14691470 
    14701471th.status { 
     
    14731474 
    14741475.status .active { 
    14751476        background: url(images/active.png) center left no-repeat; 
     1477} 
     1478 
     1479.status .inactive { 
     1480        background: url(images/inactive.png) center left no-repeat; 
    14761481}