Changeset 4947 in subversion


Ignore:
Timestamp:
Jul 20, 2011 5:13:04 PM (22 months ago)
Author:
thomasb
Message:

Update jquery UI to version 1.8.14

Location:
trunk/plugins/jqueryui
Files:
3 added
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/jqueryui/jqueryui.php

    r4770 r4947  
    1616  public function init() 
    1717  { 
    18     $version = '1.8.12'; 
     18    $version = '1.8.14'; 
    1919 
    2020    $rcmail = rcmail::get_instance(); 
  • trunk/plugins/jqueryui/themes/default/roundcube-custom.diff

    r4889 r4947  
    1 --- jquery-ui-1.8.12.custom.css.orig    2011-05-02 14:50:40.000000000 +0200 
    2 +++ jquery-ui-1.8.12.custom.css 2011-06-29 13:15:47.000000000 +0200 
     1--- jquery-ui-1.8.14.custom.css.orig    2011-07-20 13:59:40.000000000 +0200 
     2+++ jquery-ui-1.8.14.custom.css 2011-07-20 23:01:08.000000000 +0200 
    33@@ -61,7 +61,7 @@ 
    44 .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 1em; } 
     
    2828  
    2929 /* Icons 
    30 @@ -359,6 +361,8 @@ 
     30@@ -349,6 +351,8 @@ 
    3131 /* workarounds */ 
    3232 * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ 
     
    3535+ 
    3636 /* 
    37   * jQuery UI Menu 1.8.12 
     37  * jQuery UI Menu 1.8.14 
    3838  * 
    39 @@ -374,6 +378,8 @@ 
     39@@ -364,6 +368,8 @@ 
    4040        margin: 0; 
    4141        display:block; 
     
    4646 .ui-menu .ui-menu { 
    4747        margin-top: -3px; 
    48 @@ -412,10 +418,11 @@ 
     48@@ -402,10 +408,11 @@ 
    4949 button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ 
    5050 .ui-button-icons-only { width: 3.4em; }  
     
    5959 .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } 
    6060 .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } 
    61 @@ -445,7 +452,7 @@ 
     61@@ -435,7 +442,7 @@ 
    6262  * 
    6363  * http://docs.jquery.com/UI/Dialog#theming 
     
    6868 .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }  
    6969 .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } 
    70 @@ -491,13 +498,16 @@ 
     70@@ -481,13 +488,16 @@ 
    7171  */ 
    7272 .ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ 
     
    8585+ 
    8686 /* 
    87   * jQuery UI Datepicker 1.8.12 
     87  * jQuery UI Datepicker 1.8.14 
    8888  * 
    89 @@ -507,7 +517,7 @@ 
     89@@ -497,7 +507,7 @@ 
    9090  * 
    9191  * http://docs.jquery.com/UI/Datepicker#theming 
     
    9696 .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } 
    9797 .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } 
    98 @@ -525,6 +535,7 @@ 
     98@@ -515,6 +525,7 @@ 
    9999 .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  } 
    100100 .ui-datepicker td { border: 0; padding: 1px; } 
Note: See TracChangeset for help on using the changeset viewer.