Changeset 5948 in subversion
- Timestamp:
- Mar 2, 2012 11:37:35 AM (15 months ago)
- Location:
- trunk/plugins/jqueryui
- Files:
-
- 5 added
- 4 deleted
- 2 edited
-
jqueryui.php (modified) (2 diffs)
-
js/jquery-ui-1.8.14.custom.min.js (deleted)
-
js/jquery-ui-1.8.18.custom.min.js (added)
-
themes/default/jquery-ui-1.8.14.custom.css (deleted)
-
themes/default/jquery-ui-1.8.18.custom.css (added)
-
themes/default/roundcube-custom.diff (modified) (11 diffs)
-
themes/larry/images/ui-icons_ffffff_256x240.png (added)
-
themes/larry/jquery-ui-1.8.14.custom.css (deleted)
-
themes/larry/jquery-ui-1.8.18.custom.css (added)
-
themes/redmond/jquery-ui-1.8.14.custom.css (deleted)
-
themes/redmond/jquery-ui-1.8.18.custom.css (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/jqueryui/jqueryui.php
r5677 r5948 6 6 * Provide the jQuery UI library with according themes. 7 7 * 8 * @version 1.8.1 48 * @version 1.8.18 9 9 * @author Cor Bosman <roundcube@wa.ter.net> 10 10 * @author Thomas Bruederli <roundcube@gmail.com> … … 16 16 public function init() 17 17 { 18 $version = '1.8.1 4';18 $version = '1.8.18'; 19 19 20 20 $rcmail = rcmail::get_instance(); -
trunk/plugins/jqueryui/themes/default/roundcube-custom.diff
r4961 r5948 1 --- jquery-ui-1.8.1 4.custom.css.orig 2011-07-20 13:59:40.000000000 +02002 +++ jquery-ui-1.8.1 4.custom.css 2011-07-24 16:23:47.000000000 +02003 @@ - 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 @@ 4 4 .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 1em; } 5 5 .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #000000; } … … 10 10 11 11 /* Interaction states 12 @@ - 72,6 +72,8 @@12 @@ -69,6 +69,8 @@ 13 13 .ui-state-hover a, .ui-state-hover a:hover { color: #000000; text-decoration: none; } 14 14 .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; } … … 19 19 20 20 /* Interaction Cues 21 @@ - 82,7 +84,7 @@21 @@ -79,7 +81,7 @@ 22 22 .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cc3333; } 23 23 .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cc3333; } … … 28 28 29 29 /* Icons 30 @@ -34 9,6 +351,8 @@30 @@ -346,6 +348,8 @@ 31 31 /* workarounds */ 32 32 * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ … … 35 35 + 36 36 /* 37 * jQuery UI Menu 1.8.1 437 * jQuery UI Menu 1.8.18 38 38 * 39 @@ -36 4,6 +368,9 @@39 @@ -361,6 +365,9 @@ 40 40 margin: 0; 41 41 display:block; … … 47 47 .ui-menu .ui-menu { 48 48 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 @@ 56 50 button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ 57 51 .ui-button-icons-only { width: 3.4em; } … … 66 60 .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } 67 61 .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } 68 @@ -43 5,7 +443,7 @@62 @@ -432,7 +440,7 @@ 69 63 * 70 64 * http://docs.jquery.com/UI/Dialog#theming … … 75 69 .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 76 70 .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } 77 @@ -44 4,7 +452,7 @@71 @@ -441,7 +449,7 @@ 78 72 .ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; } 79 73 .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; } … … 84 78 .ui-draggable .ui-dialog-titlebar { cursor: move; } 85 79 /* 86 @@ -4 81,13 +489,16 @@80 @@ -478,13 +486,16 @@ 87 81 */ 88 82 .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") */ … … 101 95 + 102 96 /* 103 * jQuery UI Datepicker 1.8.1 497 * jQuery UI Datepicker 1.8.18 104 98 * 105 @@ -49 7,7 +508,7 @@99 @@ -494,7 +505,7 @@ 106 100 * 107 101 * http://docs.jquery.com/UI/Datepicker#theming … … 112 106 .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } 113 107 .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } 114 @@ -51 5,8 +526,9 @@108 @@ -512,8 +523,9 @@ 115 109 .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } 116 110 .ui-datepicker td { border: 0; padding: 1px; }
Note: See TracChangeset
for help on using the changeset viewer.
