Index: openacs-4/packages/xowiki/www/resources/xowiki-yui-specific.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/Attic/xowiki-yui-specific.css,v diff -u -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/xowiki/www/resources/xowiki-yui-specific.css 12 May 2019 19:55:44 -0000 1.1.2.1 +++ openacs-4/packages/xowiki/www/resources/xowiki-yui-specific.css 24 Jun 2019 05:51:00 -0000 1.1.2.2 @@ -55,6 +55,34 @@ text-decoration: none; } + +div.xowiki-content a.file-icon { + background: transparent url(/resources/file-storage/file.gif); + padding-right: 12px; + text-decoration: none; +} +div.xowiki-content a.folder-open-icon { + background: transparent url(/resources/file-storage/folder.gif); + padding-right: 12px; + text-decoration: none; +} + +div.xowiki-content a.level-up-icon::before { + /* glyphicon-level-up */ + content: ".."; +} + +div.xowiki-content a.link-icon { + background: transparent url(/resources/file-storage/link.gif); + padding-right: 12px; + text-decoration: none; +} +div.xowiki-content a.broken-link-icon { + background: transparent url(/resources/file-storage/link.gif); + padding-right: 12px; + text-decoration: none; +} + /* * Local Variables: * mode: css