Ignore:
Timestamp:
Feb 18, 2013, 10:18:40 PM (11 years ago)
Author:
rvelices
Message:

upgraded jquery ui from 1.9.0 to 1.10.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/js/ui/theme/jquery.ui.selectable.css

    r18630 r20824  
    11/*!
    2  * jQuery UI Selectable 1.9.0
     2 * jQuery UI Selectable 1.10.1
    33 * http://jqueryui.com
    44 *
    5  * Copyright 2012 jQuery Foundation and other contributors
     5 * Copyright 2013 jQuery Foundation and other contributors
    66 * Released under the MIT license.
    77 * http://jquery.org/license
     
    99 * http://docs.jquery.com/UI/Selectable#theming
    1010 */
    11 .ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
     11.ui-selectable-helper {
     12        position: absolute;
     13        z-index: 100;
     14        border: 1px dotted black;
     15}
Note: See TracChangeset for help on using the changeset viewer.