Changes for page WikisMacro

Last modified by Leon Poon on 2023/05/16 13:37

From version 5.1
edited by Leon Poon
on 2023/05/16 13:23
Change comment: Migrated property [defaultCategories] from class [XWiki.WikiMacroClass]
To version 2.1
edited by Leon Poon
on 2020/01/05 05:51
Change comment: Migrated property [contentJavaType] from class [XWiki.WikiMacroClass]

Summary

Details

XWiki.StyleSheetExtension[0]
Code
... ... @@ -1,6 +1,7 @@
1 1  #template('colorThemeInit.vm')
2 2  #spWorkspaceCreateItem {
3 3   background-image: url("$xwiki.getSkinFile('icons/silk/chart_organisation_add.png')");
4 + background-repeat:no-repeat;
4 4  }
5 5  
6 6  #spWorkspaceCreateLabel a {
... ... @@ -16,13 +16,7 @@
16 16  
17 17  .spWorkspaceItem {
18 18   background-image: url("$xwiki.getSkinFile('icons/silk/chart_organisation.png')");
19 -}
20 -
21 -ul.xlist li.workspace {
22 - background-position: 2px 3px;
23 23   background-repeat:no-repeat;
24 - /* Leave space for the icon. */
25 - padding-left: 1.5em;
26 26  }
27 27  
28 28  ul.xlist li.workspace div.spWorkspaceName {