Index: trunk/extensions/UsabilityInitiative/UsabilityInitiative.hooks.php |
— | — | @@ -18,7 +18,7 @@ |
19 | 19 | private static $styleFiles = array( |
20 | 20 | 'base_sets' => array( |
21 | 21 | 'raw' => array( |
22 | | - array( 'src' => 'css/collapsibleLeftNav.css', 'version' => 1 ), |
| 22 | + array( 'src' => 'css/collapsibleLeftNav.css', 'version' => 2 ), |
23 | 23 | array( 'src' => 'css/suggestions.css', 'version' => 6 ), |
24 | 24 | array( 'src' => 'css/wikiEditor.css', 'version' => 7 ), |
25 | 25 | array( 'src' => 'css/wikiEditor.toolbar.css', 'version' => 8 ), |
— | — | @@ -28,11 +28,11 @@ |
29 | 29 | array( 'src' => 'css/vector/jquery-ui-1.7.2.css', 'version' => '1.7.2y' ), |
30 | 30 | ), |
31 | 31 | 'combined' => array( |
32 | | - array( 'src' => 'css/combined.css', 'version' => 42 ), |
| 32 | + array( 'src' => 'css/combined.css', 'version' => 43 ), |
33 | 33 | array( 'src' => 'css/vector/jquery-ui-1.7.2.css', 'version' => '1.7.2y' ), |
34 | 34 | ), |
35 | 35 | 'minified' => array( |
36 | | - array( 'src' => 'css/combined.min.css', 'version' => 42 ), |
| 36 | + array( 'src' => 'css/combined.min.css', 'version' => 43 ), |
37 | 37 | array( 'src' => 'css/vector/jquery-ui-1.7.2.css', 'version' => '1.7.2y' ), |
38 | 38 | ), |
39 | 39 | ) |
Index: trunk/extensions/UsabilityInitiative/images/vector/left-nav-arrow-right.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/UsabilityInitiative/images/vector/left-nav-arrow-right.png |
___________________________________________________________________ |
Name: svn:mime-type |
40 | 40 | + application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/images/vector/left-nav-arrow-right-over.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/UsabilityInitiative/images/vector/left-nav-arrow-right-over.png |
___________________________________________________________________ |
Name: svn:mime-type |
41 | 41 | + application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/images/vector/left-nav-arrow-down.png |
Cannot display: file marked as a binary type. |
svn:mime-type = application/octet-stream |
Property changes on: trunk/extensions/UsabilityInitiative/images/vector/left-nav-arrow-down.png |
___________________________________________________________________ |
Name: svn:mime-type |
42 | 42 | + application/octet-stream |
Index: trunk/extensions/UsabilityInitiative/css/collapsibleLeftNav.css |
— | — | @@ -8,19 +8,19 @@ |
9 | 9 | #panel.collapsible-nav div.portal h5 { |
10 | 10 | color: #414142; |
11 | 11 | font-weight: normal; |
12 | | - background: url(../../../skins/vector/images/left-nav-arrow-down.png) 0 50% no-repeat; |
| 12 | + background: url(../images/vector/left-nav-arrow-down.png) 0 50% no-repeat; |
13 | 13 | padding: 8px 0 8px 1.5em; |
14 | 14 | } |
15 | 15 | #panel.collapsible-nav div.collapsed h5 { |
16 | 16 | color: #ccc; |
17 | | - background: url(../../../skins/vector/images/left-nav-arrow-right.png) 0 50% no-repeat; |
| 17 | + background: url(../images/vector/left-nav-arrow-right.png) 0 50% no-repeat; |
18 | 18 | } |
19 | 19 | #panel.collapsible-nav div h5:hover { |
20 | 20 | cursor: pointer; |
21 | 21 | } |
22 | 22 | #panel.collapsible-nav div.collapsed h5:hover { |
23 | 23 | color: #2daae1; |
24 | | - background: url(../../../skins/vector/images/left-nav-arrow-right-over.png) 0 50% no-repeat #e7e8e9; |
| 24 | + background: url(../images/vector/left-nav-arrow-right-over.png) 0 50% no-repeat #e7e8e9; |
25 | 25 | } |
26 | 26 | #panel.collapsible-nav div.portal div.body { |
27 | 27 | display: none; |
Index: trunk/extensions/UsabilityInitiative/css/combined.css |
— | — | @@ -8,19 +8,19 @@ |
9 | 9 | #panel.collapsible-nav div.portal h5 { |
10 | 10 | color: #414142; |
11 | 11 | font-weight: normal; |
12 | | - background: url(../../../skins/vector/images/left-nav-arrow-down.png) 0 50% no-repeat; |
| 12 | + background: url(../images/vector/left-nav-arrow-down.png) 0 50% no-repeat; |
13 | 13 | padding: 8px 0 8px 1.5em; |
14 | 14 | } |
15 | 15 | #panel.collapsible-nav div.collapsed h5 { |
16 | 16 | color: #ccc; |
17 | | - background: url(../../../skins/vector/images/left-nav-arrow-right.png) 0 50% no-repeat; |
| 17 | + background: url(../images/vector/left-nav-arrow-right.png) 0 50% no-repeat; |
18 | 18 | } |
19 | 19 | #panel.collapsible-nav div h5:hover { |
20 | 20 | cursor: pointer; |
21 | 21 | } |
22 | 22 | #panel.collapsible-nav div.collapsed h5:hover { |
23 | 23 | color: #2daae1; |
24 | | - background: url(../../../skins/vector/images/left-nav-arrow-right-over.png) 0 50% no-repeat #e7e8e9; |
| 24 | + background: url(../images/vector/left-nav-arrow-right-over.png) 0 50% no-repeat #e7e8e9; |
25 | 25 | } |
26 | 26 | #panel.collapsible-nav div.portal div.body { |
27 | 27 | display: none; |
Index: trunk/extensions/UsabilityInitiative/css/combined.min.css |
— | — | @@ -7,19 +7,19 @@ |
8 | 8 | #panel.collapsible-nav div.portal h5{ |
9 | 9 | color:#414142; |
10 | 10 | font-weight:normal; |
11 | | -background:url(../../../skins/vector/images/left-nav-arrow-down.png) 0 50% no-repeat; |
| 11 | +background:url(../images/vector/left-nav-arrow-down.png) 0 50% no-repeat; |
12 | 12 | padding:8px 0 8px 1.5em; |
13 | 13 | } |
14 | 14 | #panel.collapsible-nav div.collapsed h5{ |
15 | 15 | color:#ccc; |
16 | | -background:url(../../../skins/vector/images/left-nav-arrow-right.png) 0 50% no-repeat; |
| 16 | +background:url(../images/vector/left-nav-arrow-right.png) 0 50% no-repeat; |
17 | 17 | } |
18 | 18 | #panel.collapsible-nav div h5:hover{ |
19 | 19 | cursor:pointer; |
20 | 20 | } |
21 | 21 | #panel.collapsible-nav div.collapsed h5:hover{ |
22 | 22 | color:#2daae1; |
23 | | -background:url(../../../skins/vector/images/left-nav-arrow-right-over.png) 0 50% no-repeat #e7e8e9; |
| 23 | +background:url(../images/vector/left-nav-arrow-right-over.png) 0 50% no-repeat #e7e8e9; |
24 | 24 | } |
25 | 25 | #panel.collapsible-nav div.portal div.body{ |
26 | 26 | display:none; |