Plugin Directory

Changeset 342790


Ignore:
Timestamp:
02/09/2011 01:29:27 AM (15 years ago)
Author:
drewcovi
Message:

new upload button and adjustments, removed old alias from dev team

Location:
mac-os-admin-theme/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • mac-os-admin-theme/trunk/js/custom.js

    r342137 r342790  
    2929    jQuery('#wpbody-content').width(jQuery(window).width()-jQuery('#adminmenu').width());
    3030    jQuery('#screen-options-wrap, #contextual-help-wrap').width(jQuery('#wpbody-content').width()-70);
    31 
    3231});
     32jQuery(window).load(function(){
     33        swfu.setButtonImageURL('/wp-content/plugins/mac-os-admin-theme/images/upload.png');
     34})
  • mac-os-admin-theme/trunk/readme.txt

    r342633 r342790  
    11=== OS-X Admin Theme ===
    2 Contributors: wfbnadador, drewcovi
     2Contributors: drewcovi
    33Tags: admin themes
    44Requires at least: 3.0
  • mac-os-admin-theme/trunk/styles/wp-admin.css

    r342667 r342790  
    5353    background: #fff;
    5454}
    55 #favorite-first{
    56     position: relative;
    57 }
     55
    5856#favorite-toggle:after{
    5957    content: '\25b6';
     
    364362    border: 1px solid #353535;
    365363    font-family: 'Lucida Grande';
    366     vertical-align: middle;
     364    vertical-align: top;
     365    display: inline-block;
     366    margin: 0;
    367367    color: #3E3E3E;
     368    padding: 4px 8px;
     369    line-height: 13px;
    368370    text-shadow: 0px 1px rgba(255,255,255,.8);
    369371    -webkit-border-radius: 3px;
     
    397399    padding-top: 4px;
    398400    display: inline-block;
     401    line-height: 13px;
    399402    padding-bottom: 2px;
    400     vertical-align: middle;
     403    margin: 0;
     404    vertical-align: top;
    401405    -webkit-box-shadow: 0px 1px 0px rgba(255,255,255, .4), inset 0 2px 2px rgba(0,0,0,.3);
    402406}
     
    580584    background: none;
    581585}
     586html{
     587    background: none !important;
     588}
     589.swfupload{
     590    margin: 0;
     591}
     592#favorite-first{
     593    position: relative;
     594    display: block;
     595}
Note: See TracChangeset for help on using the changeset viewer.