Plugin Directory

Changeset 599270


Ignore:
Timestamp:
09/15/2012 12:01:29 PM (13 years ago)
Author:
keoshi
Message:

1.2.1 update: bug fix

Location:
wordcamp-lisbon-ribbon/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wordcamp-lisbon-ribbon/trunk/css/wclx2012-ribbon.css

    r599268 r599270  
    55    position:fixed;
    66    z-index:12345;
    7     -webkit-transition:all 0.12s ease !important;
    8     -moz-transition:all 0.12s ease !important;
    9     transition:all 0.12s ease !important;
    10 }
    11 
    12 a:hover.wclx-ribbon {
    13     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    14     filter: alpha(opacity=90);
    15     opacity:0.9;
    167}
    178    a.wclx-ribbon-right {
     
    3122}
    3223
     24a:hover.wclx-ribbon img {
     25    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
     26    filter: alpha(opacity=90);
     27    opacity:0.9;
     28    -webkit-transition:all 0.12s ease !important;
     29    -moz-transition:all 0.12s ease !important;
     30    transition:all 0.12s ease !important;
     31}
     32
    3333@media only screen and (max-width:768px) {
    3434    .wclx-ribbon {
  • wordcamp-lisbon-ribbon/trunk/wclxribbon.php

    r599268 r599270  
    44Plugin URI: http://2012.lisboa.wordcamp.org
    55Description: WordCamp Lisboa 2012 Ribbon. Core foundation from David Gwyer's Plugin Options Starter Kit.
    6 Version: 1.2
     6Version: 1.2.1
    77Author: Filipe Varela
    88Author URI: http://wp-portugal.com
     
    9898function wclxribbon_plugin_action_links( $links, $file ) {
    9999    if ( $file == plugin_basename( __FILE__ ) ) {
    100         $posk_links = '<a href="'.get_admin_url().'options-general.php?page=wclxribbon/wclxribbon.php">'.__('Settings').'</a>';
     100        $posk_links = '<a href="'.get_admin_url().'options-general.php?page=wordcamp-lisbon-ribbon/wclxribbon.php">'.__('Settings').'</a>';
    101101        array_unshift( $links, $posk_links );
    102102    }
Note: See TracChangeset for help on using the changeset viewer.