Plugin Directory

Changeset 604945


Ignore:
Timestamp:
09/28/2012 12:26:45 AM (13 years ago)
Author:
maxaud
Message:

Changes to display and small bug fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • expandable-menus/trunk/expandable-menus.php

    r604944 r604945  
    1414   
    1515        // echo css and javascript
     16        $plus_path = includes_url('/images/admin-bar-sprite.png');
    1617        echo '
    1718            <style>
     
    2021                }
    2122                .minimized .menu-item-handle {
    22                     border-right: 7px solid #298cba;
     23                    border-right: 20px solid #298cba;
     24                    overflow: visible !important;
     25                }
     26                .minimized .item-type {
     27                    position:relative;
     28                    left: 40px;
     29                    padding-right: 50px;
     30                    background: url("' . $plus_path . '") 60px -181px no-repeat;
     31                    cursor: s-resize;
     32                }
     33                .expander {
     34                    position: absolute;
     35                    top: 0px;
     36                    left: 420px;
    2337                }
    2438            </style>
Note: See TracChangeset for help on using the changeset viewer.