Changeset 4888 in subversion
- Timestamp:
- Jun 29, 2011 7:10:19 AM (23 months ago)
- Location:
- trunk/plugins/jqueryui/themes/default
- Files:
-
- 2 edited
-
jquery-ui-1.8.12.custom.css (modified) (2 diffs)
-
roundcube-custom.diff (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/jqueryui/themes/default/jquery-ui-1.8.12.custom.css
r4824 r4888 62 62 .ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #000000; } 63 63 .ui-widget-content a { color: #000000; } 64 .ui-widget-header { border: 1px solid #999999; border-width: 0 0 1px 0; background: #f4f4f4 url(images/listheader.png) 50% 50% repeat-x; color: #333333; font-weight: bold; margin: -0.2em -0.2em 0 -0.2em; }64 .ui-widget-header { border: 1px solid #999999; border-width: 0 0 1px 0; background: #f4f4f4 url(images/listheader.png) 50% 50% repeat-x; color: #333333; font-weight: bold; margin: -0.2em -0.2em 0 -0.2em; width:auto !important; width:105%; } 65 65 .ui-widget-header a { color: #333333; } 66 66 … … 73 73 .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; } 74 74 .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #000000; text-decoration: none; } 75 .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #c33; color: #c00; } 75 .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #c33; color: #a00; } 76 .ui-tabs-nav .ui-state-focus { border: 1px solid #a4a4a4; color: #000000; } 76 77 .ui-widget :active { outline: none; } 77 78 -
trunk/plugins/jqueryui/themes/default/roundcube-custom.diff
r4824 r4888 1 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- 01 18:58:35.000000000 +02002 +++ jquery-ui-1.8.12.custom.css 2011-06-29 13:08:14.000000000 +0200 3 3 @@ -61,7 +61,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; } … … 6 6 .ui-widget-content a { color: #000000; } 7 7 -.ui-widget-header { border: 1px solid #999999; background: #f4f4f4 url(images/ui-bg_highlight-hard_90_f4f4f4_1x100.png) 50% 50% repeat-x; color: #333333; font-weight: bold; } 8 +.ui-widget-header { border: 1px solid #999999; border-width: 0 0 1px 0; background: #f4f4f4 url(images/listheader.png) 50% 50% repeat-x; color: #333333; font-weight: bold; margin: -0.2em -0.2em 0 -0.2em; }8 +.ui-widget-header { border: 1px solid #999999; border-width: 0 0 1px 0; background: #f4f4f4 url(images/listheader.png) 50% 50% repeat-x; color: #333333; font-weight: bold; margin: -0.2em -0.2em 0 -0.2em; width:auto !important; width:105%; } 9 9 .ui-widget-header a { color: #333333; } 10 10 11 11 /* Interaction states 12 @@ -72,6 +72, 7@@12 @@ -72,6 +72,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; } 15 15 .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #000000; text-decoration: none; } 16 +.ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #c33; color: #c00; } 16 +.ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #c33; color: #a00; } 17 +.ui-tabs-nav .ui-state-focus { border: 1px solid #a4a4a4; color: #000000; } 17 18 .ui-widget :active { outline: none; } 18 19 19 20 /* Interaction Cues 20 @@ -82,7 +8 3,7 @@21 @@ -82,7 +84,7 @@ 21 22 .ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cc3333; } 22 23 .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cc3333; } … … 27 28 28 29 /* Icons 29 @@ -359,6 +36 0,8 @@30 @@ -359,6 +361,8 @@ 30 31 /* workarounds */ 31 32 * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */ … … 36 37 * jQuery UI Menu 1.8.12 37 38 * 38 @@ -374,6 +37 7,8 @@39 @@ -374,6 +378,8 @@ 39 40 margin: 0; 40 41 display:block; … … 45 46 .ui-menu .ui-menu { 46 47 margin-top: -3px; 47 @@ -412,10 +41 7,11 @@48 @@ -412,10 +418,11 @@ 48 49 button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */ 49 50 .ui-button-icons-only { width: 3.4em; } … … 58 59 .ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; } 59 60 .ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; } 60 @@ -445,7 +45 1,7 @@61 @@ -445,7 +452,7 @@ 61 62 * 62 63 * http://docs.jquery.com/UI/Dialog#theming … … 67 68 .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 68 69 .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; } 69 @@ -491,13 +49 7,16 @@70 @@ -491,13 +498,16 @@ 70 71 */ 71 72 .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") */ … … 86 87 * jQuery UI Datepicker 1.8.12 87 88 * 88 @@ -507,7 +51 6,7 @@89 @@ -507,7 +517,7 @@ 89 90 * 90 91 * http://docs.jquery.com/UI/Datepicker#theming … … 95 96 .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; } 96 97 .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; } 97 @@ -525,6 +53 4,7 @@98 @@ -525,6 +535,7 @@ 98 99 .ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; } 99 100 .ui-datepicker td { border: 0; padding: 1px; }
Note: See TracChangeset
for help on using the changeset viewer.
