Plugin Directory

Changeset 599268

Timestamp:
09/15/2012 11:43:37 AM (12 years ago)
Author:
keoshi
Message:

1.2 update: fixed the z-index order

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

Legend:

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

    r587128 r599268  
    22
    33a.wclx-ribbon {
     4
     5
     6
    47    -webkit-transition:all 0.12s ease !important;
    58    -moz-transition:all 0.12s ease !important;
     
    1215    opacity:0.9;
    1316}
     17
     18
     19
     20
     21
     22
     23
     24
    1425
    1526.wclx-ribbon-image {
    1627    margin:0px;
    17     cursor:pointer;
     28    ;
    1829    border:none;
    19     position:fixed;
    20     z-index:12345;
    21 }
    22 
    23 .wclx-ribbon-image-right {
    24     right:0px;
    25 }
    26 
    27 .wclx-ribbon-image-left {
    28     left:0px;
     30    z-index:12344;
    2931}
    3032
    3133@media only screen and (max-width:768px) {
    32     .wclx-ribbon-image {
     34    .wclx-ribbon {
    3335        width:100px;
    3436        height:auto;
  • wordcamp-lisbon-ribbon/trunk/wclxribbon.php

    r587128 r599268  
    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.0
     6Version: 1.
    77Author: Filipe Varela
    88Author URI: http://wp-portugal.com
     
    136136    endif;
    137137
    138     echo "<a target='_blank' href='http://2012.lisboa.wordcamp.org' class='wclx-ribbon'><img src='{$image}' alt='WordCamp Lisboa 2012' class='wclx-ribbon-image wclx-ribbon-image-$side' style='top: ".$top ."px;' /></a>";
     138    echo "<a target='_blank' href='http://2012.lisboa.wordcamp.org' class='wclx-ribbon' /></a>";
    139139}
    140140add_action('wp_footer', 'wclxribbon_ribbon');
Note: See TracChangeset for help on using the changeset viewer.