Changeset 5948 in subversion


Ignore:
Timestamp:
Mar 2, 2012 11:37:35 AM (16 months ago)
Author:
thomasb
Message:

Upgraded to jQuery UI 1.8.18

Location:
trunk/plugins/jqueryui
Files:
5 added
4 deleted
2 edited

Legend:

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

    r5677 r5948  
    66 * Provide the jQuery UI library with according themes. 
    77 * 
    8  * @version 1.8.14 
     8 * @version 1.8.18 
    99 * @author Cor Bosman <roundcube@wa.ter.net> 
    1010 * @author Thomas Bruederli <roundcube@gmail.com> 
     
    1616    public function init() 
    1717    { 
    18         $version = '1.8.14'; 
     18        $version = '1.8.18'; 
    1919 
    2020        $rcmail = rcmail::get_instance(); 
  • trunk/plugins/jqueryui/themes/default/roundcube-custom.diff

    r4961 r5948  
    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-24 16:23:47.000000000 +0200 
    3 @@ -61,7 +61,7 @@ 
     1--- jquery-ui-1.8.18.custom.css.orig    2012-03-02 08:13:36.000000000 +0100 
     2+++ jquery-ui-1.8.18.custom.css 2012-03-02 17:22:10.000000000 +0100 
     3@@ -58,7 +58,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; } 
    55 .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #000000; } 
     
    1010  
    1111 /* Interaction states 
    12 @@ -72,6 +72,8 @@ 
     12@@ -69,6 +69,8 @@ 
    1313 .ui-state-hover a, .ui-state-hover a:hover { color: #000000; text-decoration: none; } 
    1414 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #a4a4a4; background: #a3a3a3 url(images/ui-bg_highlight-hard_90_a3a3a3_1x100.png) 50% 50% repeat-x; font-weight: normal; color: #000000; } 
     
    1919  
    2020 /* Interaction Cues 
    21 @@ -82,7 +84,7 @@ 
     21@@ -79,7 +81,7 @@ 
    2222 .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cc3333; } 
    2323 .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cc3333; } 
     
    2828  
    2929 /* Icons 
    30 @@ -349,6 +351,8 @@ 
     30@@ -346,6 +348,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.14 
     37  * jQuery UI Menu 1.8.18 
    3838  * 
    39 @@ -364,6 +368,9 @@ 
     39@@ -361,6 +365,9 @@ 
    4040        margin: 0; 
    4141        display:block; 
     
    4747 .ui-menu .ui-menu { 
    4848        margin-top: -3px; 
    49 @@ -397,15 +404,16 @@ 
    50   * 
    51   * http://docs.jquery.com/UI/Button#theming 
    52   */ 
    53 -.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */ 
    54 +.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: default; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */ 
    55  .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */ 
     49@@ -399,10 +406,11 @@ 
    5650 button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ 
    5751 .ui-button-icons-only { width: 3.4em; }  
     
    6660 .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } 
    6761 .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } 
    68 @@ -435,7 +443,7 @@ 
     62@@ -432,7 +440,7 @@ 
    6963  * 
    7064  * http://docs.jquery.com/UI/Dialog#theming 
     
    7569 .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }  
    7670 .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } 
    77 @@ -444,7 +452,7 @@ 
     71@@ -441,7 +449,7 @@ 
    7872 .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } 
    7973 .ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; } 
     
    8478 .ui-draggable .ui-dialog-titlebar { cursor: move; } 
    8579 /* 
    86 @@ -481,13 +489,16 @@ 
     80@@ -478,13 +486,16 @@ 
    8781  */ 
    8882 .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") */ 
     
    10195+ 
    10296 /* 
    103   * jQuery UI Datepicker 1.8.14 
     97  * jQuery UI Datepicker 1.8.18 
    10498  * 
    105 @@ -497,7 +508,7 @@ 
     99@@ -494,7 +505,7 @@ 
    106100  * 
    107101  * http://docs.jquery.com/UI/Datepicker#theming 
     
    112106 .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } 
    113107 .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } 
    114 @@ -515,8 +526,9 @@ 
     108@@ -512,8 +523,9 @@ 
    115109 .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  } 
    116110 .ui-datepicker td { border: 0; padding: 1px; } 
Note: See TracChangeset for help on using the changeset viewer.