Changes for page WikisMacro

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

From version 1.1
edited by Leon Poon
on 2018/12/16 14:33
Change comment: Install extension [org.xwiki.platform:xwiki-platform-wiki-ui-mainwiki/10.10]
To version 3.1
edited by Leon Poon
on 2021/03/01 13:36
Change comment: Install extension [org.xwiki.platform:xwiki-platform-wiki-ui-mainwiki/12.10.4]

Summary

Details

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