Changeset 342790
- Timestamp:
- 02/09/2011 01:29:27 AM (15 years ago)
- Location:
- mac-os-admin-theme/trunk
- Files:
-
- 1 added
- 3 edited
-
images/upload.png (added)
-
js/custom.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
styles/wp-admin.css (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mac-os-admin-theme/trunk/js/custom.js
r342137 r342790 29 29 jQuery('#wpbody-content').width(jQuery(window).width()-jQuery('#adminmenu').width()); 30 30 jQuery('#screen-options-wrap, #contextual-help-wrap').width(jQuery('#wpbody-content').width()-70); 31 32 31 }); 32 jQuery(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 1 1 === OS-X Admin Theme === 2 Contributors: wfbnadador,drewcovi2 Contributors: drewcovi 3 3 Tags: admin themes 4 4 Requires at least: 3.0 -
mac-os-admin-theme/trunk/styles/wp-admin.css
r342667 r342790 53 53 background: #fff; 54 54 } 55 #favorite-first{ 56 position: relative; 57 } 55 58 56 #favorite-toggle:after{ 59 57 content: '\25b6'; … … 364 362 border: 1px solid #353535; 365 363 font-family: 'Lucida Grande'; 366 vertical-align: middle; 364 vertical-align: top; 365 display: inline-block; 366 margin: 0; 367 367 color: #3E3E3E; 368 padding: 4px 8px; 369 line-height: 13px; 368 370 text-shadow: 0px 1px rgba(255,255,255,.8); 369 371 -webkit-border-radius: 3px; … … 397 399 padding-top: 4px; 398 400 display: inline-block; 401 line-height: 13px; 399 402 padding-bottom: 2px; 400 vertical-align: middle; 403 margin: 0; 404 vertical-align: top; 401 405 -webkit-box-shadow: 0px 1px 0px rgba(255,255,255, .4), inset 0 2px 2px rgba(0,0,0,.3); 402 406 } … … 580 584 background: none; 581 585 } 586 html{ 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.