Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/css/wikiEditor.toolbar.css |
— | — | @@ -42,7 +42,7 @@ |
43 | 43 | } |
44 | 44 | .wikiEditor-ui-toolbar .sections .loading .spinner { |
45 | 45 | display: block; |
46 | | - background-image: url(../images/wikiEditor/toolbar/loading.gif?1); |
| 46 | + background-image: url(../images/wikiEditor/toolbar/loading.gif?2); |
47 | 47 | background-position: left center; |
48 | 48 | background-repeat: no-repeat; |
49 | 49 | padding-left: 32px; |
— | — | @@ -105,7 +105,7 @@ |
106 | 106 | } |
107 | 107 | /* Sprited Buttons */ |
108 | 108 | .wikiEditor-toolbar-spritedButton { |
109 | | - background: url(../images/wikiEditor/toolbar/button-sprite.png) 0 0 no-repeat; |
| 109 | + background: url(../images/wikiEditor/toolbar/button-sprite.png?1) 0 0 no-repeat; |
110 | 110 | display: block; |
111 | 111 | float: left; |
112 | 112 | height: 22px; |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/css/combined.css |
— | — | @@ -825,7 +825,7 @@ |
826 | 826 | } |
827 | 827 | .wikiEditor-ui-toolbar .sections .loading .spinner { |
828 | 828 | display: block; |
829 | | - background-image: url(../images/wikiEditor/toolbar/loading.gif?1); |
| 829 | + background-image: url(../images/wikiEditor/toolbar/loading.gif?2); |
830 | 830 | background-position: left center; |
831 | 831 | background-repeat: no-repeat; |
832 | 832 | padding-left: 32px; |
— | — | @@ -888,7 +888,7 @@ |
889 | 889 | } |
890 | 890 | /* Sprited Buttons */ |
891 | 891 | .wikiEditor-toolbar-spritedButton { |
892 | | - background: url(../images/wikiEditor/toolbar/button-sprite.png) 0 0 no-repeat; |
| 892 | + background: url(../images/wikiEditor/toolbar/button-sprite.png?1) 0 0 no-repeat; |
893 | 893 | display: block; |
894 | 894 | float: left; |
895 | 895 | height: 22px; |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/css/combined.min.css |
— | — | @@ -775,7 +775,7 @@ |
776 | 776 | } |
777 | 777 | .wikiEditor-ui-toolbar .sections .loading .spinner{ |
778 | 778 | display:block; |
779 | | -background-image:url(../images/wikiEditor/toolbar/loading.gif?1); |
| 779 | +background-image:url(../images/wikiEditor/toolbar/loading.gif?2); |
780 | 780 | background-position:left center; |
781 | 781 | background-repeat:no-repeat; |
782 | 782 | padding-left:32px; |
— | — | @@ -835,7 +835,7 @@ |
836 | 836 | border-left:none; |
837 | 837 | } |
838 | 838 | .wikiEditor-toolbar-spritedButton{ |
839 | | -background:url(../images/wikiEditor/toolbar/button-sprite.png) 0 0 no-repeat; |
| 839 | +background:url(../images/wikiEditor/toolbar/button-sprite.png?1) 0 0 no-repeat; |
840 | 840 | display:block; |
841 | 841 | float:left; |
842 | 842 | height:22px; |
Index: branches/wmf/1.16wmf4/extensions/UsabilityInitiative/UsabilityInitiative.hooks.php |
— | — | @@ -25,15 +25,15 @@ |
26 | 26 | array( 'src' => 'css/wikiEditor.dialogs.css', 'version' => 29 ), |
27 | 27 | array( 'src' => 'css/wikiEditor.preview.css', 'version' => 1 ), |
28 | 28 | array( 'src' => 'css/wikiEditor.toc.css', 'version' => 31 ), |
29 | | - array( 'src' => 'css/wikiEditor.toolbar.css', 'version' => 17 ), |
| 29 | + array( 'src' => 'css/wikiEditor.toolbar.css', 'version' => 18 ), |
30 | 30 | array( 'src' => 'css/vector/jquery-ui-1.7.2.css', 'version' => '1.7.2y' ), |
31 | 31 | ), |
32 | 32 | 'combined' => array( |
33 | | - array( 'src' => 'css/combined.css', 'version' => 91 ), |
| 33 | + array( 'src' => 'css/combined.css', 'version' => 92 ), |
34 | 34 | array( 'src' => 'css/vector/jquery-ui-1.7.2.css', 'version' => '1.7.2y' ), |
35 | 35 | ), |
36 | 36 | 'minified' => array( |
37 | | - array( 'src' => 'css/combined.min.css', 'version' => 91 ), |
| 37 | + array( 'src' => 'css/combined.min.css', 'version' => 92 ), |
38 | 38 | array( 'src' => 'css/vector/jquery-ui-1.7.2.css', 'version' => '1.7.2y' ), |
39 | 39 | ), |
40 | 40 | ) |
Property changes on: branches/wmf/1.16wmf4/extensions/UsabilityInitiative |
___________________________________________________________________ |
Name: svn:mergeinfo |
41 | 41 | - /branches/REL1_15/phase3/extensions/UsabilityInitiative:51646 |
/branches/wmf-deployment/extensions/UsabilityInitiative:60970 |
/trunk/extensions/UsabilityInitiative:56207,56209,56296,56333,56355,62041,62043,62127,62139,62142-62143,62145-62146,62256,62263,62266-63865,63867-63877,63879-64124,64129-64645,64647-64648,64650-66321 |
/trunk/phase3/extensions/UsabilityInitiative:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447,57541,57916,58151,58219,58633,58816,65387,65391,65555,65590 |
42 | 42 | + /branches/REL1_15/phase3/extensions/UsabilityInitiative:51646 |
/branches/wmf-deployment/extensions/UsabilityInitiative:60970 |
/trunk/extensions/UsabilityInitiative:56207,56209,56296,56333,56355,62041,62043,62127,62139,62142-62143,62145-62146,62256,62263,62266-63865,63867-63877,63879-64124,64129-64645,64647-64648,64650-66321,66324 |
/trunk/phase3/extensions/UsabilityInitiative:56213,56215-56216,56218,56325,56334-56336,56338,56340,56343,56345,56347,56350,57154-57447,57541,57916,58151,58219,58633,58816,65387,65391,65555,65590 |